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.

50 lines
1.1 KiB

---
global:
scrape_interval: 10s
external_labels:
monitor: kafka-stack
#& REMOTE WRITE
remote_write:
- url: "http://prom-kafka:8080/receive"
#& SCRAPE CONFIGS
scrape_configs:
#& PROMETHEUS
- job_name: prometheus
relabel_configs:
scrape_interval: 10s
static_configs:
- targets: [prometheus:9090]
#& MOV-PF - CFE-ACESSO Produção [BLUE]
- job_name: mobipf-cfe-acesso-blue
scheme: https
scrape_interval: 10s
static_configs:
- targets: [mobi.bb.com.br]
labels:
channel: "mobile-pf"
acronym: "ACESSO"
metrics_path: /cfe-acesso/api/v1/info/metrics
- job_name: mobipf-cfe-acesso-iib-blue
scheme: https
scrape_interval: 10s
static_configs:
- targets: [mobi.bb.com.br]
labels:
channel: "mobile-pf"
acronym: "ACESSO"
metrics_path: /cfe-acesso/api/v1/info/metrics-iib
- job_name: mobipf-cfe-acesso-http-blue
scheme: https
scrape_interval: 10s
static_configs:
- targets: [mobi.bb.com.br]
labels:
channel: "mobile-pf"
acronym: "ACESSO"
metrics_path: /cfe-acesso/api/v1/info/metrics-http