Skip to content

Release v0.134.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Sep 15:43
· 11 commits to main since this release
185a9e9

0.134.0

💡 Enhancements 💡

  • target allocator: Add CollectorTargetReloadInterval option to configure the interval at which the Prometheus receiver reloads targets from the target allocator (#4095)

🧰 Bug fixes 🧰

  • collector: Always return a valid OpenTelemetryCollector configuration during v1beta1 conversion. (#4288)

Components

0.133.0

⚠️ Skip Release ⚠️

  • operator: Skipped OpenTelemetry Operator release due to an issue on the collectors protobuf parsing that caused HTTP 400 errors for metric submissions. In case of expecitly using the collector v0.133.0 this behavior can be by passed by disabling the collector feature gate pdata.useCustomProtoEncoding.
    For more details see: (opentelemetry-collector#13727)[https://github.com/open-telemetry/opentelemetry-collector/issues/13727]
apiVersion: opentelemetry.io/v1beta1
kind: OpenTelemetryCollector
metadata:
  name: my-collector
spec:
  image: otel/opentelemetry-collector:0.133.0
  args:
    - --feature-gates=-pdata.useCustomProtoEncoding