Skip to content

Commit

Permalink
feat(STONEINTG-534): add SLI SnapshotEnvirontBinding to grafana
Browse files Browse the repository at this point in the history
Signed-off-by: Jing Qi <[email protected]>
  • Loading branch information
jinqi7 committed Sep 18, 2023
1 parent 068cde1 commit c82f558
Showing 1 changed file with 72 additions and 1 deletion.
73 changes: 72 additions & 1 deletion config/grafana/dashboards/integration-service-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

],
Expand All @@ -1287,4 +1358,4 @@
"title": "Integration Service",
"uid": "b1fac0453848b1e7ce9377a6eb38d7ec3b8a23d9",
"version": 5
}
}

0 comments on commit c82f558

Please sign in to comment.