Matej Zerovnik
Matej Zerovnik
This seems to be changed in Valetudo 2021.04.0 with the rework of MQTT to better support Homie integration. Is there any chance to add support to read state from custom...
I would also like to see this feature, since I'm running VM in parallel to Thanos for the last half year. I'm migrating to VM, but would love to use...
Yep, replica label is only used for dedupe and then removed (ie. not included in the end result).
The metric `mysql_up` is 0, so that means exporter cannot connect to mysql instance. Check mysqld_exporter logs, there should be some errors about why it can't connect.
Can't be. You need to run multiple instances of mysqld_exporter.
I get the sync only pulls, but sometimes that is not possible as scrape takes too long even for a single pull. Network devices are often the case as high...
Any plans to implement zone metrics?
If one wants to aboud having 2 metrics (up and nginx_up), you could fail with 500 upon unsuccessful scrape, like described here: https://www.robustperception.io/failing-a-scrape-with-the-prometheus-go-client
This is the right way of doing it as exporters also (quite ofter) show metric like `_up` which can tell us if nginx is running. Using only `up` metric is...
The last answer would be perfect. I think that is one of the best practice options for exporters and used in lots of exporters. Thumbs up from my side.