-
Notifications
You must be signed in to change notification settings - Fork 2k
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
kube_endpoint_address_available and kube_endpoint_address_not_ready get computed by kube-state-metrics #1624
Comments
#1549 is also doing some changes on this topic |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
@dgrisonnet if #1761 got merged, what's the process to mark |
|
@bavarianbidi in the FamilyGenerator struct there is a DeprecatedVersion field that you can fill: https://github.com/kubernetes/kube-state-metrics/blob/master/pkg/metric_generator/generator.go#L35 |
Apologize for the necrobump. The new |
I agree with @mangkoran. for this reason, we downgraded the version. |
What would you like to be added:
kube_endpoint_address_available
andkube_endpoint_address_not_ready
should be marked as deprecated and replaced in the future by an other metric which only export these information and calculation could be done afterwards.Why is this needed:
xref: #1571 (comment)
Describe the solution you'd like
kube_endpoint_address_available
andkube_endpoint_address_not_ready
should be marked as deprecatedkube_endpoint_address_available
andkube_endpoint_address_not_ready
will be removedAdditional context
Similar implementation got rejected in #1571 and was reimplemented to do the computation via promQL later on.
The text was updated successfully, but these errors were encountered: