Add repo link to watcher info panel
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 36s
Deploy Test / Run deploy test suite (pull_request) Successful in 4m50s
Webapp Test / Run webapp test suite (pull_request) Successful in 4m16s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 7m9s
Smoke Test / Run basic test suite (pull_request) Successful in 3m48s

This commit is contained in:
Prathamesh Musale 2024-06-06 13:26:26 +05:30
parent f3065ee20d
commit ff6630f387

View File

@ -117,7 +117,7 @@
"disableTextWrap": false,
"editorMode": "code",
"exemplar": false,
"expr": "max(watcher_info{job=\"$job\", instance=\"$watcher\"}) by (version, commitHash)",
"expr": "max(watcher_info{job=\"$job\", instance=\"$watcher\"}) by (repo, version, commitHash)",
"format": "table",
"fullMetaSearch": false,
"includeNullMetadata": true,
@ -139,12 +139,14 @@
"includeByName": {},
"indexByName": {
"Time": 0,
"Value": 3,
"commitHash": 2,
"version": 1
"Value": 4,
"commitHash": 3,
"repo": 1,
"version": 2
},
"renameByName": {
"commitHash": "Commit hash",
"repo": "Repo",
"version": "Release"
}
}