Commit 1d1a866
committed
Update Grafana dashboards and workflows for enhanced RPC metrics observability
Highlights:
- Refactor Prometheus queries in Grafana dashboards to include `kind="rpc"` for accurate RPC-based metric insights.
- Replace static durations (e.g., `5m`) with dynamic rate intervals (`$__rate_interval`) for consistency and better adaptability of panels.
- Synchronize titles and labels across dashboards to emphasize RPC context (e.g., "Request Rate" → "RPC Request Rate").
- Ensure metrics such as latencies, error rates, and overheads clearly distinguish RPC-specific data.
- Minor cleanup in `.github/workflows/docker-build.yml` to streamline arguments and remove unused lines.1 parent c48c02d commit 1d1a866
File tree
2 files changed
+67
-68
lines changed- .github/workflows
- monitoring/grafana
2 files changed
+67
-68
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | 66 | | |
68 | 67 | | |
69 | 68 | | |
| |||
0 commit comments