open5gs/src
Gaber Stare e6ba84bbef [AMF] Expose more metrics
[ETSI TS 128 552 V16.9.0](https://www.etsi.org/deliver/etsi_ts/128500_128599/128552/16.09.00_60/ts_128552v160900p.pdf)

5.2.2 Registration procedure related measurements

SNSSAI labels are not provided.

- Number of registration requests received by the AMF is
exposed for each registration type.
```
fivegs_amffunction_rm_reginitreq 1
fivegs_amffunction_rm_regmobreq 0
fivegs_amffunction_rm_regperiodreq 0
fivegs_amffunction_rm_regemergreq 0
```

- Number of successful initial registrations at the AMF is
exposed for each registration type.
```
fivegs_amffunction_rm_reginitsucc 1
fivegs_amffunction_rm_regmobsucc 0
fivegs_amffunction_rm_regperiodsucc 0
fivegs_amffunction_rm_regemergsucc 0
```

- The existing counter of failed registrations at the AMF
is exposed separately for each registration type.
```
fivegs_amffunction_rm_reginitfail
fivegs_amffunction_rm_regmobfail
fivegs_amffunction_rm_regperiodfail
fivegs_amffunction_rm_regemergfail
```

5.2.5.2 Measurements for 5G paging

Number of 5G paging procedures initiated at the AMF:
```
fivegs_amffunction_mm_paging5greq 1
```
Number of successful 5G paging procedures initiated at the AMF:
```
fivegs_amffunction_mm_paging5gsucc 1
```

5.2.11 Authentication procedure related measurements

Number of authentication requests:
```
fivegs_amffunction_amf_authreq 2
```
Number of authentication rejections:
```
fivegs_amffunction_amf_authreject 1
```
Number of failed authentications due to parameter error:
```
fivegs_amffunction_amf_authfail{cause="21"} 1
```

5.2.8 UE Configuration Update procedure related measurements

Number of UE Configuration Update commands requested by the AMF:
```
fivegs_amffunction_mm_confupdate 2
```
Number of UE Configuration Update complete messages received by the AMF:
```
fivegs_amffunction_mm_confupdatesucc 1
```
2023-03-06 20:18:35 +09:00
..
amf [AMF] Expose more metrics 2023-03-06 20:18:35 +09:00
ausf [SBI] Fixed openapitools MAP generation (#2103) 2023-02-26 10:01:08 +09:00
bsf [SBI,NF] Don't treat SBI connection errors as asserts 2023-02-07 22:49:11 +09:00
hss [LOG] remove ogs_expect_or_return()/return_val() 2023-01-24 00:01:36 +09:00
mme Follow-up on #2100 2023-03-04 23:43:36 +09:00
nrf [Release-17] Upgrade SBI to v17.x.0 2023-03-01 19:56:49 +09:00
nssf [SBI] HTTP2-TLS verification - ConfFile Changed 2023-02-18 10:58:29 +09:00
pcf [SBI,NF] Don't treat SBI connection errors as asserts 2023-02-07 22:49:11 +09:00
pcrf [LOG] remove ogs_expect_or_return()/return_val() 2023-01-24 00:01:36 +09:00
scp [SBI/NF] Follow-up on #2045 2023-02-04 21:35:12 +09:00
sgwc [PFCP] Support pfcp advertise address 2023-02-24 20:53:28 +09:00
sgwu [PFCP] Support pfcp advertise address 2023-02-24 20:53:28 +09:00
smf [PFCP] Support pfcp advertise address 2023-02-24 20:53:28 +09:00
udm [SBI] Move HNET PKI conf inside UDM 2023-02-18 12:41:08 +09:00
udr [NRF] Fixed a crash during NRF discovery (#2034) 2023-01-29 11:22:45 +09:00
upf [PFCP] Support pfcp advertise address 2023-02-24 20:53:28 +09:00
main.c [SBI] Remove one octet length in FQDN (#1333) 2022-01-23 13:49:03 +09:00
meson.build Prometheus metrics set to default 2022-11-21 22:06:29 +09:00