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
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:
parent
9764481e5b
commit
e0fecb4c35
@ -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": ""
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user