Skip to content

Commit

Permalink
[otel-integration] remove k8s.pod.name,k8s.job.name and k8s.node.name…
Browse files Browse the repository at this point in the history
… from subsystem
  • Loading branch information
povilasv committed Sep 28, 2023
1 parent 21e172f commit 435d151
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 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.16 / 2023-09-28

* [FIX] Remove `k8s.pod.name`,`k8s.job.name` and `k8s.node.name` from subsystem attribute list

### v0.0.15 / 2023-09-15

* [FIX] Set k8s.cluster.name to all signals.
Expand Down
6 changes: 0 additions & 6 deletions otel-integration/k8s-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,6 @@ opentelemetry-agent:
- "k8s.statefulset.name"
- "k8s.daemonset.name"
- "k8s.cronjob.name"
- "k8s.job.name"
- "k8s.pod.name"
- "k8s.node.name"
- "service.name"

service:
Expand Down Expand Up @@ -400,9 +397,6 @@ opentelemetry-cluster-collector:
- "k8s.statefulset.name"
- "k8s.daemonset.name"
- "k8s.cronjob.name"
- "k8s.job.name"
- "k8s.pod.name"
- "k8s.node.name"
- "service.name"

service:
Expand Down

0 comments on commit 435d151

Please sign in to comment.