Skip to content

Commit

Permalink
fix: add missing alert metrics to default allow lists (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
skl authored Sep 5, 2024
1 parent b5d7374 commit 8efc3ce
Show file tree
Hide file tree
Showing 60 changed files with 178 additions and 175 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- kube_daemonset.*
- kube_deployment_metadata_generation
- kube_deployment_spec_replicas
- kube_deployment_status_condition
- kube_deployment_status_observed_generation
- kube_deployment_status_replicas_available
- kube_deployment_status_replicas_updated
Expand All @@ -13,9 +14,10 @@
- kube_job.*
- kube_namespace_status_phase
- kube_node.*
- kube_persistentvolumeclaim_resource_requests_storage_bytes
- kube_persistentvolume_status_phase
- kube_persistentvolumeclaim_access_mode
- kube_persistentvolumeclaim_labels
- kube_persistentvolumeclaim_resource_requests_storage_bytes
- kube_pod_container_info
- kube_pod_container_resource_limits
- kube_pod_container_resource_requests
Expand Down
1 change: 1 addition & 0 deletions charts/k8s-monitoring/default_allow_lists/kubelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
- kubelet_volume_stats_available_bytes
- kubelet_volume_stats_capacity_bytes
- kubelet_volume_stats_inodes
- kubelet_volume_stats_inodes_free
- kubelet_volume_stats_inodes_used
- kubelet_volume_stats_used_bytes
- kubernetes_build_info
Expand Down
4 changes: 2 additions & 2 deletions examples/alloy-autoscaling-and-storage/metrics.alloy

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

8 changes: 4 additions & 4 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.

Loading

0 comments on commit 8efc3ce

Please sign in to comment.