You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: bump opentelemetry-collector to 0.152.1 (#933)
## Summary
- Bump `otel-integration` chart to `0.0.317`
- Bump `opentelemetry-collector` chart dependencies to `0.132.0`
- Bump Windows collector image values to `0.152.1-windows-2019-amd64`
- Bump target allocator image tag to `v0.152.0`
- Add generated Collector schema for `0.152.1`
- Update e2e expectations for Collector `0.152.1`
- Update `sync-otel-collector` workflow to skip creating a bump branch
when the branch already exists
## Compatibility
Keeps the companion changes aligned with the Helm chart bump while
preserving the intentionally limited workflow behavior:
- Adds `otelcol_exporter_in_flight_requests` as an optional expected
metric for newer Collector exporterhelper telemetry.
- Keeps the workflow change minimal: if
`chore/bump-otel-collector-<version>` already exists, the workflow skips
creating a new bump branch and does not recreate/replace the branch.
- Uses the already-merged supervised image bump from `#936` as the base,
without duplicating supervised image release changes in this PR.
## Validation
Authoritative passing runs:
- Static e2e compile check:
- `go test ./... -run '^TestNonExistent$'` from
`otel-integration/k8s-helm/e2e-test`
- Workflow syntax:
- `bash -n .github/workflows/sync-otel-collector.yml`
- Chart dependency resolver:
- `scripts/resolve-collector-chart-version.sh
otel-integration/k8s-helm/Chart.yaml`
- returned `0.132.0`
- Schema JSON validation:
- `jq -e . otelcol-schemas/0.152.1-schema.json`
- Downstream Linux e2e against the local Helm chart:
- `linux-run-all-default-20260608-135729.log`
- Windows EKS validation against the local Helm chart:
- `windows-verify-debug-settings-01521-eu-west-2-20260608-144142.log`
- `windows-verify-log-collection-01521-eu-west-2-20260608-144151.log`
- `windows-runtime-snapshot-01521-eu-west-2-20260608-144204.log`
Evidence logs:
https://gist.github.com/iblancasa/f9d8347b43f0957c913a9020ee4e145d
Non-authoritative logs from earlier failed/partial/wrong-invocation
attempts are not used as passing evidence.
---------
Signed-off-by: Israel Blancas <iblancasa@gmail.com>
Copy file name to clipboardExpand all lines: otel-ecs-ec2/CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Changelog
2
2
3
+
### v0.0.32 / 2026-06-08
4
+
5
+
-[Feat] Bump the OpenTelemetry Collector image to v0.152.1.
6
+
7
+
#### Changes from opentelemetry-collector 0.131.9:
8
+
-[Breaking] Fix `spanMetricsMulti` to apply the same extra dimensions (including `errorTracking` fallback from `presets.spanMetrics`) to all spanmetrics connectors, and skip auto-added status code dimensions when they are already listed in `extraDimensions`.
9
+
-[Breaking] Fix `spanmetrics/default` and routed `spanmetrics/<index>` connectors to match single `spanMetrics` compatibility defaults by setting `add_resource_attributes: true` and `histogram.unit: ms`, required for APM span metrics.
10
+
3
11
### v0.0.31 / 2026-05-27
4
12
5
13
-[Change] Update Helm dependency `opentelemetry-agent` to chart version `0.131.8`.
0 commit comments