Skip to content

Instantly share code, notes, and snippets.

@leozz37
Created September 19, 2020 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leozz37/f79c17c24c9a748a8b64249a2f7633e6 to your computer and use it in GitHub Desktop.
Save leozz37/f79c17c24c9a748a8b64249a2f7633e6 to your computer and use it in GitHub Desktop.
Prometheus Config File
global:
scrape_interval: 10s
evaluation_interval: 10s
external_labels:
monitor: 'codelab-monitor'
scrape_configs:
- job_name: 'temperature'
scrape_interval: 5s
static_configs:
- targets:
- 'temperature-grafana-utsma6q3sq-uc.a.run.app' # Your project URL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment