Skip to content

Commit

Permalink
chore: add kubelet process metrics to default allow list (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
skl authored Sep 3, 2024
1 parent 07579e4 commit 618487e
Show file tree
Hide file tree
Showing 59 changed files with 90 additions and 88 deletions.
4 changes: 3 additions & 1 deletion charts/k8s-monitoring/default_allow_lists/kubelet.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# The minimal set of metrics from the Kubelet required for Kubernetes Monitoring
- container_cpu_usage_seconds_total
- go_goroutines
- kubelet_certificate_manager_client_expiration_renew_errors
- kubelet_certificate_manager_client_ttl_seconds
- kubelet_certificate_manager_server_ttl_seconds
Expand Down Expand Up @@ -29,6 +29,8 @@
- kubelet_volume_stats_used_bytes
- kubernetes_build_info
- namespace_workload_pod
- process_cpu_seconds_total
- process_resident_memory_bytes
- rest_client_requests_total
- storage_operation_duration_seconds_count
- storage_operation_errors_total
Expand Down
2 changes: 1 addition & 1 deletion examples/alloy-autoscaling-and-storage/metrics.alloy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/alloy-autoscaling-and-storage/output.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/application-observability/metrics.alloy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/application-observability/output.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/azure-aks/metrics.alloy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 618487e

Please sign in to comment.