Created
September 19, 2020 14:43
-
-
Save leozz37/f79c17c24c9a748a8b64249a2f7633e6 to your computer and use it in GitHub Desktop.
Prometheus Config File
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
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