Skip to content

Commit 5532577

Browse files
committed
Merge remote-tracking branch 'origin/master' into ecs-ec2-update-values-and-examples
2 parents 8a9fb17 + 9c7fdeb commit 5532577

27 files changed

Lines changed: 552 additions & 331 deletions

otel-ecs-ec2/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3-
### v0.0.37 / 2026-06-30
3+
### v0.0.37 / 2026-07-01
44

5-
- [Breaking] eBPF profiler profiles are now sent through the node-local agent `profilesCollection` pipeline enrichment and Coralogix export. Previously, the profiler sent profiles directly to Coralogix, so installations that customize the profiler or agent profile pipeline should update their configuration to route profiles through the agent.
5+
- [Breaking] eBPF profiler profiles are now sent through the node-local agent `profilesCollection` pipeline for enrichment and Coralogix export. Previously, the profiler sent profiles directly to Coralogix, so installations that customize the profiler or agent profile pipeline should update their configuration to route profiles through the agent.
6+
- [Change] Update Helm dependency `opentelemetry-agent` to chart version `0.134.3`.
7+
8+
#### Changes from opentelemetry-collector 0.134.3:
9+
- [Fix] The `profilesK8sAttributes` preset now is enabled by default.
610

711
### v0.0.36 / 2026-06-30
812

otel-ecs-ec2/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ keywords:
1111
dependencies:
1212
- name: opentelemetry-collector
1313
alias: opentelemetry-agent
14-
version: "0.134.2"
14+
version: "0.134.3"
1515
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
1616
condition: opentelemetry-agent.enabled
1717
- name: opentelemetry-collector
1818
alias: opentelemetry-ebpf-profiler
19-
version: "0.134.2"
19+
version: "0.134.3"
2020
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
2121
condition: opentelemetry-ebpf-profiler.enabled
2222
sources:

0 commit comments

Comments
 (0)