Skip to content

Commit

Permalink
Merge pull request #68 from frezes/feat/updateMetricDenyList
Browse files Browse the repository at this point in the history
[kube-prometheus-stack] update metricDenylist
  • Loading branch information
benjaminhuo authored Jul 3, 2024
2 parents 919b0b2 + 5faa4d9 commit fcbecfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/kube-prometheus-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ name: kube-prometheus-stack
sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
version: 52.2.0
version: 52.2.1
appVersion: v0.68.0
kubeVersion: ">=1.19.0-0"
home: https://github.com/prometheus-operator/kube-prometheus
Expand Down
3 changes: 1 addition & 2 deletions charts/kube-prometheus-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1346,7 +1346,7 @@ kubelet:
regex: '.+;'
- sourceLabels: [__name__]
action: keep
regex: container_cpu_usage_seconds_total|container_memory_usage_bytes|container_memory_cache|container_network_.+_bytes_total|container_memory_working_set_bytes|container_cpu_cfs_.*periods_total|container_processes.*|container_threads.*
regex: container_cpu_cfs_.+_periods_total|container_cpu_usage_seconds_total|container_fs_(limit|usage)_bytes|container_fs_(reads|writes)_bytes_total|container_fs_(reads|writes)_total|container_memory_(cache|mapped_file|rss|usage_bytes|working_set_bytes)|container_network_(receive|transmit)_(bytes|packets|packets_dropped)_total|container_processes.*|container_threads.*
# - sourceLabels: [__name__, image]
# separator: ;
# regex: container_([a-z_]+);
Expand Down Expand Up @@ -2057,7 +2057,6 @@ kube-state-metrics:
- kube_endpoint_(info|address_.+)
- kube_job_(info|owner|spec_(parallelism|active_deadline_seconds)|status_(active|.+_time))
- kube_cronjob_(info|status_.+|spec_.+)
- kube_namespace_(status_phase)
- kube_persistentvolume_(info|capacity_.+)
- kube_persistentvolumeclaim_(resource_.+|access_.+)
- kube_secret_(type)
Expand Down

0 comments on commit fcbecfa

Please sign in to comment.