This PR add the download bandwidth metrics to the Grafana dashboard.
Although the metric exported by the UPF has the name upf_session_tx_bytes (which would indicate only tx stream is being measured), in actuality, for each UE session, the UPF exports two PDR labels, one for the uplink and other for the downlink flow.
The pair of PDR labels values are increased for each session created, but the even/odd values always represent the download/upload flow respectively, so the query filters these values via REGEX pattern.
Preview of the Dashboard:
Note: Also added the ansible.cfg file that was missing from the repo.
This PR add the download bandwidth metrics to the Grafana dashboard. Although the metric exported by the UPF has the name
upf_session_tx_bytes
(which would indicate only tx stream is being measured), in actuality, for each UE session, the UPF exports two PDR labels, one for the uplink and other for the downlink flow.The pair of PDR labels values are increased for each session created, but the even/odd values always represent the download/upload flow respectively, so the query filters these values via REGEX pattern.
Preview of the Dashboard:
Note: Also added the
ansible.cfg
file that was missing from the repo.