Skip to content

Commit 54652d8

Browse files
committed
MON-4166: Add microshift_version metric to config
1 parent 5df10b7 commit 54652d8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

manifests/0000_50_cluster-monitoring-operator_04-config.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -1230,6 +1230,16 @@ data:
12301230
# Expected labels:
12311231
# - severity: "critical", "warning", "info" or "none".
12321232
- '{__name__="cluster:health:group_severity:count", severity=~"critical|warning|info|none"}'
1233+
#
1234+
# owners: (https://github.com/openshift/microshift, @openshift/team-microshift)
1235+
#
1236+
# microshift_version reports what RHEL version, MicroShift version and
1237+
# deployment type (bootc, rpm, ostree) the cluster is being configured to
1238+
# and is used to identify what versions are on a cluster.
1239+
# This metric is only reported by MicroShift clusters.
1240+
#
1241+
# consumers: (https://github.com/openshift/microshift, @openshift/team-microshift)
1242+
- '{__name__="microshift_version"}'
12331243
kind: ConfigMap
12341244
metadata:
12351245
name: telemetry-config

0 commit comments

Comments
 (0)