Skip to content

Commit

Permalink
feat(metrics): do not collect metric k8s.namespace.phase
Browse files Browse the repository at this point in the history
  • Loading branch information
basti1302 committed Oct 12, 2024
1 parent 7caa29a commit 45c21fb
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ processors:
- k8snode

receivers:
k8s_cluster: {}
k8s_cluster:
metrics:
k8s.namespace.phase:
enabled: false

service:
extensions:
Expand All @@ -70,4 +73,4 @@ service:

telemetry:
metrics:
address: ${env:MY_POD_IP}:8888
address: ${env:MY_POD_IP}:8888

0 comments on commit 45c21fb

Please sign in to comment.