Supporterino / truenas-graphite-to-prometheus

A graphite exporter mapping file for truenas scale >23.10.1 metrics and some example grafana dashboards
GNU General Public License v3.0
78 stars 12 forks source link

feat: k3s pod dashboard #60

Closed Reanmachine closed 1 month ago

Reanmachine commented 1 month ago

Following #57, this PR adds dashboards for the k3s metrics produced by TrueNAS' metrics exporter. This dashboard gives an overview of the k3s cluster as whole and a collapsible and repeatable section for each pod.

The cpu metric was identified to be instantaneous cpu time in ns for a given second. This makes the metric a bit tricky to work with as it does not play nice with graphana/prometheus' rate intervals, but each value can be computed on the whole by dividing it by 1bn.

image

Supporterino commented 1 month ago

@Reanmachine dashboard Looks good for me. Just one thing could you rename the CPU graphs to usage since you are converting it to that

Supporterino commented 1 month ago

LGTM. Ty for your Submission