Releases: open-telemetry/opentelemetry-collector-releases
v0.131.1
Check the v0.131.0 contrib changelog and the v0.131.0 core changelog for changelogs on specific components.
Changelog
🧰 Bug fixes 🧰
service/telemetry
: Pins go.opentelemetry.io/otel/exporters/prometheus to v0.58.0 (#1067)
go.opentelemetry.io/otel/exporters/prometheus v0.59.x has a bug leading to unexpected suffix in metric names, we want to stay with v0.58.0 in the artifacts.
v0.131.0
Check the v0.131.0 contrib changelog and the v0.131.0 core changelog for changelogs on specific components.
v0.131.0
🛑 Breaking changes 🛑
exporter/loki
: TheLoki Exporter
component has been removed from the repo and is no longer being published as it has been deprecated since 9th July 2024. (#1044)
Users of thelokiexporter
can migrate to using an OTLP exporter. See open-telemetry/opentelemetry-collector-contrib#33916
🚀 New components 🚀
prometheusremotewritereceiver
: Add the prometheusremotewritereceiver component to the contrib collector (#1020)tinybirdexporter
: Add tinybird exporter to contrib distribution (#1045)
💡 Enhancements 💡
cmd/opampsupervisor/v0.131.0
Release of OpAMP supervisor artifacts
cmd/builder/v0.131.0
Images and binaries for collector distributions here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.131.0
v0.130.1
Check the v0.130.1 core changelog for changelogs on specific components. There is no opentelemetry-collector-contrib repository v0.130.1 release, only a contrib binary release.
This bugfix release fixes an issue with the internal telemetry Prometheus exporter. See more details here: open-telemetry/opentelemetry-go#7039
Changelog
cmd/builder/v0.130.1
Images and binaries for collector distributions here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.130.1
This bugfix release fixes an issue with the internal telemetry Prometheus exporter. See more details here: open-telemetry/opentelemetry-go#7039
v0.130.0
Check the v0.130.0 contrib changelog and the v0.130.0 core changelog for changelogs on specific components.
v0.130.0
❗ Known Issues ❗
-
Due to a bug in the internal telemetry prometheus exporter, if you are configuring an internal telemetry prometheus exporter, the collector's internal metrics will be emitted with an unexpected suffix in its name. For example, the metric
otelcol_exporter_sent_spans__spans__total
instead ofotelcol_exporter_sent_spans_total
. The workaround is to manually configurewithout_units: true
in your internal telemetry prometheus exporter configservice: telemetry: metrics: readers: - pull: exporter: prometheus: host: 0.0.0.0 port: 8888 without_units: true
If you are using the collector's default internal telemetry Prometheus exporter for exporting internal metrics you are unaffected.
This issue has been fixed in v0.130.1.
🚀 New components 🚀
coralogixprocessor
: Add Coralogix processor to the OpenTelemetry Collector Contrib. (#1008)awslogsencodingextension
: Add the awslogsencodingextension component to the contrib collector (#996)
Changelog
- da345d4 [chore] Prepare release 0.130.0 (#1013)
- 4437a4f upgrade ebpf-profiler to latest tag (#1014)
- f741605 [chore] go mod tidy on internal/tools (#1012)
- faba90f Add coralogix processor to contrib (#1009)
- 64f34f4 chore(deps): update anchore/sbom-action action to v0.20.2 (#1006)
- 5cf10be fix(deps): update module go.opentelemetry.io/build-tools/chloggen to v0.24.0 (#1007)
- f83be71 chore(deps): update dockerfile deps (#1005)
- b459583 [chore] verify new docker token (#1004)
- 37d0161 [chore] rename workflow files for consistency (#1000)
- a94d217 [chore] add regression test workflow (#1001)
- 8a41788 Revert "Add minimum token permissions for all github workflow files (#990)" (#999)
- 0b07764 Add minimum token permissions for all github workflow files (#990)
- 2bd4ccf Add awslogsencodingextension to contrib collector (#996)
- 57a0f21 chore(deps): update github/codeql-action action to v3.29.2 (#989)
- 61083b0 chore(deps): update dockerfile deps (#991)
cmd/opampsupervisor/v0.130.0
Release of OpAMP supervisor artifacts
cmd/builder/v0.130.0
Images and binaries for collector distributions here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.130.0
❗ Known Issues ❗
-
Due to a bug in the internal telemetry prometheus exporter, if you are configuring an internal telemetry prometheus exporter, the collector's internal metrics will be emitted with an unexpected suffix in its name. For example, the metric
otelcol_exporter_sent_spans__spans__total
instead ofotelcol_exporter_sent_spans_total
. The workaround is to manually configurewithout_units: true
in your internal telemetry prometheus exporter configservice: telemetry: metrics: readers: - pull: exporter: prometheus: host: 0.0.0.0 port: 8888 without_units: true
If you are using the collector's default internal telemetry Prometheus exporter for exporting internal metrics you are unaffected.
This issue has been fixed in v0.130.1.
v0.129.1
Check the v0.129.0 contrib changelog and the v0.129.0 core changelog for changelogs on specific components.
Due to difficulties with the release process, the v0.129.1 artifact release corresponds to the v0.129.0 source code releases.
v0.129.1
v0.129.0
🚀 New components 🚀
datadog/extension
: Release datadog extension. See README for details: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/extension/datadogextension/README.md (#983)googlecloudlogentryencodingextension
: Release Google Cloud Log Entry encoding extension, see https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/extension/encoding/googlecloudlogentryencodingextension/README.md (#985)