Last active
March 10, 2020 07:31
-
-
Save noemi-dresden/38a63199cedaaae83a0f9f3a8ff30bd6 to your computer and use it in GitHub Desktop.
prometheusConfig
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 config | |
global: | |
scrape_interval: 15s # Set the scrape interval to every 15 seconds. Default is every 1 minute. | |
evaluation_interval: 15s # Evaluate rules every 15 seconds. The default is every 1 minute. | |
# A scrape configuration containing exactly one endpoint to scrape: | |
scrape_configs: | |
- job_name: 'any-name-you-want' | |
static_configs: | |
- targets: ['localhost:8080'] # the address of an application that exposes metrics for prometheus |
Hi @calast22 thx you v much, I'll update it :)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Noemi, there is an error in line 10, localhost is misspelling.