Documentation/data-collection: Collect cluster_version_capability#1607
Conversation
cb2f879 to
f0a8051
Compare
|
/lgtm |
|
/hold cancel |
|
/retest @jan--f , looks like your label requests didn't stick? Can you add them again? |
The cluster-version operator is growing this new metric [1], and Ben
Parees wants it included in Telemetry so we collect it for clusters
that have Telemetry enabled, even if Insights is disabled [2].
Cardinality is expected to be very small, with a single label ('name'
[1]) and a restricted value set (only three registered capabilities
expected for 4.11).
[1]: openshift/cluster-version-operator#755
[2]: openshift/enhancements#922 (comment)
f0a8051 to
ebdc1ae
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jan--f, wking The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
@wking: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
It was recently added to the metrics the Telemetry client submits in [1]. [1]: openshift/cluster-monitoring-operator#1607
It was recently added to the metrics the Telemetry client submits in [1]. [1]: openshift/cluster-monitoring-operator#1607
Builds on #1606; possibly review that one first.
The cluster-version operator is growing this new metric in openshift/cluster-version-operator#755, and @bparees wants it included in Telemetry so we collect it for clusters that have Telemetry enabled, even if Insights is disabled. Cardinality is expected to be very small, with a single label (
name) and a restricted value set (only three registered capabilities expected for 4.11).