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.
27 lines
615 B
27 lines
615 B
global: |
|
scrape_interval: 15s |
|
external_labels: |
|
monitor: "codelab-monitor" |
|
|
|
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: ["node-exporter:9100"] |
|
|
|
- job_name: "prometheus" |
|
scrape_interval: 5s |
|
static_configs: |
|
- targets: ["localhost:9090"] |
|
|
|
- job_name: "data-exporter" |
|
scrape_interval: 5s |
|
static_configs: |
|
- targets: ["data-exporter:9000"] |