-
Notifications
You must be signed in to change notification settings - Fork 45
duplicate check status #16
Comments
Same behaviour with changing pause status. |
It seems something like that will fix duplication. But i am not sure if i use right place to reset metrics |
Same behavior here. After renaming a check in Pingdom I get two checks with the old and the new name. |
Is there anyone who would fix this. Its really annoying! |
As described in: https://github.com/prometheus/client_golang/blob/da11cf2c83c7414b76736025847c1cbdbb41e11e/prometheus/gauge.go#L159
Maybe It is be better to select the gauge by only the "id" label first (I assume the id is unique in Pingdom) and update set the other label / values and the metrics value explizit only on this single gauge. ??? |
The PR #20 should fix this issue. /cc @giddel @freeseacher @JosephSalisbury |
Hi. I've build that exporter from master branch to achieve multiuser functionally and seems found a bug.
If check was modified anyhow exporter began to export each variant of check.
For example
Id remains the same. after restarting exporter all seems back to normal
The text was updated successfully, but these errors were encountered: