k8up-io / k8up

Kubernetes and OpenShift Backup Operator
https://k8up.io/
Apache License 2.0
601 stars 62 forks source link

feat: Helm - Grafana Dashboard #967

Closed SchoolGuy closed 1 month ago

SchoolGuy commented 2 months ago

Summary

This PR adds a Grafana dashboard that exposes the metrics that both the operator and the pushgateway are exposing.

This is related (but not fixing) #860

Checklist

For Code changes

For Helm Chart changes

Kidswiss commented 2 months ago

@SchoolGuy

Looks like helm is not happy with the template :/ It tries to interpret some grafana dashboard variables as helm variables. You probably have to add some sort of escaping to prevent that.