Bulk Statistics

sgw_voltesession_counter is added based on the volteSession flag. This counter indicates how many VoLTE sessions are present in the system at a particular moment.

If volteSession flag is true, counter gets incremented.

If volteSession flag isn’t present (no VoLTE bearer is present in any PDN), the counter gets decremented.

Counter Name: sgw_voltesession_counter

Description: Current active VoLTE sessions present in the system.

Label:

  • LABEL_STAT: VolteSession

Sample Counter Output:

You can check the counter from the pod:

curl http://209.165.201.20:8080/metrics | grep "volte"
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0# 
HELP sgw_voltesession_counter Current Active Volte Session
# TYPE sgw_voltesession_counter gauge
sgw_voltesession_counter{app_name="smf",cluster="cn",data_center="cn",instance_id="0",
service_name="sgw-service",state="VolteSession"} 1
100  246k    0  246k    0     0  16.0M      0 --:--:-- --:--:-- --:--:-- 17.1M
root@sgw-service-n0-0:/opt/workspace#