enhancement(config): Generate Grafana dashboards using CUE #5263
Labels
domain: config
Anything related to configuring Vector
domain: metrics
Anything related to Vector's metrics events
domain: observability
Anything related to monitoring/observing Vector
needs: approval
Needs review & approval before work can begin.
type: enhancement
A value-adding code change that enhances its existing functionality.
Milestone
As we'll be using Grafana as our default dashboard solution, we need to be able to easily generate and iterate on dashboards for specific use cases:
internal_metrics
To that end, we need to have a CUE schema for dashboards here in the repo plus a script that will enable us to generate all of the dashboards we need using one command (so that they can be either committed to Git or generated as part of build process).
The current plan:
dashboard.cue
file that provides the schema. It will share themetadata
namespace with the other CUE sources, in case we end up sharing information with thedocs
sources.k8s-agent-internal-metrics.cue
)The text was updated successfully, but these errors were encountered: