Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add UDM metrics counters #150

Merged
merged 4 commits into from
Oct 4, 2024

Conversation

dariofaccin
Copy link
Contributor

This PR adds three new 5G specific metrics, udm_subscriber_data_management, udm_ue_context_management and udm_ue_authentication to exported metrics via Prometheus.
The scope of the metrics is the following:

  • udm_subscriber_data_management: this metric counts the total number of Subscriber Data management queries to UDM; the metric stores the query type (create, get, update, delete), the requested data and the result (SUCCESS, FAILURE);
  • udm_ue_context_management: this metric counts the total number of UE context management queries to UDM; the metric stores the query type (create, get, update, delete), the requested data and the result (SUCCESS, FAILURE);
  • udm_ue_authentication: this metric counts the total UE authentication queries to PCF; the metric stores the query type (create, get, update, delete) and the result (SUCCESS, FAILURE).

Signed-off-by: Dario Faccin <dario.faccin@canonical.com>
Signed-off-by: Dario Faccin <dario.faccin@canonical.com>
Signed-off-by: Dario Faccin <dario.faccin@canonical.com>
Signed-off-by: Dario Faccin <dario.faccin@canonical.com>
@thakurajayL thakurajayL merged commit 275b5f0 into omec-project:master Oct 4, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants