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 UDR metrics counters #128

Merged
merged 5 commits into from
Oct 11, 2024

Conversation

dariofaccin
Copy link
Contributor

This PR adds three new 5G specific metrics, udr_subscription_data, udr_application_data and udr_policy_data to exported metrics via Prometheus.
The scope of the metrics is the following:

  • udr_subscription_data: this metric counts the total number of Subscription data queries to UDR; the metric stores the query type (create, get, update, delete), the resource type and the result (SUCCESS, FAILURE);
  • udr_application_data: this metric counts the total number of Application data queries to UDR; the metric stores the query type (create, get, update, delete), the resource type and the result (SUCCESS, FAILURE);
  • udr_policy_data: this metric counts the total number of Policy data queries to UDR; the metric stores the query type (create, get, update, delete), the resource type and the result (SUCCESS, FAILURE).

@thakurajayL thakurajayL self-assigned this Oct 11, 2024
@thakurajayL thakurajayL merged commit 262b573 into omec-project:master Oct 11, 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