Display blockProcessingOffset config on watcher dashboard

This commit is contained in:
Prathamesh Musale 2024-07-04 15:43:09 +05:30
parent 54307004da
commit 4439730ad2

View File

@ -2866,6 +2866,19 @@
"legendFormat": "{{field}}", "legendFormat": "{{field}}",
"range": true, "range": true,
"refId": "E" "refId": "E"
},
{
"datasource": {
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
},
"editorMode": "code",
"expr": "watcher_config_info{job=~\"$job\", instance=~\"$watcher\", category=\"jobqueue\", field=\"block_processing_offset\"}",
"hide": false,
"instant": false,
"legendFormat": "{{field}}",
"range": true,
"refId": "F"
} }
], ],
"title": "Watcher config (job queue)", "title": "Watcher config (job queue)",
@ -3284,6 +3297,6 @@
"timepicker": {}, "timepicker": {},
"timezone": "", "timezone": "",
"title": "Watchers", "title": "Watchers",
"version": 5, "version": 6,
"weekStart": "" "weekStart": ""
} }