Created
January 22, 2018 00:30
-
-
Save DazWilkin/9e9c87adb0359f786eb329278a99e953 to your computer and use it in GitHub Desktop.
OpenCensus Golang Prometheus sample
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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