Files
docker-open5gs-prod-315010/metrics/prometheus.yml
2025-08-21 01:07:07 +00:00

23 lines
463 B
YAML

global:
scrape_interval: 5s
external_labels:
monitor: 'open5gs-monitor'
scrape_configs:
- job_name: 'amf'
static_configs:
- targets: ['AMF_IP:9091']
- job_name: 'smf'
static_configs:
- targets: ['SMF_IP:9091']
- job_name: 'pcf'
static_configs:
- targets: ['PCF_IP:9091']
- job_name: 'upf'
static_configs:
- targets: ['UPF_IP:9091']
- job_name: 'mme'
static_configs:
- targets: ['MME_IP:9091']