Skip to content

Instantly share code, notes, and snippets.

@harryge00
Created February 25, 2019 15:58
Show Gist options
  • Select an option

  • Save harryge00/7628c092ebb5ea1baa7f2fc14534cc8f to your computer and use it in GitHub Desktop.

Select an option

Save harryge00/7628c092ebb5ea1baa7f2fc14534cc8f to your computer and use it in GitHub Desktop.
prom config
global:
scrape_interval: 15s
scrape_configs:
- job_name: 'istio-mesh'
# Override the global default and scrape targets from this job every 5 seconds.
scrape_interval: 5s
static_configs:
- targets:
- istio-telemetry.marathon.slave.mesos:31093
- istio-telemetry.marathon.slave.mesos:31422
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment