Skip to content

Instantly share code, notes, and snippets.

@DazWilkin
Created January 22, 2018 00:30
Show Gist options
  • Save DazWilkin/9e9c87adb0359f786eb329278a99e953 to your computer and use it in GitHub Desktop.
Save DazWilkin/9e9c87adb0359f786eb329278a99e953 to your computer and use it in GitHub Desktop.
OpenCensus Golang Prometheus sample
scrape_configs:
- job_name: "prometheus"
scrape_interval: 15s
static_configs:
- targets: [
"localhost:9090"
]
- job_name: "opencensus"
scrape_interval: 15s
static_configs:
- targets: [
"localhost:9999"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment