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.
22 lines
519 B
22 lines
519 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: ["host.docker.internal:9100"] |
|
|
|
- job_name: "prometheus" |
|
scrape_interval: 5s |
|
static_configs: |
|
- targets: ["host.docker.internal:9090"]
|
|
|