Skip to content

Commit

Permalink
fix more metrics exclusions
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Plant <tom@tplant.com.au>
  • Loading branch information
pl4nty committed Jan 20, 2025
1 parent 8db045a commit cf9bcc2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions kubernetes/base/monitoring-system/k8s-monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,17 @@ spec:
metricsTuning:
excludeMetrics:
- kube_pod_status_reason
- kube_replicaset_created
- kube_replicaset_metadata_generation
- kube_replicaset_spec_replicas
- kube_replicaset_status_.*
- kube_secret_metadata_resource_version
- kube_pod_container_status_restarts_total
node-exporter:
metricsTuning:
excludeMetrics:
- node_filesystem_device_error
- node_filesystem_readonly

# energy metrics
# kepler:
Expand Down

0 comments on commit cf9bcc2

Please sign in to comment.