diff --git a/otel-integration/CHANGELOG.md b/otel-integration/CHANGELOG.md index 3eb83418..44f9a832 100644 --- a/otel-integration/CHANGELOG.md +++ b/otel-integration/CHANGELOG.md @@ -2,6 +2,10 @@ ## OpenTelemtry-Integration +### v0.0.39 / 2023-11-30 + +- [FIX] Fix cluster collector k8sattributes should not filter on node level. + ### v0.0.38 / 2023-11-28 - [FIX] Fix k8s.deployment.name transformation, in case the attribute already exists. diff --git a/otel-integration/k8s-helm/Chart.yaml b/otel-integration/k8s-helm/Chart.yaml index e4ad09f6..8b99e14e 100644 --- a/otel-integration/k8s-helm/Chart.yaml +++ b/otel-integration/k8s-helm/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: otel-integration description: OpenTelemetry Integration -version: 0.0.38 +version: 0.0.39 keywords: - OpenTelemetry Collector - OpenTelemetry Agent diff --git a/otel-integration/k8s-helm/values.yaml b/otel-integration/k8s-helm/values.yaml index 81546156..89b24e4b 100644 --- a/otel-integration/k8s-helm/values.yaml +++ b/otel-integration/k8s-helm/values.yaml @@ -345,8 +345,6 @@ opentelemetry-cluster-collector: - ${MY_POD_IP}:8888 processors: k8sattributes: - filter: - node_from_env_var: KUBE_NODE_NAME extract: metadata: - "k8s.namespace.name"