canonical / charmed-kubeflow-chisme

Shared Utilities used across Charmed Kubeflow
Apache License 2.0
1 stars 4 forks source link

Add assert_grafana_dashboards function #108

Closed rgildein closed 3 months ago

rgildein commented 3 months ago

Add function assert_grafana_dashboards to check dashboards defined in grafana-dashboard relation data bag. Also add helper function to get all dashboards defined in charm source code.

fixes: #101

I checked the API for grafana-agent, and I did not find any endpoint, with which we could check what dashboards will be used.