Skip to content

Commit

Permalink
fix: cluster collector should not filter k8s attributes on node (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
povilasv authored Dec 1, 2023
1 parent 838514a commit 3b5aeca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions otel-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion otel-integration/k8s-helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions otel-integration/k8s-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3b5aeca

Please sign in to comment.