Skip to content

Commit

Permalink
add a dashboard for monitoring the operator metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Vaz committed Feb 17, 2025
1 parent 131385a commit 51a57c0
Show file tree
Hide file tree
Showing 4 changed files with 1,476 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/helm/grafana-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ It's easier to just manage this configuration outside of the operator.
|-----|------|---------|-------------|
| additionalLabels | object | `{}` | additional labels to add to all resources |
| affinity | object | `{}` | pod affinity |
| dashboard.additionalLabels | object | `{}` | Labels to add to the Grafana dashboard ConfigMap |
| dashboard.annotations | object | `{}` | Annotations to add to the Grafana dashboard ConfigMap |
| dashboard.enabled | bool | `false` | Whether to create a ConfigMap containing a dashboard monitoring the operator metrics. Consider enabling this if you are enabling the ServiceMonitor. Optionally, a GrafanaDashboard CR can be manually created pointing to the Grafana.com dashboard ID 22785 https://grafana.com/grafana/dashboards/22785-grafana-operator/ |
| env | list | `[]` | Additional environment variables |
| extraObjects | list | `[]` | Array of extra K8s objects to deploy |
| fullnameOverride | string | `""` | Overrides the fully qualified app name. |
Expand Down
Loading

0 comments on commit 51a57c0

Please sign in to comment.