Skip to content

Commit

Permalink
[otel-agent] change susbystem attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
povilasv committed Sep 28, 2023
1 parent 21e172f commit 69b85c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions otel-agent/k8s-helm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## OpenTelemtry-Agent

### v0.0.35 / 2023-09-28

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

### v0.0.34 / 2023-09-13

* [FEATURE] Allow setting clusterName in global variable
Expand Down
2 changes: 1 addition & 1 deletion otel-agent/k8s-helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: opentelemetry-coralogix
description: OpenTelemetry agent to which instrumentation libraries export their telemetry data
version: 0.0.34
version: 0.0.35
keywords:
- OpenTelemetry Collector
- OpenTelemetry agent
Expand Down
3 changes: 0 additions & 3 deletions otel-agent/k8s-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ opentelemetry-collector:
- "k8s.statefulset.name"
- "k8s.daemonset.name"
- "k8s.cronjob.name"
- "k8s.job.name"
- "k8s.container.name"
- "k8s.node.name"
- "service.name"
application_name: "{{.Values.global.defaultApplicationName }}"
subsystem_name: "{{.Values.global.defaultSubsystemName }}"
Expand Down

0 comments on commit 69b85c7

Please sign in to comment.