Skip to content

Commit

Permalink
ROX-24055: Annotations for cluster upgrades (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludydoo authored May 10, 2024
1 parent a02aca3 commit 97f63bd
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions resources/grafana/sources/rhacs-central-slo.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,28 @@
"type": "dashboard"
},
"type": "dashboard"
},
{
"datasource": {
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
},
"enable": true,
"iconColor": "purple",
"expr": "count (count by (git_version) (label_replace(kubernetes_build_info{job!~\"kube-dns|coredns\"}, \"git_version\", \"$1\", \"git_version\", \"(v[0-9]*.[0-9]*).*\"))) > 1",
"name": "Kubernetes Upgrade",
"textFormat": "Kubernetes Upgrade"
},
{
"datasource": {
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
},
"enable": true,
"iconColor": "red",
"expr": "count (count by (gitVersion) (openshift_apiserver_build_info)) > 1",
"name": "OpenShift Upgrade",
"textFormat": "OpenShift Upgrade"
}
]
},
Expand Down

0 comments on commit 97f63bd

Please sign in to comment.