Pranshu Srivastava
Pranshu Srivastava
I think it'll pick up on the changes automatically once [the gocyclo issues](https://goreportcard.com/report/github.com/kubernetes/kube-state-metrics#gocyclo) are addressed. There's also a "refresh now" button there on the same link if you want to...
/assign @glokta1
/assign @venkatbvc
ACK, taking a look.
I wonder with the recent dicussions and directions that have come to light, specifically around migrating the CRS featureset, is this something that might be affected?
ACK! /assign @rexagod
@vyakovlev-hw Maybe I'm missing something but, I'm not sure how you're able to see the `node` label in `kube_pod_annotations`, since we are [not exposing any as of v2.5.0](https://github.com/kubernetes/kube-state-metrics/blob/v2.5.0/internal/store/pod.go#L977) or even...
I've been digging around the logic for the metric values, and I'm positive that we are not _rounding_ anything. However, I was half-expecting to see `float64` values being `Sprintf`-ed by...
Not sure that'll work if the underlying handler code is explicity setting the `float64` value to `%v`-like representation.
I'll look a bit more into this and report back.