Add Grafana dashboard for control plane components #14029
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
There is currently no Grafana dashboard in the grafana/ directory that provides visibility into the Linkerd control plane components. Key metrics such as proxy_inject_admission_responses_total, identity_cert_refresh_count, and control_response_latency_ms_bucket are not included in any existing dashboard.
Solution
This PR introduces a new dashboard JSON file that covers the following control plane components:
The dashboard is designed to offer an at-a-glance view of the health and behavior of these components.
Validation
The dashboard was tested locally against a running Linkerd control plane. All panels correctly render data when the corresponding metrics are present.
Optionally, a screenshot can be added to visually confirm the layout.
Fixes #14021