Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(STONEINTG-534): add SLI SnapshotEnvirontBinding to grafana #315

Merged
merged 1 commit into from
Sep 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
}
}
Loading