Skip to content

Commit

Permalink
fix: adapt name of keptn_app_count metric due to reverted OTel export…
Browse files Browse the repository at this point in the history
…er dependency update (keptn#482)

Signed-off-by: Florian Bacher <[email protected]>
Co-authored-by: odubajDT <[email protected]>
  • Loading branch information
bacherfl and odubajDT authored Nov 30, 2022
1 parent 145a6ab commit 97f8e8c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ data:
"uid": "P1809F7CD0C75ACF3"
},
"editorMode": "builder",
"expr": "keptn_app_count_total{keptn_deployment_app_status=\"Succeeded\", keptn_deployment_app_name=\"$Application\"}",
"expr": "keptn_app_count{keptn_deployment_app_status=\"Succeeded\", keptn_deployment_app_name=\"$Application\"}",
"format": "table",
"legendFormat": "__auto",
"range": true,
Expand Down Expand Up @@ -244,7 +244,7 @@ data:
"uid": "P1809F7CD0C75ACF3"
},
"editorMode": "builder",
"expr": "keptn_app_count_total{keptn_deployment_app_status=\"Failed\", keptn_deployment_app_name=\"$Application\"}",
"expr": "keptn_app_count{keptn_deployment_app_status=\"Failed\", keptn_deployment_app_name=\"$Application\"}",
"format": "table",
"legendFormat": "__auto",
"range": true,
Expand Down
4 changes: 2 additions & 2 deletions dashboards/grafana/grafana_dashboard_applications.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"uid": "P1809F7CD0C75ACF3"
},
"editorMode": "builder",
"expr": "keptn_app_count_total{keptn_deployment_app_status=\"Succeeded\", keptn_deployment_app_name=\"$Application\"}",
"expr": "keptn_app_count{keptn_deployment_app_status=\"Succeeded\", keptn_deployment_app_name=\"$Application\"}",
"format": "table",
"legendFormat": "__auto",
"range": true,
Expand Down Expand Up @@ -241,7 +241,7 @@
"uid": "P1809F7CD0C75ACF3"
},
"editorMode": "builder",
"expr": "keptn_app_count_total{keptn_deployment_app_status=\"Failed\", keptn_deployment_app_name=\"$Application\"}",
"expr": "keptn_app_count{keptn_deployment_app_status=\"Failed\", keptn_deployment_app_name=\"$Application\"}",
"format": "table",
"legendFormat": "__auto",
"range": true,
Expand Down
4 changes: 2 additions & 2 deletions dashboards/grafana/import/grafana_dashboard_applications.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"uid": "P1809F7CD0C75ACF3"
},
"editorMode": "builder",
"expr": "keptn_app_count_total{keptn_deployment_app_status=\"Succeeded\", keptn_deployment_app_name=\"$Application\"}",
"expr": "keptn_app_count{keptn_deployment_app_status=\"Succeeded\", keptn_deployment_app_name=\"$Application\"}",
"format": "table",
"legendFormat": "__auto",
"range": true,
Expand Down Expand Up @@ -242,7 +242,7 @@
"uid": "P1809F7CD0C75ACF3"
},
"editorMode": "builder",
"expr": "keptn_app_count_total{keptn_deployment_app_status=\"Failed\", keptn_deployment_app_name=\"$Application\"}",
"expr": "keptn_app_count{keptn_deployment_app_status=\"Failed\", keptn_deployment_app_name=\"$Application\"}",
"format": "table",
"legendFormat": "__auto",
"range": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ data:
"uid": "P1809F7CD0C75ACF3"
},
"editorMode": "builder",
"expr": "keptn_app_count_total{keptn_deployment_app_status=\"Succeeded\", keptn_deployment_app_name=\"$Application\"}",
"expr": "keptn_app_count{keptn_deployment_app_status=\"Succeeded\", keptn_deployment_app_name=\"$Application\"}",
"format": "table",
"legendFormat": "__auto",
"range": true,
Expand Down Expand Up @@ -244,7 +244,7 @@ data:
"uid": "P1809F7CD0C75ACF3"
},
"editorMode": "builder",
"expr": "keptn_app_count_total{keptn_deployment_app_status=\"Failed\", keptn_deployment_app_name=\"$Application\"}",
"expr": "keptn_app_count{keptn_deployment_app_status=\"Failed\", keptn_deployment_app_name=\"$Application\"}",
"format": "table",
"legendFormat": "__auto",
"range": true,
Expand Down

0 comments on commit 97f8e8c

Please sign in to comment.