Last active
July 30, 2019 13:15
-
-
Save eunomie/6226fa68b357700cc6c019b42b934478 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"service": { | |
"name": "node-exporter", | |
"port": 9100 | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scrape_configs: | |
- job_name: services | |
metrics_path: /metrics | |
scheme: http | |
consul_sd_configs: | |
- server: "consul.service.consul:8500" | |
scheme: "http" | |
tag: "metrics" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scrape_configs: | |
- job_name: services | |
metrics_path: /metrics | |
scheme: http | |
consul_sd_configs: | |
- server: "consul.service.consul:8500" | |
scheme: "http" | |
services: | |
- node-exporter |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment