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
I have tested with the :latest image tag (i.e. quay.io/argoproj/workflow-controller:latest) and can confirm the issue still exists on :latest. If not, I have explained why, in detail, in my description below.
I have searched existing issues and could not find a match for this bug
Pre-requisites
:latest
image tag (i.e.quay.io/argoproj/workflow-controller:latest
) and can confirm the issue still exists on:latest
. If not, I have explained why, in detail, in my description below.What happened? What did you expect to happen?
Describe the bug
I've recently installed argo workflows via the official helm chart here: https://github.com/argoproj/argo-helm/tree/argo-workflows
The documentation here: https://argo-workflows.readthedocs.io/en/release-3.6/metrics/#queue_depth_gauge says that there is a metric called
queue_depth_gauge
that does not seem to exist in the metrics output.example output:
Related helm chart
argo-workflows
Helm chart version
latest
To Reproduce
Install argo workflows via helm chart
collect metrics at /metrics endpoint
Expected behavior
the output should contain the metric:
queue_depth_gauge
Screenshots
No response
Additional context
No response
Version(s)
latest
Paste a minimal workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflow that uses private images.
unrelated to workflow manifest. only metrics are affected.
Logs from the workflow controller
Logs from in your workflow's wait container
The text was updated successfully, but these errors were encountered: