CatherineF-dev
CatherineF-dev
@martidelviscovo, we are planning the next release now.
See v2.14.0 https://github.com/kubernetes/kube-state-metrics/milestone/7
https://github.com/kubernetes/kube-state-metrics/pull/2538
Overall LGTM. Two small comments.
Could you help enable `allowed changes from maintainers`? I want to make a small change. Or could you apply these small changes? https://github.com/kubernetes/kube-state-metrics/pull/2631/commits/96d948a6b0f00fb53f4922d2286607e6c84bf9e9
Overall LGTM. Need to fix two small tests. - https://github.com/kubernetes/kube-state-metrics/actions/runs/14071399444/job/39406603122?pr=2638 - https://github.com/kubernetes/kube-state-metrics/actions/runs/14071399444/job/39406604045?pr=2638
> When all metric values are in the first bucket, percentiles are incorrectly computed: qq: what are your expected metric values? These Percentiles seem okay.
> In this case percentiles are equal to percentile * first bucket upper bound Got it. I remember this is the expected behaviour when data points all fall down into...