Skip to content

Instantly share code, notes, and snippets.

@mrwacky42
Created August 18, 2015 21:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrwacky42/e356a6116fcd1cb194f3 to your computer and use it in GitHub Desktop.
Save mrwacky42/e356a6116fcd1cb194f3 to your computer and use it in GitHub Desktop.
- job_name: node
consul_sd_configs:
- server: 'consul:8500'
services: ['node']
relabel_configs:
- <same stuff>
- job_name: rabbit
consul_sd_configs:
- server: 'consul:8500'
services: ['rabbit']
relabel_configs:
- <same stuff>
- job_name: elasticsearch
consul_sd_configs:
- server: 'consul:8500'
services: ['elasticsearch']
relabel_configs:
- <same stuff>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment