github open-telemetry/opentelemetry-collector-releases v0.130.0

latest releases: cmd/builder/v0.135.0-nightly.202509050231, cmd/opampsupervisor/v0.135.0-nightly.202509050231, v0.135.0-nightly.202509050231...
one month ago

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 prometheus exporter, if you are configuring a 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 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 Prometheus exporter for exporting internal metrics you are unaffected.

🚀 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)

Don't miss a new opentelemetry-collector-releases release

NewReleases is sending notifications on new releases.