Feat : Update PR as comment
This commit is contained in:
20
install/network-observability/prometheus/prometheus.yml
Normal file
20
install/network-observability/prometheus/prometheus.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
# Prometheus - scrapes metrics from OTEL Collectors (BAP, BPP, network)
|
||||
global:
|
||||
scrape_interval: 15s
|
||||
evaluation_interval: 15s
|
||||
|
||||
scrape_configs:
|
||||
- job_name: "otel-collector-bap"
|
||||
static_configs:
|
||||
- targets: ["otel-collector-bap:8889"]
|
||||
metrics_path: /metrics
|
||||
|
||||
- job_name: "otel-collector-bpp"
|
||||
static_configs:
|
||||
- targets: ["otel-collector-bpp:8891"]
|
||||
metrics_path: /metrics
|
||||
|
||||
- job_name: "otel-collector-network"
|
||||
static_configs:
|
||||
- targets: ["otel-collector-network:8890"]
|
||||
metrics_path: /metrics
|
||||
Reference in New Issue
Block a user