An open index of dependabot pull requests across open source projects.

build(deps): bump the opentelemetry-deps-collector group across 6 directories with 31 updates

Open
Number: #1920
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: July 28, 2025 at 05:51 PM UTC
(3 months ago)
Updated: July 28, 2025 at 05:51 PM UTC
(3 months ago)
Labels:
dependencies go
Description:

Bumps the opentelemetry-deps-collector group with 14 updates in the /collector directory:

Package From To
go.opentelemetry.io/collector/component 1.36.0 1.36.1
go.opentelemetry.io/collector/confmap 1.36.0 1.36.1
go.opentelemetry.io/collector/confmap/provider/envprovider 1.36.0 1.36.1
go.opentelemetry.io/collector/confmap/provider/fileprovider 1.36.0 1.36.1
go.opentelemetry.io/collector/confmap/provider/httpprovider 1.36.0 1.36.1
go.opentelemetry.io/collector/confmap/provider/httpsprovider 1.36.0 1.36.1
go.opentelemetry.io/collector/confmap/provider/yamlprovider 1.36.0 1.36.1
go.opentelemetry.io/collector/otelcol 0.130.0 0.130.1
go.opentelemetry.io/collector/exporter/debugexporter 0.130.0 0.130.1
go.opentelemetry.io/collector/exporter/otlpexporter 0.130.0 0.130.1
go.opentelemetry.io/collector/exporter/otlphttpexporter 0.130.0 0.130.1
go.opentelemetry.io/collector/processor/batchprocessor 0.130.0 0.130.1
go.opentelemetry.io/collector/processor/memorylimiterprocessor 0.130.0 0.130.1
go.opentelemetry.io/collector/receiver/otlpreceiver 0.130.0 0.130.1

Bumps the opentelemetry-deps-collector group with 3 updates in the /collector/internal/tools directory: go.opentelemetry.io/build-tools/chloggen, go.opentelemetry.io/build-tools/crosslink and go.opentelemetry.io/build-tools/multimod.
Bumps the opentelemetry-deps-collector group with 9 updates in the /collector/lambdacomponents directory:

Package From To
go.opentelemetry.io/collector/component 1.36.0 1.36.1
go.opentelemetry.io/collector/confmap 1.36.0 1.36.1
go.opentelemetry.io/collector/otelcol 0.130.0 0.130.1
go.opentelemetry.io/collector/exporter/debugexporter 0.130.0 0.130.1
go.opentelemetry.io/collector/exporter/otlpexporter 0.130.0 0.130.1
go.opentelemetry.io/collector/exporter/otlphttpexporter 0.130.0 0.130.1
go.opentelemetry.io/collector/processor/batchprocessor 0.130.0 0.130.1
go.opentelemetry.io/collector/processor/memorylimiterprocessor 0.130.0 0.130.1
go.opentelemetry.io/collector/receiver/otlpreceiver 0.130.0 0.130.1

Bumps the opentelemetry-deps-collector group with 3 updates in the /collector/processor/coldstartprocessor directory: go.opentelemetry.io/collector/component, go.opentelemetry.io/collector/processor and go.opentelemetry.io/collector/processor/processorhelper.
Bumps the opentelemetry-deps-collector group with 6 updates in the /collector/processor/decoupleprocessor directory:

Package From To
go.opentelemetry.io/collector/component 1.36.0 1.36.1
go.opentelemetry.io/collector/confmap 1.36.0 1.36.1
go.opentelemetry.io/collector/processor 1.36.0 1.36.1
go.opentelemetry.io/collector/processor/processorhelper 0.130.0 0.130.1
go.opentelemetry.io/collector/client 1.36.0 1.36.1
go.opentelemetry.io/collector/confmap/xconfmap 0.130.0 0.130.1

Bumps the opentelemetry-deps-collector group with 6 updates in the /collector/receiver/telemetryapireceiver directory:

Package From To
go.opentelemetry.io/collector/component 1.36.0 1.36.1
go.opentelemetry.io/collector/confmap 1.36.0 1.36.1
go.opentelemetry.io/collector/receiver 1.36.0 1.36.1
go.opentelemetry.io/collector/confmap/xconfmap 0.130.0 0.130.1
go.opentelemetry.io/collector/component/componenttest 0.130.0 0.130.1
go.opentelemetry.io/collector/receiver/receivertest 0.130.0 0.130.1

Updates go.opentelemetry.io/collector/component from 1.36.0 to 1.36.1

Release notes

Sourced from go.opentelemetry.io/collector/component's releases.

v1.36.1/v0.130.1

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.130.1

End User Changelog

🧰 Bug fixes 🧰

  • service: Fixes bug where internal metrics are emitted with an unexpected suffix in their names when users configure service::telemetry::metrics::readers with Prometheus. (#13449) See more details on open-telemetry/opentelemetry-go#7039

API Changelog

v1.36.0/v0.130.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.130.0

End User Changelog

❗ 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. If you are using the Collector builder, please use the builder v0.130.1 to fix this issue.

🛑 Breaking changes 🛑

  • exporter/otlp: Remove deprecated batcher config from OTLP, use queuebatch (#13339)

💡 Enhancements 💡

  • exporterhelper: Enable items and bytes sizers for persistent queue (#12881)
  • exporterhelper: Refactor persistent storage size backup to always record it. (#12890)
  • exporterhelper: Add support to configure a different Sizer for the batcher than the queue (#13313)

... (truncated)

Changelog

Sourced from go.opentelemetry.io/collector/component's changelog.

v1.36.1/v0.130.1

No API-only changes in this release.

Commits

Updates go.opentelemetry.io/collector/confmap from 1.36.0 to 1.36.1

Release notes

Sourced from go.opentelemetry.io/collector/confmap's releases.

v1.36.1/v0.130.1

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.130.1

End User Changelog

🧰 Bug fixes 🧰

  • service: Fixes bug where internal metrics are emitted with an unexpected suffix in their names when users configure service::telemetry::metrics::readers with Prometheus. (#13449) See more details on open-telemetry/opentelemetry-go#7039

API Changelog

v1.36.0/v0.130.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.130.0

End User Changelog

❗ 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. If you are using the Collector builder, please use the builder v0.130.1 to fix this issue.

🛑 Breaking changes 🛑

  • exporter/otlp: Remove deprecated batcher config from OTLP, use queuebatch (#13339)

💡 Enhancements 💡

  • exporterhelper: Enable items and bytes sizers for persistent queue (#12881)
  • exporterhelper: Refactor persistent storage size backup to always record it. (#12890)
  • exporterhelper: Add support to configure a different Sizer for the batcher than the queue (#13313)

... (truncated)

Changelog

Sourced from go.opentelemetry.io/collector/confmap's changelog.

v1.36.1/v0.130.1

No API-only changes in this release.

Commits

Updates go.opentelemetry.io/collector/confmap/provider/envprovider from 1.36.0 to 1.36.1

Release notes

Sourced from go.opentelemetry.io/collector/confmap/provider/envprovider's releases.

v1.36.1/v0.130.1

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.130.1

End User Changelog

🧰 Bug fixes 🧰

  • service: Fixes bug where internal metrics are emitted with an unexpected suffix in their names when users configure service::telemetry::metrics::readers with Prometheus. (#13449) See more details on open-telemetry/opentelemetry-go#7039

API Changelog

v1.36.0/v0.130.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.130.0

End User Changelog

❗ 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. If you are using the Collector builder, please use the builder v0.130.1 to fix this issue.

🛑 Breaking changes 🛑

  • exporter/otlp: Remove deprecated batcher config from OTLP, use queuebatch (#13339)

💡 Enhancements 💡

  • exporterhelper: Enable items and bytes sizers for persistent queue (#12881)
  • exporterhelper: Refactor persistent storage size backup to always record it. (#12890)
  • exporterhelper: Add support to configure a different Sizer for the batcher than the queue (#13313)

... (truncated)

Changelog

Sourced from go.opentelemetry.io/collector/confmap/provider/envprovider's changelog.

v1.36.1/v0.130.1

No API-only changes in this release.

Commits

Updates go.opentelemetry.io/collector/confmap/provider/fileprovider from 1.36.0 to 1.36.1

Release notes

Sourced from go.opentelemetry.io/collector/confmap/provider/fileprovider's releases.

v1.36.1/v0.130.1

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.130.1

End User Changelog

🧰 Bug fixes 🧰

  • service: Fixes bug where internal metrics are emitted with an unexpected suffix in their names when users configure service::telemetry::metrics::readers with Prometheus. (#13449) See more details on open-telemetry/opentelemetry-go#7039

API Changelog

v1.36.0/v0.130.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.130.0

End User Changelog

❗ 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. If you are using the Collector builder, please use the builder v0.130.1 to fix this issue.

🛑 Breaking changes 🛑

  • exporter/otlp: Remove deprecated batcher config from OTLP, use queuebatch (#13339)

💡 Enhancements 💡

  • exporterhelper: Enable items and bytes sizers for persistent queue (#12881)
  • exporterhelper: Refactor persistent storage size backup to always record it. (#12890)
  • exporterhelper: Add support to configure a different Sizer for the batcher than the queue (#13313)

... (truncated)

Changelog

Sourced from go.opentelemetry.io/collector/confmap/provider/fileprovider's changelog.

v1.36.1/v0.130.1

No API-only changes in this release.

Commits

Updates go.opentelemetry.io/collector/confmap/provider/httpprovider from 1.36.0 to 1.36.1

Release notes

Sourced from go.opentelemetry.io/collector/confmap/provider/httpprovider's releases.

v1.36.1/v0.130.1

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.130.1

End User Changelog

🧰 Bug fixes 🧰

  • service: Fixes bug where internal metrics are emitted with an unexpected suffix in their names when users configure service::telemetry::metrics::readers with Prometheus. (#13449) See more details on open-telemetry/opentelemetry-go#7039

API Changelog

v1.36.0/v0.130.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.130.0

End User Changelog

❗ 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. If you are using the Collector builder, please use the builder v0.130.1 to fix this issue.

🛑 Breaking changes 🛑

  • exporter/otlp: Remove deprecated batcher config from OTLP, use queuebatch (#13339)

💡 Enhancements 💡

  • exporterhelper: Enable items and bytes sizers for persistent queue (#12881)
  • exporterhelper: Refactor persistent storage size backup to always record it. (#12890)
  • exporterhelper: Add support to configure a different Sizer for the batcher than the queue (#13313)

... (truncated)

Changelog

Sourced from go.opentelemetry.io/collector/confmap/provider/httpprovider's changelog.

v1.36.1/v0.130.1

No API-only changes in this release.

Commits

Updates go.opentelemetry.io/collector/confmap/provider/httpsprovider from 1.36.0 to 1.36.1

Release notes

Sourced from go.opentelemetry.io/collector/confmap/provider/httpsprovider's releases.

v1.36.1/v0.130.1

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.130.1

End User Changelog

🧰 Bug fixes 🧰

  • service: Fixes bug where internal metrics are emitted with an unexpected suffix in their names when users configure service::telemetry::metrics::readers with Prometheus. (#13449) See more details on open-telemetry/opentelemetry-go#7039

API Changelog

v1.36.0/v0.130.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.130.0

End User Changelog

❗ 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. If you are using the Collector builder, please use the builder v0.130.1 to fix this issue.

🛑 Breaking changes 🛑

  • exporter/otlp: Remove deprecated batcher config from OTLP, use queuebatch (#13339)

💡 Enhancements 💡

  • exporterhelper: Enable items and bytes sizers for persistent queue (#12881)
  • exporterhelper: Refactor persistent storage size backup to always record it. (#12890)
  • exporterhelper: Add support to configure a different Sizer for the batcher than the queue (#13313)

... (truncated)

Changelog

Sourced from go.opentelemetry.io/collector/confmap/provider/httpsprovider's changelog.

v1.36.1/v0.130.1

No API-only changes in this release.

Commits

Updates go.opentelemetry.io/collector/confmap/provider/yamlprovider from 1.36.0 to 1.36.1

Release notes

Sourced from go.opentelemetry.io/collector/confmap/provider/yamlprovider's releases.

v1.36.1/v0.130.1

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.130.1

End User Changelog

🧰 Bug fixes 🧰

  • service: Fixes bug where internal metrics are emitted with an unexpected suffix in their names when users configure service::telemetry::metrics::readers with Prometheus. (#13449) See more details on open-telemetry/opentelemetry-go#7039

API Changelog

v1.36.0/v0.130.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.130.0

End User Changelog

❗ 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. If you are using the Collector builder, please use the builder v0.130.1 to fix this issue.

🛑 Breaking changes 🛑

  • exporter/otlp: Remove deprecated batcher config from OTLP, use queuebatch (#13339)

💡 Enhancements 💡

  • exporterhelper: Enable items and bytes sizers for persistent queue (#12881)
  • exporterhelper: Refactor persistent storage size backup to always record it. (#12890)
  • exporterhelper: Add support to configure a different Sizer for the batcher than the queue (#13313)

... (truncated)

Changelog

Sourced from go.opentelemetry.io/collector/confmap/provider/yamlprovider's changelog.

v1.36.1/v0.130.1

No API-only changes in this release.

Commits

Updates go.opentelemetry.io/collector/otelcol from 0.130.0 to 0.130.1

Changelog

Sourced from go.opentelemetry.io/collector/otelcol's changelog.

v1.36.1/v0.130.1

No API-only changes in this release.

Commits

Updates go.opentelemetry.io/collector/connector from 0.130.0 to 0.130.1

Changelog

Sourced from go.opentelemetry.io/collector/connector's changelog.

v1.36.1/v0.130.1

No API-only changes in this release.

Commits

Updates go.opentelemetry.io/collector/exporter from 0.130.0 to 0.130.1

Changelog

Sourced from go.opentelemetry.io/collector/exporter's changelog.

v1.36.1/v0.130.1

No API-only changes in this release.

Commits

Updates go.opentelemetry.io/collector/exporter/debugexporter from 0.130.0 to 0.130.1

Changelog

Sourced from go.opentelemetry.io/collector/exporter/debugexporter's changelog.

v1.36.1/v0.130.1

No API-only changes in this release.

Commits

Updates go.opentelemetry.io/collector/exporter/otlpexporter from 0.130.0 to 0.130.1

Changelog

Sourced from go.opentelemetry.io/collector/exporter/otlpexporter's changelog.

v1.36.1/v0.130.1

No API-only changes in this release.

Commits

Updates go.opentelemetry.io/collector/exporter/otlphttpexporter from 0.130.0 to 0.130.1

Changelog

Sourced from go.opentelemetry.io/collector/exporter/otlphttpexporter's changelog.

v1.36.1/v0.130.1

No API-only changes in this release.

Commits

Updates go.opentelemetry.io/collector/extension from 1.36.0 to 1.36.1

Release notes

Sourced from go.opentelemetry.io/collector/extension's releases.

v1.36.1/v0.130.1

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.130.1

End User Changelog

🧰 Bug fixes 🧰

  • service: Fixes bug where internal metrics are emitted with an unexpected suffix in their names when users configure service::telemetry::metrics::readers with Prometheus. (#13449) See more details on open-telemetry/opentelemetry-go#7039

API Changelog

v1.36.0/v0.130.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.130.0

End User Changelog

❗ 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. If you are using the Collector builder, please use the builder v0.130.1 to fix this issue.

🛑 Breaking changes 🛑

  • exporter/otlp: Remove deprecated batcher config from OTLP, use queuebatch (#13339)

💡 Enhancements 💡

  • exporterhelper: Enable items and bytes sizers for persistent queue (#12881)
  • exporterhelper: Refactor persistent storage size backup to always record it. (#12890)
  • exporterhelper: Add support to configure a different Sizer for the batcher than the queue (#13313)

... (truncated)

Changelog

Sourced from go.opentelemetry.io/collector/extension's changelog.

v1.36.1/v0.130.1

No API-only changes in this release.

Commits

Updates go.opentelemetry.io/collector/processor from 1.36.0 to 1.36.1

Release notes

Sourced from go.opentelemetry.io/collector/processor's releases.

v1.36.1/v0.130.1

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.130.1

End User Changelog

🧰 Bug fixes 🧰

  • service: Fixes bug where internal metrics are emitted with an unexpected suffix in their names when users configure service::telemetry::metrics::readers with Prometheus. (#13449) See more details on open-telemetry/opentelemetry-go#7039

API Changelog

v1.36.0/v0.130.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.130.0

End User Changelog

❗ 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. If you are using the Collector builder, please use the builder v0.130.1 to fix this issue.

🛑 Breaking changes 🛑

  • exporter/otlp: Remove deprecated batcher config from OTLP, use queuebatch (#13339)

💡 Enhancements 💡

  • exporterhelper: Enable items and bytes sizers for persistent queue (#12881)
  • exporterhelper: Refactor persistent storage size backup to always record it. (#12890)
  • exporterhelper: Add support to configure a different Sizer for the batcher than the queue (#13313)

... (truncated)

Changelog

Sourced from go.opentelemetry.io/collector/processor's changelog.

v1.36.1/v0.130.1

No API-only changes in this release.

Commits
Package Dependencies
Ecosystem:
go
Version Change:
1.36.0 → 1.36.1
Update Type:
Patch
Ecosystem:
go
Version Change:
1.36.0 → 1.36.1
Update Type:
Patch
Ecosystem:
go
Version Change:
0.130.0 → 0.130.1
Update Type:
Patch
Ecosystem:
go
Version Change:
0.130.0 → 0.130.1
Update Type:
Patch
Ecosystem:
go
Version Change:
0.130.0 → 0.130.1
Update Type:
Patch
Ecosystem:
go
Version Change:
0.130.0 → 0.130.1
Update Type:
Patch
Ecosystem:
go
Version Change:
0.130.0 → 0.130.1
Update Type:
Patch
Ecosystem:
go
Version Change:
0.130.0 → 0.130.1
Update Type:
Patch
Ecosystem:
go
Version Change:
1.36.0 → 1.36.1
Update Type:
Patch
Ecosystem:
go
Version Change:
1.36.0 → 1.36.1
Update Type:
Patch
Ecosystem:
go
Version Change:
0.130.0 → 0.130.1
Update Type:
Patch
Ecosystem:
go
Version Change:
1.36.0 → 1.36.1
Update Type:
Patch
Ecosystem:
go
Version Change:
1.36.0 → 1.36.1
Update Type:
Patch
Ecosystem:
go
Version Change:
1.36.0 → 1.36.1
Update Type:
Patch
Technical Details
ID: 4246902
UUID: 2701631597
Node ID: PR_kwDOEwqRQ86hB6Bt
Host: GitHub
Repository: open-telemetry/opentelemetry-lambda
Merge State: Unknown