Skip to content

Instantly share code, notes, and snippets.

@mwiede
Created July 2, 2017 21:20
Show Gist options
  • Save mwiede/6beff868052081d1c63166cbf3237a9d to your computer and use it in GitHub Desktop.
Save mwiede/6beff868052081d1c63166cbf3237a9d to your computer and use it in GitHub Desktop.
scrape_configs:
- job_name: 'jaxrs'
metrics_path: /prometheusMetrics/
# Override the global default and scrape targets from this job every 5 seconds.
scrape_interval: 5s
static_configs:
- targets: ['www.example.com:80']
labels:
group: 'jaxrs'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment