diff --git a/config/grafana/dashboards/integration-service-dashboard.json b/config/grafana/dashboards/integration-service-dashboard.json index 3002ee8e7..e37eaec94 100644 --- a/config/grafana/dashboards/integration-service-dashboard.json +++ b/config/grafana/dashboards/integration-service-dashboard.json @@ -1269,6 +1269,77 @@ "steppedLine": false, "timeFrom": null, "timeShift": null + }, + + { + "cards": { + "cardPadding": null, + "cardRound": null + }, + "color": { + "cardColor": "#b4ff00", + "colorScale": "sqrt", + "colorScheme": "interpolateOranges", + "exponent": 0.5, + "mode": "spectrum" + }, + "dataFormat": "tsbuckets", + "description": "Time duration from the moment the snapshotEnvironmentBinding was created till the snapshot is deployed to the environtment", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 27 + }, + "heatmap": {}, + "hideZeroBuckets": true, + "highlightCards": true, + "id": 28, + "legend": { + "show": false + }, + "maxDataPoints": 25, + "pluginVersion": "7.5.17", + "reverseYBuckets": false, + "targets": [ + { + "exemplar": true, + "expr": " sum(increase(seb_created_to_ready_seconds_bucket[$__interval])) by (le)", + "format": "heatmap", + "interval": "", + "legendFormat": "{{le}}", + "refId": "A" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "SnapshotEnvironmentBinding created to ready Seconds", + "tooltip": { + "show": true, + "showHistogram": false + }, + "type": "heatmap", + "xAxis": { + "show": true + }, + "xBucketNumber": null, + "xBucketSize": null, + "yAxis": { + "decimals": null, + "format": "short", + "logBase": 1, + "max": null, + "min": null, + "show": true, + "splitFactor": null + }, + "yBucketBound": "auto", + "yBucketNumber": null, + "yBucketSize": null } ], @@ -1287,4 +1358,4 @@ "title": "Integration Service", "uid": "b1fac0453848b1e7ce9377a6eb38d7ec3b8a23d9", "version": 5 -} \ No newline at end of file +}