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] feat: update collector to 0.84 #300

Merged
merged 1 commit into from
Oct 5, 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
5 changes: 5 additions & 0 deletions otel-agent/k8s-helm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## OpenTelemtry-Agent

### v0.0.36 / 2023-10-5

* [CHORE] Update Collector to 0.84.0
* [FIX] hostmetrics don't scrape /run/containerd/runc/* for filesystem metrics

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

* [FIX] Remove `k8s.job.name`, `k8s.container.name` and `k8s.node.name` from subsystem attribute list
Expand Down
4 changes: 2 additions & 2 deletions otel-agent/k8s-helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apiVersion: v2
name: opentelemetry-coralogix
description: OpenTelemetry agent to which instrumentation libraries export their telemetry data
version: 0.0.35
version: 0.0.36
keywords:
- OpenTelemetry Collector
- OpenTelemetry agent
- Coralogix
dependencies:
- name: opentelemetry-collector
version: "0.71.2"
version: "0.72.0"
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
sources:
- https://github.com/open-telemetry/opentelemetry-helm-charts/tree/main/charts/opentelemetry-collector
Expand Down
Loading