Charles JUDITH

Results 13 comments of Charles JUDITH

This value is not zero for me. I'm using this version: ``` mysqld_exporter_build_info{branch="HEAD",goversion="go1.12.7",revision="48667bf7c3b438b5e93b259f3d17b70a7c9aff96",version="0.12.1"} ``` Here is the `mysql_global_status_cpu_time` metric: ``` # HELP mysql_global_status_cpu_time Generic metric from SHOW GLOBAL STATUS. #...

I'm using this config: mysql Ver 15.1 Distrib 10.4.11-MariaDB, for osx10.14 (x86_64) using readline 5.1 mysql Ver 15.1 Distrib 10.3.11-MariaDB, for Linux (x86_64) using readline 5.1 Sorry, I don't have...

Maybe this blog post can help you to define the right alert for that use case https://www.robustperception.io/absent-alerting-for-scraped-metrics

Did you use the flag `--collect.slave_status` to collect slave status?

From what I've seen, you can only see it on the slave host. The exporter is doing a `SHOW SLAVE STATUS`. If you're looking at master:9104/metrics you won't be able...

Maybe we could add a custom field to set a short back-end name or modify the multi back-end configuration like the following: back-end_short_name_poller1;mypoller1:6557,back-end_short_name_poller2;mypoller2:6557 And make a split like: short back-end...

I can add the .travis.yml in the same commit.

Regarding the travis build you'll need something like: ```yml sudo: required services: - docker language: go go: - 1.7.x - 1.8.x - master matrix: allow_failures: - go: master script: -...

You can see the releases from my fork https://github.com/CharlesJUDITH/alertmanager2es/releases

This issue can be closed