Skip to content

Commit

Permalink
fix(stoneinteg-761): remove ephemeral environment metric
Browse files Browse the repository at this point in the history
Signed-off-by: Kasem Alem <kasem.alem@gmail.com>
  • Loading branch information
kasemAlem committed Mar 27, 2024
1 parent 4d1625f commit c25c29f
Showing 1 changed file with 0 additions and 123 deletions.
123 changes: 0 additions & 123 deletions config/grafana/dashboards/integration-service-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -1051,129 +1051,6 @@
"yBucketNumber": null,
"yBucketSize": null
},
{
"id": 31,
"gridPos": {
"h": 8,
"w": 12,
"x": 12,
"y": 90
},
"type": "heatmap",
"title": "Snapshot Created to PipelineRun",
"pluginVersion": "9.1.6",
"maxDataPoints": 25,
"description": "Time duration from the moment the snapshot resource was created till a integration pipelineRun is started for pipelineRuns",
"legend": {
"show": false
},
"cards": {
"cardPadding": null,
"cardRound": null
},
"color": {
"cardColor": "#b4ff00",
"colorScale": "sqrt",
"colorScheme": "interpolateOranges",
"exponent": 0.5,
"mode": "spectrum"
},
"dataFormat": "tsbuckets",
"fieldConfig": {
"defaults": {
"custom": {
"scaleDistribution": {
"type": "linear"
},
"hideFrom": {
"tooltip": false,
"viz": false,
"legend": false
}
}
},
"overrides": []
},
"heatmap": {},
"hideZeroBuckets": true,
"highlightCards": true,
"targets": [
{
"exemplar": true,
"expr": "sum(increase(integration_svc_snapshot_created_to_pipelinerun_with_ephemeral_env_started_seconds_bucket[$__interval])) by (le)",
"format": "heatmap",
"interval": "",
"legendFormat": "{{le}}",
"refId": "A",
"editorMode": "code",
"range": true
}
],
"tooltip": {
"show": true,
"showHistogram": false
},
"xAxis": {
"show": true
},
"yAxis": {
"decimals": null,
"format": "short",
"logBase": 1,
"max": null,
"min": null,
"show": true,
"splitFactor": null
},
"yBucketBound": "auto",
"options": {
"calculate": false,
"yAxis": {
"axisPlacement": "left",
"reverse": false,
"min": null,
"max": null,
"unit": "short",
"decimals": null
},
"rowsFrame": {
"layout": "auto"
},
"color": {
"mode": "scheme",
"fill": "#b4ff00",
"scale": "exponential",
"exponent": 0.5,
"scheme": "Oranges",
"steps": 128,
"reverse": false
},
"cellGap": 2,
"filterValues": {
"le": 1e-9
},
"tooltip": {
"show": true,
"yHistogram": false
},
"legend": {
"show": false
},
"exemplars": {
"color": "rgba(255,0,255,0.7)"
},
"calculation": {},
"cellValues": {},
"showValue": "never"
},
"reverseYBuckets": false,
"timeFrom": null,
"timeShift": null,
"xBucketNumber": null,
"xBucketSize": null,
"yBucketNumber": null,
"yBucketSize": null
},
{
"cards": {
"cardPadding": null,
Expand Down

0 comments on commit c25c29f

Please sign in to comment.