Files
docker_open5gs/metrics/prometheus.yml
2022-12-12 09:53:29 +01: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']