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, "disableTextWrap": false,
"editorMode": "code", "editorMode": "code",
"exemplar": false, "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", "format": "table",
"fullMetaSearch": false, "fullMetaSearch": false,
"includeNullMetadata": true, "includeNullMetadata": true,
@ -139,12 +139,14 @@
"includeByName": {}, "includeByName": {},
"indexByName": { "indexByName": {
"Time": 0, "Time": 0,
"Value": 3, "Value": 4,
"commitHash": 2, "commitHash": 3,
"version": 1 "repo": 1,
"version": 2
}, },
"renameByName": { "renameByName": {
"commitHash": "Commit hash", "commitHash": "Commit hash",
"repo": "Repo",
"version": "Release" "version": "Release"
} }
} }