[vmware-exporter] Add Grafana dashboards for metrics

This commit is contained in:
2021-12-18 11:54:15 +00:00
parent 63a610ccdd
commit 072341f3a0
10 changed files with 6486 additions and 5 deletions

View File

@@ -64,3 +64,12 @@ metrics:
# for: 5m
# labels:
# severity: critical
# -- Enable and configure Grafana dashboard ConfigMaps for the chart under this key.
# @default -- See values.yaml
dashboards:
create: false
# -- Namespace to create the dashboards ConfigMap under.
# @default -- The release's namespace
namespace:
labels:
grafana_dashboard: "true"