Skip to content

Commit

Permalink
fix: use alertInstanceLabelFilter instead of alertName in Grafana das…
Browse files Browse the repository at this point in the history
…hboard (cloudnative-pg#2822)

Signed-off-by: Daniel Chambre <smiyc@pm.me>
  • Loading branch information
smiyc authored Sep 20, 2023
1 parent 5db62b8 commit e8f181f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified docs/src/images/grafana-local.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/src/samples/monitoring/grafana-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ data:
},
"id": 334,
"options": {
"alertInstanceLabelFilter": "",
"alertName": "Database",
"alertInstanceLabelFilter": "{namespace=~\"$namespace\",pod=~\"$cluster-[0-9]+$\"}",
"alertName": "",
"dashboardAlerts": false,
"folder": "",
"groupBy": [],
Expand Down
4 changes: 2 additions & 2 deletions docs/src/samples/monitoring/grafana-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@
},
"id": 334,
"options": {
"alertInstanceLabelFilter": "",
"alertName": "Database",
"alertInstanceLabelFilter": "{namespace=~\"$namespace\",pod=~\"$cluster-[0-9]+$\"}",
"alertName": "",
"dashboardAlerts": false,
"folder": "",
"groupBy": [],
Expand Down

0 comments on commit e8f181f

Please sign in to comment.