custom-prometheus-exporter icon indicating copy to clipboard operation
custom-prometheus-exporter copied to clipboard

Define a customized prometheus exporter using YAML

Results 5 custom-prometheus-exporter issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.11.0 to 1.11.1. Release notes Sourced from github.com/prometheus/client_golang's releases. 1.11.1 / 2022-02-15 [SECURITY FIX] promhttp: Check validity of method and code label values prometheus/client_golang#987 (Addressed CVE-2022-21698) What's...

dependencies

Based on https://github.com/oliver006/redis_exporter/blob/master/release-github-binaries.sh Fixes #2 I assume it is obvious for any golang person, but I also had to add ght to my path like this before running the script:...

Could you provide a docker-compose.yml example file to launch a service, ie to implement docker run --rm \ --name custom-prometheus-exporter -p 12345:12345 \ -v $(pwd)/example-configurations/test-exporter.yaml:/tmp/test-exporter.yaml \ marckhouzam/custom-prometheus-exporter -f /tmp/test-exporter.yaml I...

Hello. Would you accept a build script like: https://github.com/oliver006/redis_exporter/blob/master/release-github-binaries.sh I now anything about go, but I should be able to modify that script quite easily, because I think it would...

Nice project !! want to run shell script, can I ? How to prepare configuration file?