Skip to content

Commit

Permalink
feat: adding more metrics to allowlist
Browse files Browse the repository at this point in the history
supporting the ai4dd project
replacing single kube_pod_ metrics by a regEx __name__=~"(kube_pod_.*)"

Signed-off-by: ​/Thor(sten)?/ Schwesig <[email protected]>
  • Loading branch information
schwesig committed Oct 22, 2024
1 parent b18e2b8 commit c044fb8
Showing 1 changed file with 21 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,30 @@ data:
- node_network_transmit_bytes_total
- node_network_transmit_errs_total
- node_network_transmit_packets_total
- kube_pod_container_info
- kube_pod_container_status_restarts_total
- kube_pod_info
- kube_pod_owner
- kube_pod_resource_limits
- kube_pod_resource_request
- kube_pod_status_container_ready_time
- kube_pod_status_initialized_time
- kube_pod_status_ready_time
- kube_pod_status_unschedulable
- loki_distributor_bytes_received_total
- autopilot_health_checks
- autopilot_health_report_total
- scrape_series_added
- container_cpu_usage_seconds_total
- container_memory_working_set_bytes
- pod_cpu_usage_seconds_total
- pod_memory_working_set_bytes
- resource_scrape_error
- scheduler_pending_pods
- scheduler_pod_scheduling_attempts
- scheduler_schedule_attempts_total
- container_memory_usage_bytes
- container_memory_rss
- container_memory_cache
- container_memory_swap
- container_network_transmit_bytes_total
- container_network_receive_bytes_total
- container_fs_usage_bytes
- container_fs_reads_total
- container_fs_writes_total
- container_cpu_cfs_throttled_seconds_total
- container_memory_max_usage_bytes
- container_memory_failures_total
matches:
- __name__=~"(ipmi_.*)"
- __name__=~"(ceph_.*)"
Expand All @@ -38,3 +48,4 @@ data:
- __name__=~"(DCGM_FI_.*)"
- __name__=~"(argocd_.*)"
- __name__=~"(kube_node_.*)"
- __name__=~"(kube_pod_.*)"

0 comments on commit c044fb8

Please sign in to comment.