Feat : Update PR as comment

This commit is contained in:
Manendra Pal Singh
2026-02-26 14:45:35 +05:30
parent 18303eb1b5
commit 9d57d3b8f1
31 changed files with 1212 additions and 478 deletions

View 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