workqueue
metrics are unavailable likely due to an upstream change to the controller-runtime
#2684
Labels
workqueue
metrics are unavailable likely due to an upstream change to the controller-runtime
#2684
Component(s)
operator
What happened?
Description
Operator was exposing controller runtime metrics such as
workqueue_depth
which is also used in the OTEL operator helm chart to setup prometheus alerts, but it looks like this metric isn't available in recent opentelemetry-operator versions.Metrics are defined in this package.
I've found some upstream issues/PRs which may or may not be related to the issue:
Steps to Reproduce
opentelemetry-operator
in a k8s clusterExpected Result
Various
workqueue
prefixed metrics, such asworkqueue_depth
,workqueue_adds_total
,workqueue_retries_total
, etc.Actual Result
Observe that there are no
workqueue
prefixed metricsKubernetes Version
1.24.15
Operator version
v0.92.1
Collector version
v0.92.0
Environment information
No response
Log output
The text was updated successfully, but these errors were encountered: