-
Notifications
You must be signed in to change notification settings - Fork 72
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
error "*** was collected before with the same name and label values" #68
Comments
Hey bluezoe, Do you get any solution for this duplicate metrics issue in collectd exporter ? |
getting the same problem
|
This does sound like a duplicate metric. There is a small chance this is caused by the name mangling mapping to distinct collectd metrics to one Prometheus metric. In my experience it is much more likely that there are legitimately two metrics with the same identity, as the file system metrics mentioned by OP. #78 is talking about a different issue, where there is a mismatch in the number of values/data sources expected and present. |
When using collectd exporter v0.4.0, we run into above error. By searching in google, seems this error is due to duplicate metrics. We are aware the best option to resolve this problem is to remove the duplicate ones. But compared with this, with similar configuration, the metrics works well for Graphite Writer. Seems that means this exporter is not flexible enough.
We found a possible workaround here: prometheus/node_exporter#377 (comment). Not sure whether collectd exporter support this.
The text was updated successfully, but these errors were encountered: