Skip to content

Releases: open-telemetry/opentelemetry-collector-releases

v0.131.1

01 Aug 18:35
v0.131.1
f03578e
Compare
Choose a tag to compare

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

30 Jul 09:39
v0.131.0
8f30d8c
Compare
Choose a tag to compare

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: The Loki 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 the lokiexporter 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 💡

  • contrib: add the text_encoding encoding extension to the contrib distribution (#1025)
  • all: Removes usages of golang.org/x/net/trace which uses html/template and text/template in gRPC. These usages disable golang DCE. (#1018)

cmd/opampsupervisor/v0.131.0

30 Jul 09:37
8f30d8c
Compare
Choose a tag to compare

Release of OpAMP supervisor artifacts

cmd/builder/v0.131.0

30 Jul 09:36
8f30d8c
Compare
Choose a tag to compare

v0.130.1

22 Jul 13:16
v0.130.1
e4540e7
Compare
Choose a tag to compare

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

22 Jul 13:12
e4540e7
Compare
Choose a tag to compare

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

15 Jul 10:39
v0.130.0
da345d4
Compare
Choose a tag to compare

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 of otelcol_exporter_sent_spans_total. The workaround is to manually configure without_units: true in your internal telemetry prometheus exporter config

    service:
      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

15 Jul 10:39
da345d4
Compare
Choose a tag to compare

Release of OpAMP supervisor artifacts

cmd/builder/v0.130.0

15 Jul 10:37
da345d4
Compare
Choose a tag to compare

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 of otelcol_exporter_sent_spans_total. The workaround is to manually configure without_units: true in your internal telemetry prometheus exporter config

    service:
      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

02 Jul 07:36
v0.129.1
22c1148
Compare
Choose a tag to compare

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

  • 22c1148 Revert "use DOCKER_TOKEN_COLLECTOR_RELEASES rather than DOCKER_PASSWO… (#995)

v0.129.0

🚀 New components 🚀