-
Couldn't load subscription status.
- Fork 278
Add metrics for openshift's clusterquota #2779
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add metrics for openshift's clusterquota #2779
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a change log entry never mind 😅
|
@joaopgrassi I'm moving this to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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]