diff --git a/dashboards/grafana/Makefile b/dashboards/grafana/Makefile index 9f164f4cf8..f4c14657f4 100644 --- a/dashboards/grafana/Makefile +++ b/dashboards/grafana/Makefile @@ -4,21 +4,21 @@ GRAFANA_USERNAME ?= admin GRAFANA_PASSWORD ?= admin GRAFANA_PORT ?= 3000 -.PHONY: generate -generate: generate-configmaps generate-import +.PHONY: import-json +generate: generate-import import .PHONY: generate-import generate-import: mkdir import | true ./utils/generate-import.sh ./import -.PHONY: generate-configmap +.PHONY: apply-configmaps generate-configmaps: mkdir configmap | true kubectl create configmap grafana-dashboard-keptn-overview -n monitoring --from-file=./grafana_dashboard_overview.json -o yaml --dry-run=client > configmap/grafana-dashboard-keptn-overview.yaml kubectl create configmap grafana-dashboard-keptn-applications -n monitoring --from-file=./grafana_dashboard_applications.json -o yaml --dry-run=client > configmap/grafana-dashboard-keptn-applications.yaml kubectl create configmap grafana-dashboard-keptn-workloads -n monitoring --from-file=./grafana_dashboard_workloads.json -o yaml --dry-run=client > configmap/grafana-dashboard-keptn-workloads.yaml - cp configmap/* ../../examples/support/observability/config/prometheus + kubectl apply -f /configmap .PHONY: import import: diff --git a/dashboards/grafana/README.md b/dashboards/grafana/README.md index 5cf384a1f2..f72d61ff92 100644 --- a/dashboards/grafana/README.md +++ b/dashboards/grafana/README.md @@ -23,10 +23,16 @@ them in this folder. ## Exporting the dashboards for the Examples -You can prepare the dashboards for the examples and import using the following command: +You can import the default dashboards by running: ```shell -make generate +make apply-configmaps +``` + +If you prefere to prepare the dashboards for the examples and importing them as json you can use: + +```shell +make import-json ``` diff --git a/dashboards/grafana/configmap/grafana-dashboard-keptn-applications.yaml b/dashboards/grafana/configmap/grafana-dashboard-keptn-applications.yaml index ce93f95834..dddeb8e5e6 100644 --- a/dashboards/grafana/configmap/grafana-dashboard-keptn-applications.yaml +++ b/dashboards/grafana/configmap/grafana-dashboard-keptn-applications.yaml @@ -33,8 +33,7 @@ data: "panels": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" }, "fieldConfig": { "defaults": { @@ -83,8 +82,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "keptn_app_count_total{keptn_deployment_app_status=\"Succeeded\", keptn_deployment_app_name=\"$Application\"}", @@ -118,8 +117,7 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" }, "fieldConfig": { "defaults": { @@ -167,8 +165,7 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" }, "editorMode": "builder", "expr": "max(keptn_app_active{keptn_deployment_app_name=\"$Application\"})", @@ -182,8 +179,7 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" }, "fieldConfig": { "defaults": { @@ -232,8 +228,7 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" }, "editorMode": "builder", "expr": "keptn_app_count_total{keptn_deployment_app_status=\"Failed\", keptn_deployment_app_name=\"$Application\"}", @@ -269,8 +264,7 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" }, "fieldConfig": { "defaults": { @@ -320,8 +314,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "avg by(keptn_deployment_app_previousversion, keptn_deployment_app_version) (keptn_app_deploymentinterval{keptn_deployment_app_name=\"$Application\"})", @@ -336,8 +330,7 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" }, "fieldConfig": { "defaults": { @@ -390,8 +383,7 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" }, "editorMode": "builder", "expr": "avg by(keptn_deployment_workload_previousversion) (keptn_app_deploymentinterval{keptn_deployment_app_name=\"$Application\"})", @@ -406,8 +398,7 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" }, "fieldConfig": { "defaults": { @@ -456,8 +447,7 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" }, "editorMode": "builder", "expr": "max by(keptn_deployment_app_version) (keptn_app_deploymentduration{keptn_deployment_app_name=\"$Application\"})", @@ -472,8 +462,7 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" }, "fieldConfig": { "defaults": { @@ -549,8 +538,7 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" }, "editorMode": "builder", "expr": "max(keptn_app_active{keptn_deployment_app_name=\"$Application\"})", @@ -567,7 +555,6 @@ data: { "datasource": { "type": "jaeger", - "uid": "PC9A941E8F2E49454" }, "fieldConfig": { "defaults": { @@ -618,7 +605,6 @@ data: { "datasource": { "type": "jaeger", - "uid": "PC9A941E8F2E49454" }, "operation": "AppPreDeployTasks", "queryType": "search", @@ -632,8 +618,7 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" }, "fieldConfig": { "defaults": { @@ -696,8 +681,7 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" }, "editorMode": "builder", "expr": "keptn_deployment_deploymentduration{keptn_deployment_app_name=\"$Application\"}", @@ -756,8 +740,7 @@ data: "value": "podtato-head" }, "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" }, "definition": "label_values(keptn_deployment_app_name)", "hide": 0, @@ -777,8 +760,7 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" }, "filters": [], "hide": 0, @@ -804,3 +786,5 @@ metadata: creationTimestamp: null name: grafana-dashboard-keptn-applications namespace: monitoring + labels: + grafana_dashboard: '1' diff --git a/dashboards/grafana/configmap/grafana-dashboard-keptn-overview.yaml b/dashboards/grafana/configmap/grafana-dashboard-keptn-overview.yaml index 9433f0e236..972421a42c 100644 --- a/dashboards/grafana/configmap/grafana-dashboard-keptn-overview.yaml +++ b/dashboards/grafana/configmap/grafana-dashboard-keptn-overview.yaml @@ -33,8 +33,8 @@ data: "panels": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -110,8 +110,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "sum by(job) (keptn_task_active{job=\"otel-collector\"})", @@ -125,8 +125,8 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -202,8 +202,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "sum by(job) (keptn_evaluation_active{job=\"otel-collector\"})", @@ -217,8 +217,8 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -294,8 +294,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "sum by(job) (keptn_task_count{job=\"otel-collector\"})", @@ -309,8 +309,8 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -386,8 +386,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "sum by(job) (keptn_evaluation_count_total{job=\"otel-collector\"})", @@ -401,8 +401,8 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -451,8 +451,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "exemplar": false, @@ -496,8 +496,8 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -546,8 +546,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "exemplar": false, @@ -591,8 +591,8 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -668,8 +668,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "sum by(job) (keptn_deployment_active{job=\"otel-collector\"})", @@ -683,8 +683,8 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -759,8 +759,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "sum by(job) (keptn_deployment_count{job=\"otel-collector\"})", @@ -774,8 +774,8 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -823,8 +823,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "exemplar": false, @@ -890,3 +890,5 @@ metadata: creationTimestamp: null name: grafana-dashboard-keptn-overview namespace: monitoring + labels: + grafana_dashboard: '1' diff --git a/dashboards/grafana/configmap/grafana-dashboard-keptn-workloads.yaml b/dashboards/grafana/configmap/grafana-dashboard-keptn-workloads.yaml index a882d3e8da..cca34bcc77 100644 --- a/dashboards/grafana/configmap/grafana-dashboard-keptn-workloads.yaml +++ b/dashboards/grafana/configmap/grafana-dashboard-keptn-workloads.yaml @@ -33,8 +33,8 @@ data: "panels": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -80,8 +80,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "count(keptn_deployment_count{keptn_deployment_workload_name=\"$Workload\", keptn_deployment_workload_status=\"Succeeded\"})", @@ -95,8 +95,8 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -149,8 +149,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "avg by(keptn_deployment_workload_previousversion, keptn_deployment_workload_version) (keptn_deployment_deploymentinterval{keptn_deployment_workload_name=\"$Workload\"})", @@ -165,8 +165,8 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -215,8 +215,7 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" }, "editorMode": "builder", "expr": "count(keptn_deployment_count{keptn_deployment_workload_name=\"$Workload\", keptn_deployment_workload_status=\"Failed\"})", @@ -230,8 +229,7 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" }, "fieldConfig": { "defaults": { @@ -281,8 +279,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "max by(keptn_deployment_workload_version) (keptn_deployment_deploymentduration{keptn_deployment_workload_name=\"$Workload\"})", @@ -298,8 +296,8 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -347,8 +345,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "max(keptn_deployment_active{keptn_deployment_workload_name=\"$Workload\"})", @@ -362,8 +360,8 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -413,8 +411,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "avg by(keptn_deployment_workload_previousversion, keptn_deployment_workload_version) (keptn_deployment_deploymentinterval{keptn_deployment_workload_name=\"$Workload\"})", @@ -495,8 +493,8 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -572,8 +570,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "max(keptn_deployment_active{keptn_deployment_workload_name=\"$Workload\"})", @@ -601,8 +599,8 @@ data: "value": "" }, "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "definition": "label_values(keptn_deployment_workload_name)", "hide": 0, @@ -638,3 +636,5 @@ metadata: creationTimestamp: null name: grafana-dashboard-keptn-workloads namespace: monitoring + labels: + grafana_dashboard: '1' diff --git a/dashboards/grafana/grafana_dashboard_applications.json b/dashboards/grafana/grafana_dashboard_applications.json deleted file mode 100644 index 16bec45608..0000000000 --- a/dashboards/grafana/grafana_dashboard_applications.json +++ /dev/null @@ -1,798 +0,0 @@ -{ - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": { - "type": "grafana", - "uid": "-- Grafana --" - }, - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "target": { - "limit": 100, - "matchAny": false, - "tags": [], - "type": "dashboard" - }, - "type": "dashboard" - } - ] - }, - "editable": true, - "fiscalYearStartMonth": 0, - "graphTooltip": 0, - "id": 26, - "links": [], - "liveNow": false, - "panels": [ - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "fieldConfig": { - "defaults": { - "color": { - "fixedColor": "green", - "mode": "fixed" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 6, - "w": 2, - "x": 0, - "y": 0 - }, - "id": 19, - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "sum" - ], - "fields": "", - "values": false - }, - "text": { - "valueSize": 80 - }, - "textMode": "auto" - }, - "pluginVersion": "9.2.1", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "editorMode": "builder", - "expr": "keptn_app_count_total{keptn_deployment_app_status=\"Succeeded\", keptn_deployment_app_name=\"$Application\"}", - "format": "table", - "legendFormat": "__auto", - "range": true, - "refId": "A" - } - ], - "title": "Succeeded", - "transformations": [ - { - "id": "groupBy", - "options": { - "fields": { - "Value": { - "aggregations": [ - "max" - ], - "operation": "aggregate" - }, - "keptn_deployment_app_version": { - "aggregations": [], - "operation": "groupby" - } - } - } - } - ], - "type": "stat" - }, - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "fieldConfig": { - "defaults": { - "mappings": [], - "thresholds": { - "mode": "percentage", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "orange", - "value": 70 - }, - { - "color": "red", - "value": 85 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 6, - "w": 8, - "x": 2, - "y": 0 - }, - "id": 4, - "options": { - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "showThresholdLabels": false, - "showThresholdMarkers": true - }, - "pluginVersion": "9.2.1", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "editorMode": "builder", - "expr": "max(keptn_app_active{keptn_deployment_app_name=\"$Application\"})", - "legendFormat": "__auto", - "range": true, - "refId": "A" - } - ], - "title": "Active Deployments", - "type": "gauge" - }, - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "fieldConfig": { - "defaults": { - "color": { - "fixedColor": "red", - "mode": "fixed" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "red", - "value": null - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 6, - "w": 2, - "x": 10, - "y": 0 - }, - "id": 3, - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "sum" - ], - "fields": "", - "values": false - }, - "text": { - "valueSize": 80 - }, - "textMode": "auto" - }, - "pluginVersion": "9.2.1", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "editorMode": "builder", - "expr": "keptn_app_count_total{keptn_deployment_app_status=\"Failed\", keptn_deployment_app_name=\"$Application\"}", - "format": "table", - "legendFormat": "__auto", - "range": true, - "refId": "A" - } - ], - "title": "Failed", - "transformations": [ - { - "id": "groupBy", - "options": { - "fields": { - "Value": { - "aggregations": [ - "max" - ], - "operation": "aggregate" - }, - "keptn_deployment_app_version": { - "aggregations": [ - "count" - ], - "operation": "groupby" - } - } - } - } - ], - "type": "stat" - }, - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 86400 - } - ] - }, - "unit": "s" - }, - "overrides": [] - }, - "gridPos": { - "h": 6, - "w": 2, - "x": 0, - "y": 6 - }, - "id": 10, - "options": { - "displayMode": "gradient", - "minVizHeight": 10, - "minVizWidth": 0, - "orientation": "horizontal", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "showUnfilled": true - }, - "pluginVersion": "9.2.1", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "editorMode": "builder", - "expr": "avg by(keptn_deployment_app_previousversion, keptn_deployment_app_version) (keptn_app_deploymentinterval{keptn_deployment_app_name=\"$Application\"})", - "format": "time_series", - "legendFormat": "{{keptn_deployment_app_previousversion}} - {{keptn_deployment_app_version}}", - "range": true, - "refId": "A" - } - ], - "title": "Time between Deployments", - "type": "bargauge" - }, - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "min": 2, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "#EAB839", - "value": 43200 - }, - { - "color": "red", - "value": 86400 - } - ] - }, - "unit": "s" - }, - "overrides": [] - }, - "gridPos": { - "h": 6, - "w": 8, - "x": 2, - "y": 6 - }, - "id": 16, - "options": { - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "last" - ], - "fields": "", - "values": false - }, - "showThresholdLabels": false, - "showThresholdMarkers": true - }, - "pluginVersion": "9.2.1", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "editorMode": "builder", - "expr": "avg by(keptn_deployment_workload_previousversion) (keptn_app_deploymentinterval{keptn_deployment_app_name=\"$Application\"})", - "format": "table", - "legendFormat": "__auto", - "range": true, - "refId": "A" - } - ], - "title": "Average Time between Deployments", - "type": "gauge" - }, - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 6, - "w": 2, - "x": 10, - "y": 6 - }, - "id": 14, - "options": { - "displayMode": "gradient", - "minVizHeight": 10, - "minVizWidth": 0, - "orientation": "horizontal", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "showUnfilled": true - }, - "pluginVersion": "9.2.1", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "editorMode": "builder", - "expr": "max by(keptn_deployment_app_version) (keptn_app_deploymentduration{keptn_deployment_app_name=\"$Application\"})", - "interval": "", - "legendFormat": "{{keptn_workload_version}}", - "range": true, - "refId": "A" - } - ], - "title": "Deployment Time", - "type": "bargauge" - }, - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "bars", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 3, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 12 - }, - "id": 6, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "editorMode": "builder", - "expr": "max(keptn_app_active{keptn_deployment_app_name=\"$Application\"})", - "format": "table", - "interval": "1", - "legendFormat": "__auto", - "range": true, - "refId": "A" - } - ], - "title": "Deployments Active", - "type": "timeseries" - }, - { - "datasource": { - "type": "jaeger", - "uid": "PC9A941E8F2E49454" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "auto", - "displayMode": "auto", - "inspect": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 9, - "x": 0, - "y": 20 - }, - "id": 8, - "options": { - "footer": { - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, - "showHeader": true - }, - "pluginVersion": "9.2.1", - "targets": [ - { - "datasource": { - "type": "jaeger", - "uid": "PC9A941E8F2E49454" - }, - "operation": "AppPreDeployTasks", - "queryType": "search", - "refId": "A", - "service": "lifecycle-operator", - "tags": "keptn.deployment.app.name=$Application" - } - ], - "title": "Traces", - "type": "table" - }, - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "auto", - "displayMode": "auto", - "inspect": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "keptn_deployment_workload_version (lastNotNull)" - }, - "properties": [ - { - "id": "custom.width", - "value": 100 - } - ] - } - ] - }, - "gridPos": { - "h": 7, - "w": 3, - "x": 9, - "y": 20 - }, - "id": 21, - "options": { - "footer": { - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, - "showHeader": false - }, - "pluginVersion": "9.2.1", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "editorMode": "builder", - "expr": "keptn_deployment_deploymentduration{keptn_deployment_app_name=\"$Application\"}", - "format": "table", - "legendFormat": "__auto", - "range": true, - "refId": "A" - } - ], - "title": "Active Workloads", - "transformations": [ - { - "id": "groupBy", - "options": { - "fields": { - "Value": { - "aggregations": [] - }, - "keptn_deployment_workload_name": { - "aggregations": [], - "operation": "groupby" - }, - "keptn_deployment_workload_version": { - "aggregations": [], - "operation": "aggregate" - } - } - } - }, - { - "id": "sortBy", - "options": { - "fields": {}, - "sort": [ - { - "desc": true, - "field": "keptn_deployment_workload_version" - } - ] - } - } - ], - "type": "table" - } - ], - "refresh": "5s", - "schemaVersion": 37, - "style": "dark", - "tags": [], - "templating": { - "list": [ - { - "current": { - "selected": false, - "text": "podtato-head", - "value": "podtato-head" - }, - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "definition": "label_values(keptn_deployment_app_name)", - "hide": 0, - "includeAll": false, - "multi": false, - "name": "Application", - "options": [], - "query": { - "query": "label_values(keptn_deployment_app_name)", - "refId": "StandardVariableQuery" - }, - "refresh": 1, - "regex": "", - "skipUrlSync": false, - "sort": 0, - "type": "query" - }, - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "filters": [], - "hide": 0, - "name": "Filters", - "skipUrlSync": false, - "type": "adhoc" - } - ] - }, - "time": { - "from": "now-24h", - "to": "now" - }, - "timepicker": {}, - "timezone": "", - "title": "Keptn Applications", - "uid": "nbiPNgN4z", - "version": 1, - "weekStart": "" -} \ No newline at end of file diff --git a/dashboards/grafana/grafana_dashboard_overview.json b/dashboards/grafana/grafana_dashboard_overview.json deleted file mode 100644 index cd00bc4851..0000000000 --- a/dashboards/grafana/grafana_dashboard_overview.json +++ /dev/null @@ -1,884 +0,0 @@ -{ - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": { - "type": "grafana", - "uid": "-- Grafana --" - }, - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "target": { - "limit": 100, - "matchAny": false, - "tags": [], - "type": "dashboard" - }, - "type": "dashboard" - } - ] - }, - "editable": true, - "fiscalYearStartMonth": 0, - "graphTooltip": 0, - "id": 29, - "links": [], - "liveNow": false, - "panels": [ - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 0 - }, - "id": 10, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "editorMode": "builder", - "expr": "sum by(job) (keptn_task_active{job=\"otel-collector\"})", - "legendFormat": "__auto", - "range": true, - "refId": "A" - } - ], - "title": "Active Tasks", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 0 - }, - "id": 16, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "editorMode": "builder", - "expr": "sum by(job) (keptn_evaluation_active{job=\"otel-collector\"})", - "legendFormat": "__auto", - "range": true, - "refId": "A" - } - ], - "title": "Active Evaluations", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 8 - }, - "id": 12, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "editorMode": "builder", - "expr": "sum by(job) (keptn_task_count{job=\"otel-collector\"})", - "legendFormat": "__auto", - "range": true, - "refId": "A" - } - ], - "title": "Finished Tasks", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 8 - }, - "id": 17, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "editorMode": "builder", - "expr": "sum by(job) (keptn_evaluation_count_total{job=\"otel-collector\"})", - "legendFormat": "__auto", - "range": true, - "refId": "A" - } - ], - "title": "Finished Evaluations", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "fixed" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 16 - }, - "id": 15, - "options": { - "displayMode": "gradient", - "minVizHeight": 10, - "minVizWidth": 0, - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "showUnfilled": true - }, - "pluginVersion": "9.2.1", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "editorMode": "builder", - "exemplar": false, - "expr": "sort(sum by(le) (keptn_task_duration_bucket{job=\"otel-collector\", le!=\"+Inf\"}))", - "format": "time_series", - "instant": false, - "legendFormat": "{{le}}", - "range": true, - "refId": "A" - } - ], - "title": "Task Duration Histogram", - "transformations": [ - { - "id": "joinByLabels", - "options": { - "value": "le" - } - }, - { - "id": "organize", - "options": { - "excludeByName": {}, - "indexByName": { - "0": 0, - "5": 1, - "10": 2, - "25": 3, - "50": 4, - "75": 5, - "100": 6, - "250": 7, - "500": 8, - "1000": 9 - }, - "renameByName": {} - } - } - ], - "type": "bargauge" - }, - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "fixed" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 16 - }, - "id": 18, - "options": { - "displayMode": "gradient", - "minVizHeight": 10, - "minVizWidth": 0, - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "showUnfilled": true - }, - "pluginVersion": "9.2.1", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "editorMode": "builder", - "exemplar": false, - "expr": "sort(sum by(le) (keptn_evaluation_duration_bucket{job=\"otel-collector\", le!=\"+Inf\"}))", - "format": "time_series", - "instant": false, - "legendFormat": "{{le}}", - "range": true, - "refId": "A" - } - ], - "title": "Evaluation Duration Histogram", - "transformations": [ - { - "id": "joinByLabels", - "options": { - "value": "le" - } - }, - { - "id": "organize", - "options": { - "excludeByName": {}, - "indexByName": { - "0": 0, - "5": 1, - "10": 2, - "25": 3, - "50": 4, - "75": 5, - "100": 6, - "250": 7, - "500": 8, - "1000": 9 - }, - "renameByName": {} - } - } - ], - "type": "bargauge" - }, - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 24 - }, - "id": 4, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "editorMode": "builder", - "expr": "sum by(job) (keptn_deployment_active{job=\"otel-collector\"})", - "legendFormat": "__auto", - "range": true, - "refId": "A" - } - ], - "title": "Active Deployments", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 9, - "w": 12, - "x": 0, - "y": 32 - }, - "id": 2, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "editorMode": "builder", - "expr": "sum by(job) (keptn_deployment_count{job=\"otel-collector\"})", - "legendFormat": "__auto", - "range": true, - "refId": "A" - } - ], - "title": "Finished Deployments", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "fixed" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 41 - }, - "id": 14, - "options": { - "displayMode": "gradient", - "minVizHeight": 10, - "minVizWidth": 0, - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "showUnfilled": true - }, - "pluginVersion": "9.1.7", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "editorMode": "builder", - "exemplar": false, - "expr": "sort(sum by(le) (keptn_deployment_duration_bucket{job=\"otel-collector\", le!=\"+Inf\"}))", - "format": "time_series", - "instant": false, - "legendFormat": "{{le}}", - "range": true, - "refId": "A" - } - ], - "title": "Deployment Duration Histogram", - "transformations": [ - { - "id": "joinByLabels", - "options": { - "value": "le" - } - }, - { - "id": "organize", - "options": { - "excludeByName": {}, - "indexByName": { - "0": 0, - "5": 1, - "10": 2, - "25": 3, - "50": 4, - "75": 5, - "100": 6, - "250": 7, - "500": 8, - "1000": 9 - }, - "renameByName": {} - } - } - ], - "type": "bargauge" - } - ], - "refresh": "5s", - "schemaVersion": 37, - "style": "dark", - "tags": [], - "templating": { - "list": [] - }, - "time": { - "from": "now-3h", - "to": "now" - }, - "timepicker": {}, - "timezone": "", - "title": "Keptn Lifecycle Toolkit Metrics", - "uid": "wlo2MpIVk", - "version": 1, - "weekStart": "" -} \ No newline at end of file diff --git a/dashboards/grafana/grafana_dashboard_workloads.json b/dashboards/grafana/grafana_dashboard_workloads.json deleted file mode 100644 index 57ae2f56a6..0000000000 --- a/dashboards/grafana/grafana_dashboard_workloads.json +++ /dev/null @@ -1,632 +0,0 @@ -{ - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": { - "type": "grafana", - "uid": "-- Grafana --" - }, - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "target": { - "limit": 100, - "matchAny": false, - "tags": [], - "type": "dashboard" - }, - "type": "dashboard" - } - ] - }, - "editable": true, - "fiscalYearStartMonth": 0, - "graphTooltip": 0, - "id": 28, - "links": [], - "liveNow": false, - "panels": [ - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "fieldConfig": { - "defaults": { - "color": { - "fixedColor": "green", - "mode": "fixed" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 6, - "w": 3, - "x": 0, - "y": 0 - }, - "id": 12, - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "textMode": "auto" - }, - "pluginVersion": "9.2.1", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "editorMode": "builder", - "expr": "count(keptn_deployment_count{keptn_deployment_workload_name=\"$Workload\", keptn_deployment_workload_status=\"Succeeded\"})", - "legendFormat": "__auto", - "range": true, - "refId": "A" - } - ], - "title": "Succeeded", - "type": "stat" - }, - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "min": 2, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "#EAB839", - "value": 43200 - }, - { - "color": "red", - "value": 86400 - } - ] - }, - "unit": "s" - }, - "overrides": [] - }, - "gridPos": { - "h": 6, - "w": 10, - "x": 3, - "y": 0 - }, - "id": 16, - "options": { - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "mean" - ], - "fields": "", - "values": false - }, - "showThresholdLabels": false, - "showThresholdMarkers": true - }, - "pluginVersion": "9.2.1", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "editorMode": "builder", - "expr": "avg by(keptn_deployment_workload_previousversion, keptn_deployment_workload_version) (keptn_deployment_deploymentinterval{keptn_deployment_workload_name=\"$Workload\"})", - "format": "table", - "legendFormat": "__auto", - "range": true, - "refId": "A" - } - ], - "title": "Average Time between Deployments", - "type": "gauge" - }, - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "fieldConfig": { - "defaults": { - "color": { - "fixedColor": "red", - "mode": "fixed" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "red", - "value": null - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 6, - "w": 3, - "x": 13, - "y": 0 - }, - "id": 3, - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "text": { - "valueSize": 100 - }, - "textMode": "auto" - }, - "pluginVersion": "9.2.1", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "editorMode": "builder", - "expr": "count(keptn_deployment_count{keptn_deployment_workload_name=\"$Workload\", keptn_deployment_workload_status=\"Failed\"})", - "legendFormat": "__auto", - "range": true, - "refId": "A" - } - ], - "title": "Failed", - "type": "stat" - }, - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "s" - }, - "overrides": [] - }, - "gridPos": { - "h": 6, - "w": 5, - "x": 0, - "y": 6 - }, - "id": 14, - "options": { - "displayMode": "gradient", - "minVizHeight": 10, - "minVizWidth": 0, - "orientation": "horizontal", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "showUnfilled": true - }, - "pluginVersion": "9.2.1", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "editorMode": "builder", - "expr": "max by(keptn_deployment_workload_version) (keptn_deployment_deploymentduration{keptn_deployment_workload_name=\"$Workload\"})", - "format": "table", - "interval": "", - "legendFormat": "{{keptn_workload_version}}", - "range": true, - "refId": "A" - } - ], - "title": "Deployment Time", - "type": "bargauge" - }, - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "fieldConfig": { - "defaults": { - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "orange", - "value": 5 - }, - { - "color": "red", - "value": 10 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 6, - "w": 6, - "x": 5, - "y": 6 - }, - "id": 4, - "options": { - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "showThresholdLabels": false, - "showThresholdMarkers": true - }, - "pluginVersion": "9.2.1", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "editorMode": "builder", - "expr": "max(keptn_deployment_active{keptn_deployment_workload_name=\"$Workload\"})", - "legendFormat": "__auto", - "range": true, - "refId": "A" - } - ], - "title": "Active Deployments", - "type": "gauge" - }, - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "s" - }, - "overrides": [] - }, - "gridPos": { - "h": 6, - "w": 5, - "x": 11, - "y": 6 - }, - "id": 10, - "options": { - "displayMode": "gradient", - "minVizHeight": 10, - "minVizWidth": 0, - "orientation": "horizontal", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "showUnfilled": true - }, - "pluginVersion": "9.2.1", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "editorMode": "builder", - "expr": "avg by(keptn_deployment_workload_previousversion, keptn_deployment_workload_version) (keptn_deployment_deploymentinterval{keptn_deployment_workload_name=\"$Workload\"})", - "format": "table", - "legendFormat": "{{keptn_deployment_workload_previousversion}} - {{keptn_deployment_workload_version}}", - "range": true, - "refId": "A" - } - ], - "title": "Time between Deployments", - "type": "bargauge" - }, - { - "datasource": { - "type": "jaeger", - "uid": "PC9A941E8F2E49454" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "auto", - "displayMode": "auto", - "inspect": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 6, - "w": 11, - "x": 0, - "y": 12 - }, - "id": 8, - "options": { - "footer": { - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, - "showHeader": true - }, - "pluginVersion": "9.2.1", - "targets": [ - { - "datasource": { - "type": "jaeger", - "uid": "PC9A941E8F2E49454" - }, - "operation": "$Workload/WorkloadPreDeployTasks", - "queryType": "search", - "refId": "A", - "service": "lifecycle-operator", - "tags": "" - } - ], - "title": "Traces", - "type": "table" - }, - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 6, - "w": 5, - "x": 11, - "y": 12 - }, - "id": 6, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "editorMode": "builder", - "expr": "max(keptn_deployment_active{keptn_deployment_workload_name=\"$Workload\"})", - "format": "time_series", - "legendFormat": "__auto", - "range": true, - "refId": "A" - } - ], - "title": "Deployments Active", - "type": "timeseries" - } - ], - "refresh": "5s", - "schemaVersion": 37, - "style": "dark", - "tags": [], - "templating": { - "list": [ - { - "current": { - "isNone": true, - "selected": false, - "text": "None", - "value": "" - }, - "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" - }, - "definition": "label_values(keptn_deployment_workload_name)", - "hide": 0, - "includeAll": false, - "multi": false, - "name": "Workload", - "options": [], - "query": { - "query": "label_values(keptn_deployment_workload_name)", - "refId": "StandardVariableQuery" - }, - "refresh": 1, - "regex": "", - "skipUrlSync": false, - "sort": 0, - "type": "query" - } - ] - }, - "time": { - "from": "now-5m", - "to": "now" - }, - "timepicker": {}, - "timezone": "", - "title": "Keptn Workloads", - "uid": "hIXRvXS4k", - "version": 1, - "weekStart": "" -} \ No newline at end of file diff --git a/dashboards/grafana/import/grafana_dashboard_applications.json b/dashboards/grafana/import/grafana_dashboard_applications.json index 848d19767f..078e372d20 100644 --- a/dashboards/grafana/import/grafana_dashboard_applications.json +++ b/dashboards/grafana/import/grafana_dashboard_applications.json @@ -31,8 +31,8 @@ "panels": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -81,8 +81,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "keptn_app_count_total{keptn_deployment_app_status=\"Succeeded\", keptn_deployment_app_name=\"$Application\"}", @@ -116,8 +116,8 @@ }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -165,8 +165,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "max(keptn_app_active{keptn_deployment_app_name=\"$Application\"})", @@ -180,8 +180,8 @@ }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -230,8 +230,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "keptn_app_count_total{keptn_deployment_app_status=\"Failed\", keptn_deployment_app_name=\"$Application\"}", @@ -267,8 +267,8 @@ }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -318,8 +318,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "avg by(keptn_deployment_app_previousversion, keptn_deployment_app_version) (keptn_app_deploymentinterval{keptn_deployment_app_name=\"$Application\"})", @@ -334,8 +334,8 @@ }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -388,8 +388,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "avg by(keptn_deployment_workload_previousversion) (keptn_app_deploymentinterval{keptn_deployment_app_name=\"$Application\"})", @@ -404,8 +404,8 @@ }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -454,8 +454,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "max by(keptn_deployment_app_version) (keptn_app_deploymentduration{keptn_deployment_app_name=\"$Application\"})", @@ -470,8 +470,8 @@ }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -547,8 +547,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "max(keptn_app_active{keptn_deployment_app_name=\"$Application\"})", @@ -630,8 +630,8 @@ }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -694,8 +694,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "keptn_deployment_deploymentduration{keptn_deployment_app_name=\"$Application\"}", @@ -754,8 +754,8 @@ "value": "podtato-head" }, "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "definition": "label_values(keptn_deployment_app_name)", "hide": 0, @@ -775,8 +775,8 @@ }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "filters": [], "hide": 0, diff --git a/dashboards/grafana/import/grafana_dashboard_overview.json b/dashboards/grafana/import/grafana_dashboard_overview.json index 8e320ea1ff..61b4d94986 100644 --- a/dashboards/grafana/import/grafana_dashboard_overview.json +++ b/dashboards/grafana/import/grafana_dashboard_overview.json @@ -31,8 +31,8 @@ "panels": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -108,8 +108,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "sum by(job) (keptn_task_active{job=\"otel-collector\"})", @@ -123,8 +123,8 @@ }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -200,8 +200,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "sum by(job) (keptn_evaluation_active{job=\"otel-collector\"})", @@ -215,8 +215,8 @@ }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -292,8 +292,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "sum by(job) (keptn_task_count{job=\"otel-collector\"})", @@ -307,8 +307,8 @@ }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -384,8 +384,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "sum by(job) (keptn_evaluation_count_total{job=\"otel-collector\"})", @@ -399,8 +399,8 @@ }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -449,8 +449,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "exemplar": false, @@ -494,8 +494,8 @@ }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -544,8 +544,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "exemplar": false, @@ -589,8 +589,8 @@ }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -666,8 +666,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "sum by(job) (keptn_deployment_active{job=\"otel-collector\"})", @@ -681,8 +681,8 @@ }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -757,8 +757,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "sum by(job) (keptn_deployment_count{job=\"otel-collector\"})", @@ -772,8 +772,8 @@ }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -821,8 +821,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "exemplar": false, diff --git a/dashboards/grafana/import/grafana_dashboard_workloads.json b/dashboards/grafana/import/grafana_dashboard_workloads.json index 3328154a3d..cd4c51dd79 100644 --- a/dashboards/grafana/import/grafana_dashboard_workloads.json +++ b/dashboards/grafana/import/grafana_dashboard_workloads.json @@ -31,8 +31,8 @@ "panels": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -78,8 +78,7 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" }, "editorMode": "builder", "expr": "count(keptn_deployment_count{keptn_deployment_workload_name=\"$Workload\", keptn_deployment_workload_status=\"Succeeded\"})", @@ -93,8 +92,8 @@ }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -147,8 +146,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "avg by(keptn_deployment_workload_previousversion, keptn_deployment_workload_version) (keptn_deployment_deploymentinterval{keptn_deployment_workload_name=\"$Workload\"})", @@ -163,8 +162,8 @@ }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -213,8 +212,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "count(keptn_deployment_count{keptn_deployment_workload_name=\"$Workload\", keptn_deployment_workload_status=\"Failed\"})", @@ -228,8 +227,8 @@ }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -279,8 +278,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "max by(keptn_deployment_workload_version) (keptn_deployment_deploymentduration{keptn_deployment_workload_name=\"$Workload\"})", @@ -296,8 +295,8 @@ }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -345,8 +344,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "max(keptn_deployment_active{keptn_deployment_workload_name=\"$Workload\"})", @@ -360,8 +359,8 @@ }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -411,8 +410,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "avg by(keptn_deployment_workload_previousversion, keptn_deployment_workload_version) (keptn_deployment_deploymentinterval{keptn_deployment_workload_name=\"$Workload\"})", @@ -493,8 +492,8 @@ }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -570,8 +569,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "max(keptn_deployment_active{keptn_deployment_workload_name=\"$Workload\"})", @@ -599,8 +598,8 @@ "value": "" }, "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "definition": "label_values(keptn_deployment_workload_name)", "hide": 0, diff --git a/examples/support/observability/assets/grafana_dasboard_import_ui.json b/examples/support/observability/assets/grafana_dasboard_import_ui.json index 71b75fd54f..5bdb13b3a6 100644 --- a/examples/support/observability/assets/grafana_dasboard_import_ui.json +++ b/examples/support/observability/assets/grafana_dasboard_import_ui.json @@ -30,8 +30,8 @@ "panels": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -107,8 +107,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "sum by(job) (keptn_task_active{job=\"otel-collector\"})", @@ -122,8 +122,8 @@ }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -199,8 +199,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "sum by(job) (keptn_evaluation_active{job=\"otel-collector\"})", @@ -214,8 +214,8 @@ }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -291,8 +291,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "sum by(job) (keptn_task_count{job=\"otel-collector\"})", @@ -306,8 +306,8 @@ }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -383,8 +383,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "sum by(job) (keptn_evaluation_count{job=\"otel-collector\"})", @@ -398,8 +398,8 @@ }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -448,8 +448,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "exemplar": false, @@ -493,8 +493,8 @@ }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -543,8 +543,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "exemplar": false, @@ -588,8 +588,8 @@ }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -665,8 +665,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "sum by(job) (keptn_deployment_active{job=\"otel-collector\"})", @@ -680,8 +680,8 @@ }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -757,8 +757,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "sum by(job) (keptn_deployment_count{job=\"otel-collector\"})", @@ -772,8 +772,8 @@ }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -822,8 +822,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "exemplar": false, diff --git a/examples/support/observability/assets/grafana_dashboard.json b/examples/support/observability/assets/grafana_dashboard.json index b51a4de295..817eef75b4 100644 --- a/examples/support/observability/assets/grafana_dashboard.json +++ b/examples/support/observability/assets/grafana_dashboard.json @@ -31,8 +31,8 @@ "panels": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -108,8 +108,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "sum by(job) (keptn_task_active{job=\"otel-collector\"})", @@ -123,8 +123,8 @@ }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -200,8 +200,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "sum by(job) (keptn_evaluation_active{job=\"otel-collector\"})", @@ -215,8 +215,8 @@ }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -292,8 +292,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "sum by(job) (keptn_task_count{job=\"otel-collector\"})", @@ -307,8 +307,8 @@ }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -384,8 +384,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "sum by(job) (keptn_evaluation_count{job=\"otel-collector\"})", @@ -399,8 +399,8 @@ }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -449,8 +449,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "exemplar": false, @@ -494,8 +494,8 @@ }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -544,8 +544,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "exemplar": false, @@ -589,8 +589,8 @@ }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -666,8 +666,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "sum by(job) (keptn_deployment_active{job=\"otel-collector\"})", @@ -681,8 +681,8 @@ }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -758,8 +758,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "sum by(job) (keptn_deployment_count{job=\"otel-collector\"})", @@ -773,8 +773,8 @@ }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -823,8 +823,8 @@ "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "exemplar": false, diff --git a/examples/support/observability/config/prometheus/grafana-dashboard-keptn-applications.yaml b/examples/support/observability/config/prometheus/grafana-dashboard-keptn-applications.yaml index 1effc63ed2..e6ee43ab83 100644 --- a/examples/support/observability/config/prometheus/grafana-dashboard-keptn-applications.yaml +++ b/examples/support/observability/config/prometheus/grafana-dashboard-keptn-applications.yaml @@ -33,8 +33,8 @@ data: "panels": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -83,8 +83,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "keptn_app_count_total{keptn_deployment_app_status=\"Succeeded\", keptn_deployment_app_name=\"$Application\"}", @@ -118,8 +118,8 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -167,8 +167,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "max(keptn_app_active{keptn_deployment_app_name=\"$Application\"})", @@ -182,8 +182,8 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -232,8 +232,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "keptn_app_count_total{keptn_deployment_app_status=\"Failed\", keptn_deployment_app_name=\"$Application\"}", @@ -269,8 +269,8 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -320,8 +320,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "avg by(keptn_deployment_app_previousversion, keptn_deployment_app_version) (keptn_app_deploymentinterval{keptn_deployment_app_name=\"$Application\"})", @@ -336,8 +336,8 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -390,8 +390,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "avg by(keptn_deployment_workload_previousversion) (keptn_app_deploymentinterval{keptn_deployment_app_name=\"$Application\"})", @@ -406,8 +406,8 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -456,8 +456,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "max by(keptn_deployment_app_version) (keptn_app_deploymentduration{keptn_deployment_app_name=\"$Application\"})", @@ -472,8 +472,8 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -549,8 +549,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "max(keptn_app_active{keptn_deployment_app_name=\"$Application\"})", @@ -632,8 +632,8 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -696,8 +696,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "keptn_deployment_deploymentduration{keptn_deployment_app_name=\"$Application\"}", @@ -756,8 +756,8 @@ data: "value": "podtato-head" }, "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "definition": "label_values(keptn_deployment_app_name)", "hide": 0, @@ -777,8 +777,8 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "filters": [], "hide": 0, diff --git a/examples/support/observability/config/prometheus/grafana-dashboard-keptn-overview.yaml b/examples/support/observability/config/prometheus/grafana-dashboard-keptn-overview.yaml index 1d28fd3950..040b2cc5d0 100644 --- a/examples/support/observability/config/prometheus/grafana-dashboard-keptn-overview.yaml +++ b/examples/support/observability/config/prometheus/grafana-dashboard-keptn-overview.yaml @@ -33,8 +33,8 @@ data: "panels": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -110,8 +110,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "sum by(job) (keptn_task_active{job=\"otel-collector\"})", @@ -125,8 +125,8 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -202,8 +202,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "sum by(job) (keptn_evaluation_active{job=\"otel-collector\"})", @@ -217,8 +217,8 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -294,8 +294,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "sum by(job) (keptn_task_count{job=\"otel-collector\"})", @@ -309,8 +309,8 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -386,8 +386,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "sum by(job) (keptn_evaluation_count_total{job=\"otel-collector\"})", @@ -401,8 +401,8 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -451,8 +451,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "exemplar": false, @@ -496,8 +496,8 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -546,8 +546,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "exemplar": false, @@ -591,8 +591,8 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -668,8 +668,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "sum by(job) (keptn_deployment_active{job=\"otel-collector\"})", @@ -683,8 +683,8 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -759,8 +759,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "sum by(job) (keptn_deployment_count{job=\"otel-collector\"})", @@ -774,8 +774,8 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -823,8 +823,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "exemplar": false, diff --git a/examples/support/observability/config/prometheus/grafana-dashboard-keptn-workloads.yaml b/examples/support/observability/config/prometheus/grafana-dashboard-keptn-workloads.yaml index 2cf2ffa78c..658c04de20 100644 --- a/examples/support/observability/config/prometheus/grafana-dashboard-keptn-workloads.yaml +++ b/examples/support/observability/config/prometheus/grafana-dashboard-keptn-workloads.yaml @@ -33,8 +33,8 @@ data: "panels": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -80,8 +80,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "count(keptn_deployment_count{keptn_deployment_workload_name=\"$Workload\", keptn_deployment_workload_status=\"Succeeded\"})", @@ -95,8 +95,8 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -149,8 +149,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "avg by(keptn_deployment_workload_previousversion, keptn_deployment_workload_version) (keptn_deployment_deploymentinterval{keptn_deployment_workload_name=\"$Workload\"})", @@ -165,8 +165,8 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -215,8 +215,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "count(keptn_deployment_count{keptn_deployment_workload_name=\"$Workload\", keptn_deployment_workload_status=\"Failed\"})", @@ -230,8 +230,8 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -281,8 +281,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "max by(keptn_deployment_workload_version) (keptn_deployment_deploymentduration{keptn_deployment_workload_name=\"$Workload\"})", @@ -298,8 +298,8 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -347,8 +347,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "max(keptn_deployment_active{keptn_deployment_workload_name=\"$Workload\"})", @@ -362,8 +362,8 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -413,8 +413,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "avg by(keptn_deployment_workload_previousversion, keptn_deployment_workload_version) (keptn_deployment_deploymentinterval{keptn_deployment_workload_name=\"$Workload\"})", @@ -495,8 +495,8 @@ data: }, { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "fieldConfig": { "defaults": { @@ -572,8 +572,8 @@ data: "targets": [ { "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "editorMode": "builder", "expr": "max(keptn_deployment_active{keptn_deployment_workload_name=\"$Workload\"})", @@ -601,8 +601,8 @@ data: "value": "" }, "datasource": { - "type": "prometheus", - "uid": "P1809F7CD0C75ACF3" + "type": "prometheus" + }, "definition": "label_values(keptn_deployment_workload_name)", "hide": 0, diff --git a/examples/support/observability/config/prometheus/grafana-dashboardDatasources.yaml b/examples/support/observability/config/prometheus/grafana-dashboardDatasources.yaml index 5f44352541..7358058a86 100644 --- a/examples/support/observability/config/prometheus/grafana-dashboardDatasources.yaml +++ b/examples/support/observability/config/prometheus/grafana-dashboardDatasources.yaml @@ -18,7 +18,7 @@ stringData: "editable": false, "name": "prometheus", "orgId": 1, - "type": "prometheus", + "type": "prometheus" "url": "http://prometheus-k8s.monitoring.svc:9090", "version": 1 },