Skip to content

Commit

Permalink
kube-state-metrics: using the fixed set of (fixes coroot/coroot#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
def committed Nov 1, 2024
1 parent f82d436 commit 7dfe4df
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/coroot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: coroot
description: A monitoring and troubleshooting tool for microservice architectures.
type: application
version: 0.15.12
version: 0.15.13
appVersion: "1.5.11"
dependencies:
- name: prometheus
Expand Down
15 changes: 15 additions & 0 deletions charts/coroot/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,21 @@ prometheus:
kubeStateMetrics:
enabled: true
kube-state-metrics:
collectors:
- namespaces
- nodes
- daemonsets
- deployments
- cronjobs
- jobs
- persistentvolumeclaims
- persistentvolumes
- pods
- replicasets
- services
- statefulsets
- storageclasses
- volumeattachments
metricLabelsAllowlist:
- pods=[*]
server:
Expand Down

0 comments on commit 7dfe4df

Please sign in to comment.