Skip to content

Instantly share code, notes, and snippets.

@SuperQ
Last active July 11, 2017 08:07
Show Gist options
  • Save SuperQ/68c38d548c8766f11ccb50603aa5c8e9 to your computer and use it in GitHub Desktop.
Save SuperQ/68c38d548c8766f11ccb50603aa5c8e9 to your computer and use it in GitHub Desktop.
Basic static Prometheus config
scrape_configs:
- job_name: freeswitch
metrics_path: /
static_configs:
- targets:
- freeswitch1:6780
- freeswitch2:6780
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment