You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, prometheus/cient_golang incompatible upgrade leads original behavior breaks. Empty options args infunc NewGoCollector(opts ...func(o *internal.GoCollectorOptions)) will disable go_sche* metrics after v0.14.0, go_sche* is default enable before v.14.0.
k8s-ci-robot
added
lifecycle/rotten
Denotes an issue or PR that has aged beyond stale and will be auto-closed.
and removed
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
labels
Dec 12, 2024
controller-runtime register
NewGoCollector()
to export go runtime metrics, as https://github.com/kubernetes-sigs/controller-runtime/blob/67854429a3437a7684136c46fd8af1d33ea90de4/pkg/internal/controller/metrics/metrics.go#L84C14-L84C28.However,
prometheus/cient_golang
incompatible upgrade leads original behavior breaks. Empty options args infunc NewGoCollector(opts ...func(o *internal.GoCollectorOptions))
will disablego_sche*
metrics after v0.14.0,go_sche*
is default enable before v.14.0.https://github.com/prometheus/client_golang/blob/6e3f4b1091875216850a486b1c2eb0e5ea852f98/prometheus/go_collector_latest.go#L165
We should provide options to user to configure what they want.
/kind feature
The text was updated successfully, but these errors were encountered: