You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
411 B
9 lines
411 B
global: |
|
scrape_interval: 1s # Set the scrape interval to every 15 seconds. Default is every 1 minute. |
|
evaluation_interval: 5s # Evaluate rules every 15 seconds. The default is every 1 minute. |
|
scrape_configs: |
|
- job_name: 'app1' # Job name |
|
static_configs: |
|
- targets: ['app:3001'] # mysqld_exporter address and port |
|
labels: |
|
alias: 'app1' # alias name given to this instance
|
|
|