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.
37 lines
762 B
37 lines
762 B
global: |
|
scrape_interval: 15s |
|
external_labels: |
|
monitor: "codelab-monitor" |
|
|
|
rule_files: |
|
- alert.rules.yml |
|
|
|
alerting: |
|
alertmanagers: |
|
- static_configs: |
|
- targets: |
|
- "localhost:9093" |
|
|
|
scrape_configs: |
|
- job_name: "cfe-acesso" |
|
scheme: "https" |
|
scrape_interval: 5s |
|
static_configs: |
|
- targets: ["mobi2.bb.com.br"] |
|
metrics_path: "/cfe-acesso/api/v1/info/metrics" |
|
|
|
- job_name: "node-exporter" |
|
scrape_interval: 5s |
|
static_configs: |
|
- targets: ["localhost:9100"] |
|
|
|
- job_name: "prometheus" |
|
relabel_configs: |
|
scrape_interval: 5s |
|
static_configs: |
|
- targets: ["localhost:9090"] |
|
|
|
- job_name: "data-exporter" |
|
scrape_interval: 5s |
|
static_configs: |
|
- targets: ["localhost:9000"]
|
|
|