David Ashpole
David Ashpole
It is all yours @bacherfl. Please cc me on the PR and i'll review
hmmm, you can try bumping the prometheus dependency in a separate PR if you want. Otherwise, renovate should create a PR to do that in the next few days (similar...
it does look like this added client_golang as a dependency to a lot of modules that didn't have it before. Maybe it just needs another tidy?
This is now ready for review.
For now, we could use the same approach as https://github.com/prometheus/client_golang/blob/46f77a97fa1e83e7285634745bd5c92c11bf20c7/prometheus/go_collector_latest.go#L541, and estimate the sum.
A few comments from a sig-instrumentation perspective (cc @kubernetes/sig-instrumentation-approvers to keep me honest): * The `pod_start_duration_seconds` is alpha. This means you can technically make modifications and fixes to it. But...
From the SIG meeting: * This is currently in development, and we aren't required to implement it * This is a large amount of code, and will likely be a...
/assign @rexagod /triage accepted
Blocked by https://github.com/prometheus/client_golang/issues/1617.
This is mostly unblocked after https://github.com/prometheus/client_golang/pull/1654. We just need to wait for a release. Exemplars are not yet supported