Skip to content

Commit

Permalink
[otel-agent] feat: update collector to 0.84 (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
povilasv committed Oct 5, 2023
1 parent 6ab2b66 commit 86403f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
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

0 comments on commit 86403f8

Please sign in to comment.