Skip to content

Commit

Permalink
Change label selector in grafana dashboard to reflect change in loki …
Browse files Browse the repository at this point in the history
…version
  • Loading branch information
PandaFood committed Nov 8, 2024
1 parent ed3be1a commit a41928b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helm/multi-juicer/dashboards/instances.json
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,7 @@
"steppedLine": false,
"targets": [
{
"expr": "increase(http_requests_count{app.kubernetes.io/name=\"juiceshop\", team=\"$team\"}[1m])",
"expr": "increase(http_requests_count{app=\"juiceshop\", team=\"$team\"}[1m])",
"interval": "1m",
"legendFormat": "{{status_code}}",
"refId": "A"
Expand Down Expand Up @@ -1921,7 +1921,7 @@
},
"targets": [
{
"expr": "{app.kubernetes.io/name=\"juice-shop\", team=\"$team\"}",
"expr": "{app=\"juice-shop\", team=\"$team\"}",
"refId": "A"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2209,7 +2209,7 @@ full values render out correctly:
"steppedLine": false,
"targets": [
{
"expr": "increase(http_requests_count{app.kubernetes.io/name=\"juiceshop\", team=\"$team\"}[1m])",
"expr": "increase(http_requests_count{app=\"juiceshop\", team=\"$team\"}[1m])",
"interval": "1m",
"legendFormat": "{{status_code}}",
"refId": "A"
Expand Down Expand Up @@ -2895,7 +2895,7 @@ full values render out correctly:
},
"targets": [
{
"expr": "{app.kubernetes.io/name=\"juice-shop\", team=\"$team\"}",
"expr": "{app=\"juice-shop\", team=\"$team\"}",
"refId": "A"
}
],
Expand Down

0 comments on commit a41928b

Please sign in to comment.