-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistent label cardinality #10
Comments
@samwierema @marcelcorso I'm hitting this too. Launched beanstalkd_exporter next to a freshly launched and totally empty beanstalkd v1.10:
As you can see from the above, no need to request the /metrics endpoint as the OP mentioned; the panic happens right after the first poll. Based on this comment, it seems beanstalkd_exporter is giving the Prometheus client library the same metric multiple times but with a different number of labels, which is not allowed. |
@panchiz @dbendelman thanks for the report! I'll take a look. |
Once the service is runnig after 2 or 4 requests to the /metrics endpoint I get:
I'm running this using docker-compose (see #9)
The text was updated successfully, but these errors were encountered: