edgecomllc / eupf

5G User Plane Function (UPF) based on eBPF
Apache License 2.0
100 stars 20 forks source link

Update grafana slicing dashboard #430

Closed pirog-spb closed 11 months ago

pirog-spb commented 1 year ago

I'm, as a slicing promoter, show slicing demo using grafana dashboards where monitoring parameters are shown per slice separatly.

Acceptance criteria:

PapaySail commented 11 months ago

Row options

Title S-NSSAI $snssai Repeat for snssai

Panel SMF query A : ues_active and on(job) fivegs_smffunction_sm_sessionnbr{snssai="$snssai"} filter for SMF related to $snssai only refer to https://stackoverflow.com/questions/63660751/nesting-query-in-promql#63667762

Selecting all instances with a particular label can be done with the and operator, which will return the left hand side if the labels on the right hand side has matching labels.

dashboard looks like: image

Update open5gs_sessions.json https://github.com/edgecomllc/eupf/pull/442