Statistics
nodemgr_diag_ip_verify
Description: Display Nodemgr to CDL IP-Validation query related statistics
Metrics-Type: Counter
Query: sum(nodemgr_diag_ip_verify{namespace="$namespace"}) by (status)
Labels:
Label: status
Value: success | duplicate_record_found | cdl_ipc_failure | ipv4_alloc_failed | ipv6_alloc_failed | unknown
-
success Record not found in CDL
-
duplicate_record_found Duplicate record found in CDL
-
cdl_ipc_failure Search IPC request to CDL failed
-
ipv4_alloc_failed IPV4 address-request failed, unable to get free-IP, twice
-
ipv6_alloc_failed IPV6 prefix-request failed, unable to get free-IP, twice
-
unknown IPC request to CDL failed twice, give-up and return the IP to smf-service
IPAM_Quarantine_Statistics
Description: Display IPAM Quarantine IP Batch related statistics
Metrics-Type: Counter
Query: sum(IPAM_Quarantine_Statistics{namespace="$namespace"}) by (addressType, type)
Labels:
Label: pool
Value: <name-of-pool>
Label: upf
Value: <name-of-upf>
Label: addressType
Value: IPv4 | IPv6PD
Label: type
Value: start_batch_qsize | end_batch_qsize | pop_count_qtime | pop_count_qsize | avg_qtime_secs
-
start_batch_qsize - Number of IPs in QT-queue at the start of batch processing
-
end_batch_qsize - Number of IPs in QT-queue at end of batch processing
-
pop_count_qsize - Number of IPs removed from QT-queue due to qsize limit
-
pop_count_qtime - Number of IPs removed from QT-queue due to qtime limit
-
avg_qtime_secs - Average time-in-seconds the IPs were in QT-queue before removing