Skip to content

Commit 56a30e8

Browse files
committed
fix naming and disable preset
Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
1 parent c43568e commit 56a30e8

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

kubernetes/elastic-helm/k8sattrs_v1_ovverides.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ collectors:
44
feature-gates: processor.k8sattributes.EmitV1K8sConventions,processor.k8sattributes.DontEmitV0K8sConventions
55
config:
66
processors:
7-
k8sattributes:
7+
k8s_attributes:
88
passthrough: false
99
pod_association:
1010
- sources:
@@ -52,9 +52,12 @@ collectors:
5252
daemon:
5353
args:
5454
feature-gates: processor.k8sattributes.EmitV1K8sConventions,processor.k8sattributes.DontEmitV0K8sConventions
55+
presets:
56+
kubernetesAttributes:
57+
enabled: false
5558
config:
5659
processors:
57-
k8sattributes:
60+
k8s_attributes:
5861
filter:
5962
node_from_env_var: OTEL_K8S_NODE_NAME
6063
passthrough: false

0 commit comments

Comments
 (0)