Skip to content

Commit

Permalink
extend grace period for stream terminatino
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandervliet committed Mar 12, 2022
1 parent 126197f commit 453d9cf
Showing 1 changed file with 4 additions and 29 deletions.
33 changes: 4 additions & 29 deletions deploy/support/grafana/pixel-streaming-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"fiscalYearStartMonth": 0,
"graphTooltip": 0,
"id": 26,
"iteration": 1646929899634,
"iteration": 1647031012778,
"links": [],
"liveNow": false,
"panels": [
Expand Down Expand Up @@ -65,32 +65,7 @@
]
}
},
"overrides": [
{
"__systemRef": "hideSeriesFrom",
"matcher": {
"id": "byNames",
"options": {
"mode": "exclude",
"names": [
"stream-6776f868db-f252c"
],
"prefix": "All except:",
"readOnly": true
}
},
"properties": [
{
"id": "custom.hideFrom",
"value": {
"legend": false,
"tooltip": false,
"viz": true
}
}
]
}
]
"overrides": []
},
"gridPos": {
"h": 8,
Expand Down Expand Up @@ -324,7 +299,7 @@
"uid": "PBFA97CFB590B2093"
},
"exemplar": true,
"expr": "avg(DCGM_FI_DEV_GPU_UTIL) by (instance)",
"expr": "DCGM_FI_DEV_GPU_UTIL",
"instant": false,
"interval": "",
"legendFormat": "{{instance}}",
Expand Down Expand Up @@ -1152,6 +1127,6 @@
"timezone": "",
"title": "OKE Pixel Streaming",
"uid": "jE4EaIonk",
"version": 6,
"version": 7,
"weekStart": ""
}

0 comments on commit 453d9cf

Please sign in to comment.