Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[otel-agent-windows] change subsystem attributes #293

Merged
merged 1 commit into from
Sep 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions otel-agent/k8s-helm-windows/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## OpenTelemtry Agent for Windows

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

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

### v0.0.4 / 2023-08-17
* Remove memory ballast extension due to extensive memory usage.

Expand Down
2 changes: 1 addition & 1 deletion otel-agent/k8s-helm-windows/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: opentelemetry-coralogix-windows
version: 0.0.4
version: 0.0.5
description: Windows OpenTelemetry agent to which instrumentation libraries export their telemetry data
type: application
appVersion: 0.77.0
3 changes: 0 additions & 3 deletions otel-agent/k8s-helm-windows/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ config:
- "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
Loading