Display blockProcessingOffset config on watcher dashboard
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 32s
Deploy Test / Run deploy test suite (pull_request) Successful in 4m33s
Webapp Test / Run webapp test suite (pull_request) Successful in 4m11s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 7m32s
Smoke Test / Run basic test suite (pull_request) Successful in 3m47s

This commit is contained in:
Prathamesh Musale 2024-07-04 15:43:09 +05:30
parent 9764481e5b
commit e0fecb4c35

View File

@ -2866,6 +2866,19 @@
"legendFormat": "{{field}}",
"range": true,
"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)",
@ -3284,6 +3297,6 @@
"timepicker": {},
"timezone": "",
"title": "Watchers",
"version": 5,
"version": 6,
"weekStart": ""
}