Add metrics for openshift's clusterquota#2779
Add metrics for openshift's clusterquota#2779joaopgrassi merged 3 commits intoopen-telemetry:mainfrom
Conversation
e0e170d to
a322fb0
Compare
a322fb0 to
2e9acef
Compare
2e8f555 to
e82b390
Compare
|
@open-telemetry/specs-semconv-maintainers this one is approved by the K8s SIG, please take a look when you get the chance |
jsuereth
left a comment
There was a problem hiding this comment.
Overall, CL looks good, but I do believe OpenShift should be a sub-directory in k8s, as we would push other k8s providers into.
Signed-off-by: ChrsMark <[email protected]>
Signed-off-by: ChrsMark <[email protected]>
478b80e to
695762d
Compare
Signed-off-by: ChrsMark <[email protected]>
f9d0b00 to
5b68961
Compare
|
@joaopgrassi I'm moving this to |
There was a problem hiding this comment.
Hmm, this is breaking links on OTel.io. Should this rename:
- have instead been
docs/resource/k8s.md todocs/resource/k8s/README.md - rather than to
docs/resource/k8s/k8s.md?
Also, as usual, when a file is moved, there should be an alias or redirect rule added.
There was a problem hiding this comment.
Let's move the discussion to:
| /docs/resource/k8s/k8s.md @open-telemetry/specs-semconv-approvers @open-telemetry/semconv-k8s-approvers | ||
| /docs/resource/k8s/openshift.md @open-telemetry/specs-semconv-approvers @open-telemetry/semconv-k8s-approvers |
There was a problem hiding this comment.
This entry should be to the entire directory /docs/resource/k8s. There is no need to list the files. For a fix, see:
|
For proposed followup changes, see: |
Fixes #2078.
Part of #1032.
Changes
This PR defines openshift's clusterquota metrics that are already in use by the Opentelemetry Collector.
The metrics added are the following similarly to the respective generic ResourceQuota PR:
refs:
https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/schedule_and_quota_apis/clusterresourcequota-quota-openshift-io-v1#status-total
https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/schedule_and_quota_apis/appliedclusterresourcequota-quota-openshift-io-v1
Merge requirement checklist
[chore]