HOMELAB-1096: rewrite dashboards with PromQL queries #219
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "plane/HOMELAB-1096-pi-dashboards-with-metrics"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Rewrites all Pi telemetry dashboards to use PromQL (via Prometheus datasource) for stat and time-series panels, keeping Tempo datasource for trace search tables and traces panels.
Why PromQL instead of TraceQL metrics:
Panels per dashboard:
increase()/rate()queries againsttraces_spanmetrics_*rate()queries over timetraceqlSearchfor browsing tracestraceqlSearchfor drill-downRefs: HOMELAB-1096