Sample Queries for Bulk Statistics
This section contains the sample Prometheus queries.
Query |
Description |
---|---|
incoming_request_total{interface_name="N7", command="Create"} |
Fetches the total incoming create request for the N7 interface. |
incoming_request_total{interface_name="N7", command="Update"} |
Collects the total incoming update request for the N7 interface. |
diameter_requests_total{command_code="AAR"} |
Collects the total number of Diameter requests that PCF has processed. |
message_total{type=~"ldap_change-res_success"} |
Fetches the total number of messages that are triggered for the changes that are successfully completed in the LDAP. |
outgoing_request_total{interface_name="NRF", command="DeRegister"} |
Collects the total count of the outgoing deregistration requests that NRF processed. |