go-faster / oteldb

OpenTelemetry signal storage
Apache License 2.0
37 stars 4 forks source link

chore(deps): bump the opentelemetry-collector group with 4 updates #517

Closed dependabot[bot] closed 5 days ago

dependabot[bot] commented 5 days ago

Bumps the opentelemetry-collector group with 4 updates: github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil, github.com/open-telemetry/opentelemetry-collector-contrib/processor/attributesprocessor, github.com/open-telemetry/opentelemetry-collector-contrib/processor/metricstransformprocessor and github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourceprocessor.

Updates github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil from 0.109.0 to 0.110.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil's releases.

v0.110.0

The OpenTelemetry Collector Contrib contains everything in the opentelemetry-collector release, be sure to check the release notes there as well.

End User Changelog

🛑 Breaking changes 🛑

  • pkg/stanza: Move filelog.container.removeOriginalTimeField feature gate to beta (#33389)

    • Disable the filelog.container.removeOriginalTimeField feature gate to get the old behavior.
  • resourcedetectionprocessor: Move processor.resourcedetection.hostCPUSteppingAsString feature gate to stable. (#31136)

  • resourcedetectionprocessor: Remove processor.resourcedetection.hostCPUModelAndFamilyAsString feature gate. (#29025)

🚩 Deprecations 🚩

  • hostmetricsreceiver: Set the receiver.hostmetrics.normalizeProcessCPUUtilization feature gate to stable. (#34763)

🚀 New components 🚀

  • azurelogs_translater: Adds a new translater that converts Azure EventHub logs to OpenTelemetry logs used by the Azure Events Hub receiver. (#39704)
  • dorisexporter: logs implementation (#33479)
  • dorisexporter: traces implementation (#33479)

💡 Enhancements 💡

  • otelarrowexporter: Allow separate arrow exporter per unique value of configured metadataKeys. (#34178)

  • processor/transform: Add custom function to the transform processor to convert exponential histograms to explicit histograms. (#33827)

  • datadogconnector: Map the new OTel semantic convention deployment.environment.name to env for OTLP traces in APM stats. (#35147) The old convention deployment.environment still works

  • datadogexporter: Map the new OTel semantic convention deployment.environment.name to env for OTLP traces, metrics and logs. (#35147) The old convention deployment.environment still works

  • file_storage: provide a new option to the user to create a directory on start (#34939)

  • headersetterextension: adding default_value config (#34412) default_value config item applied in case context value is empty

  • kafkaexporter: Add support for encoding extensions in the Kafka exporter. (#34384) This change adds support for encoding extensions in the Kafka exporter. Loading extensions takes precedence over the internally supported encodings.

  • datadogexporter: Adds exporter.datadogexporter.metricremappingdisabled featuregate which disables renaming OpenTelemetry metrics to match Datadog semantics. This feature gate is only for internal use. (#35025)

  • otelarrowexporter: Add BatcherConfig field following similar in OTLP exporter. (#34802)

  • otelarrowreceiver: Add gRPC timeout propagation. (#34742)

  • kafkareceiver: Add support for otlp_json encoding to Kafka receiver. The payload is deserialized into OpenTelemetry traces using JSON format. (#33627) This encoding allows the Kafka receiver to handle trace data in JSON format, enabling integration with systems that export traces as JSON-encoded data.

  • pkg/ottl: Improved JSON unmarshaling performance by 10-20% by switching dependencies. (#35130)

  • pkg/ottl: Added support for locale in the Time converter (#32978)

  • datadogexporter: Upgrade logs in Datadog Exporter to beta (#35359)

  • remotetapprocessor: Origin header is no longer required for websocket connections (#34925)

  • deltatorateprocessor: Remove unnecessary data copies. (#35165)

... (truncated)

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil's changelog.

v0.110.0

🛑 Breaking changes 🛑

  • all: TimeoutSettings/QueueSettings fields in various Config structs are no longer embedded (#35158) Structs in which .TimeoutSettings is no longer embedded:
    • carbonexporter.Config
    • googlecloudpubsubreceiver.Config Structs in which .TimeoutSettings and .QueueSettings are no longer embedded:
    • alertmanagerexporter.Config
    • googlecloudexporter.Config
    • googlemanagedprometheusexporter.Config
    • otelarrowexporter.Config

🚩 Deprecations 🚩

  • datadogexporter: The datadog exporter config has been deprecated in favor of the new datadog/config package. The new package is shared between the Datadog exporter and the Datadog Connector. (#35067) The new datadog/config package is a shared module for Datadog exporter configuration. The module is shared between the Datadog exporter and the Datadog Connector.

💡 Enhancements 💡

  • pkg/datadog: Create a new module for Datadog exporter configuration. (#35067) This change introduces a new module for Datadog exporter configuration. The module is shared between the Datadog exporter and the Datadog Connector.

  • kafkaexporter: Add option to supply destination topic through context. (#34503, #34432)

Commits


Updates github.com/open-telemetry/opentelemetry-collector-contrib/processor/attributesprocessor from 0.109.0 to 0.110.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/processor/attributesprocessor's releases.

v0.110.0

The OpenTelemetry Collector Contrib contains everything in the opentelemetry-collector release, be sure to check the release notes there as well.

End User Changelog

🛑 Breaking changes 🛑

  • pkg/stanza: Move filelog.container.removeOriginalTimeField feature gate to beta (#33389)

    • Disable the filelog.container.removeOriginalTimeField feature gate to get the old behavior.
  • resourcedetectionprocessor: Move processor.resourcedetection.hostCPUSteppingAsString feature gate to stable. (#31136)

  • resourcedetectionprocessor: Remove processor.resourcedetection.hostCPUModelAndFamilyAsString feature gate. (#29025)

🚩 Deprecations 🚩

  • hostmetricsreceiver: Set the receiver.hostmetrics.normalizeProcessCPUUtilization feature gate to stable. (#34763)

🚀 New components 🚀

  • azurelogs_translater: Adds a new translater that converts Azure EventHub logs to OpenTelemetry logs used by the Azure Events Hub receiver. (#39704)
  • dorisexporter: logs implementation (#33479)
  • dorisexporter: traces implementation (#33479)

💡 Enhancements 💡

  • otelarrowexporter: Allow separate arrow exporter per unique value of configured metadataKeys. (#34178)

  • processor/transform: Add custom function to the transform processor to convert exponential histograms to explicit histograms. (#33827)

  • datadogconnector: Map the new OTel semantic convention deployment.environment.name to env for OTLP traces in APM stats. (#35147) The old convention deployment.environment still works

  • datadogexporter: Map the new OTel semantic convention deployment.environment.name to env for OTLP traces, metrics and logs. (#35147) The old convention deployment.environment still works

  • file_storage: provide a new option to the user to create a directory on start (#34939)

  • headersetterextension: adding default_value config (#34412) default_value config item applied in case context value is empty

  • kafkaexporter: Add support for encoding extensions in the Kafka exporter. (#34384) This change adds support for encoding extensions in the Kafka exporter. Loading extensions takes precedence over the internally supported encodings.

  • datadogexporter: Adds exporter.datadogexporter.metricremappingdisabled featuregate which disables renaming OpenTelemetry metrics to match Datadog semantics. This feature gate is only for internal use. (#35025)

  • otelarrowexporter: Add BatcherConfig field following similar in OTLP exporter. (#34802)

  • otelarrowreceiver: Add gRPC timeout propagation. (#34742)

  • kafkareceiver: Add support for otlp_json encoding to Kafka receiver. The payload is deserialized into OpenTelemetry traces using JSON format. (#33627) This encoding allows the Kafka receiver to handle trace data in JSON format, enabling integration with systems that export traces as JSON-encoded data.

  • pkg/ottl: Improved JSON unmarshaling performance by 10-20% by switching dependencies. (#35130)

  • pkg/ottl: Added support for locale in the Time converter (#32978)

  • datadogexporter: Upgrade logs in Datadog Exporter to beta (#35359)

  • remotetapprocessor: Origin header is no longer required for websocket connections (#34925)

  • deltatorateprocessor: Remove unnecessary data copies. (#35165)

... (truncated)

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/processor/attributesprocessor's changelog.

v0.110.0

🛑 Breaking changes 🛑

  • all: TimeoutSettings/QueueSettings fields in various Config structs are no longer embedded (#35158) Structs in which .TimeoutSettings is no longer embedded:
    • carbonexporter.Config
    • googlecloudpubsubreceiver.Config Structs in which .TimeoutSettings and .QueueSettings are no longer embedded:
    • alertmanagerexporter.Config
    • googlecloudexporter.Config
    • googlemanagedprometheusexporter.Config
    • otelarrowexporter.Config

🚩 Deprecations 🚩

  • datadogexporter: The datadog exporter config has been deprecated in favor of the new datadog/config package. The new package is shared between the Datadog exporter and the Datadog Connector. (#35067) The new datadog/config package is a shared module for Datadog exporter configuration. The module is shared between the Datadog exporter and the Datadog Connector.

💡 Enhancements 💡

  • pkg/datadog: Create a new module for Datadog exporter configuration. (#35067) This change introduces a new module for Datadog exporter configuration. The module is shared between the Datadog exporter and the Datadog Connector.

  • kafkaexporter: Add option to supply destination topic through context. (#34503, #34432)

Commits


Updates github.com/open-telemetry/opentelemetry-collector-contrib/processor/metricstransformprocessor from 0.109.0 to 0.110.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/processor/metricstransformprocessor's releases.

v0.110.0

The OpenTelemetry Collector Contrib contains everything in the opentelemetry-collector release, be sure to check the release notes there as well.

End User Changelog

🛑 Breaking changes 🛑

  • pkg/stanza: Move filelog.container.removeOriginalTimeField feature gate to beta (#33389)

    • Disable the filelog.container.removeOriginalTimeField feature gate to get the old behavior.
  • resourcedetectionprocessor: Move processor.resourcedetection.hostCPUSteppingAsString feature gate to stable. (#31136)

  • resourcedetectionprocessor: Remove processor.resourcedetection.hostCPUModelAndFamilyAsString feature gate. (#29025)

🚩 Deprecations 🚩

  • hostmetricsreceiver: Set the receiver.hostmetrics.normalizeProcessCPUUtilization feature gate to stable. (#34763)

🚀 New components 🚀

  • azurelogs_translater: Adds a new translater that converts Azure EventHub logs to OpenTelemetry logs used by the Azure Events Hub receiver. (#39704)
  • dorisexporter: logs implementation (#33479)
  • dorisexporter: traces implementation (#33479)

💡 Enhancements 💡

  • otelarrowexporter: Allow separate arrow exporter per unique value of configured metadataKeys. (#34178)

  • processor/transform: Add custom function to the transform processor to convert exponential histograms to explicit histograms. (#33827)

  • datadogconnector: Map the new OTel semantic convention deployment.environment.name to env for OTLP traces in APM stats. (#35147) The old convention deployment.environment still works

  • datadogexporter: Map the new OTel semantic convention deployment.environment.name to env for OTLP traces, metrics and logs. (#35147) The old convention deployment.environment still works

  • file_storage: provide a new option to the user to create a directory on start (#34939)

  • headersetterextension: adding default_value config (#34412) default_value config item applied in case context value is empty

  • kafkaexporter: Add support for encoding extensions in the Kafka exporter. (#34384) This change adds support for encoding extensions in the Kafka exporter. Loading extensions takes precedence over the internally supported encodings.

  • datadogexporter: Adds exporter.datadogexporter.metricremappingdisabled featuregate which disables renaming OpenTelemetry metrics to match Datadog semantics. This feature gate is only for internal use. (#35025)

  • otelarrowexporter: Add BatcherConfig field following similar in OTLP exporter. (#34802)

  • otelarrowreceiver: Add gRPC timeout propagation. (#34742)

  • kafkareceiver: Add support for otlp_json encoding to Kafka receiver. The payload is deserialized into OpenTelemetry traces using JSON format. (#33627) This encoding allows the Kafka receiver to handle trace data in JSON format, enabling integration with systems that export traces as JSON-encoded data.

  • pkg/ottl: Improved JSON unmarshaling performance by 10-20% by switching dependencies. (#35130)

  • pkg/ottl: Added support for locale in the Time converter (#32978)

  • datadogexporter: Upgrade logs in Datadog Exporter to beta (#35359)

  • remotetapprocessor: Origin header is no longer required for websocket connections (#34925)

  • deltatorateprocessor: Remove unnecessary data copies. (#35165)

... (truncated)

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/processor/metricstransformprocessor's changelog.

v0.110.0

🛑 Breaking changes 🛑

  • all: TimeoutSettings/QueueSettings fields in various Config structs are no longer embedded (#35158) Structs in which .TimeoutSettings is no longer embedded:
    • carbonexporter.Config
    • googlecloudpubsubreceiver.Config Structs in which .TimeoutSettings and .QueueSettings are no longer embedded:
    • alertmanagerexporter.Config
    • googlecloudexporter.Config
    • googlemanagedprometheusexporter.Config
    • otelarrowexporter.Config

🚩 Deprecations 🚩

  • datadogexporter: The datadog exporter config has been deprecated in favor of the new datadog/config package. The new package is shared between the Datadog exporter and the Datadog Connector. (#35067) The new datadog/config package is a shared module for Datadog exporter configuration. The module is shared between the Datadog exporter and the Datadog Connector.

💡 Enhancements 💡

  • pkg/datadog: Create a new module for Datadog exporter configuration. (#35067) This change introduces a new module for Datadog exporter configuration. The module is shared between the Datadog exporter and the Datadog Connector.

  • kafkaexporter: Add option to supply destination topic through context. (#34503, #34432)

Commits


Updates github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourceprocessor from 0.109.0 to 0.110.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourceprocessor's releases.

v0.110.0

The OpenTelemetry Collector Contrib contains everything in the opentelemetry-collector release, be sure to check the release notes there as well.

End User Changelog

🛑 Breaking changes 🛑

  • pkg/stanza: Move filelog.container.removeOriginalTimeField feature gate to beta (#33389)

    • Disable the filelog.container.removeOriginalTimeField feature gate to get the old behavior.
  • resourcedetectionprocessor: Move processor.resourcedetection.hostCPUSteppingAsString feature gate to stable. (#31136)

  • resourcedetectionprocessor: Remove processor.resourcedetection.hostCPUModelAndFamilyAsString feature gate. (#29025)

🚩 Deprecations 🚩

  • hostmetricsreceiver: Set the receiver.hostmetrics.normalizeProcessCPUUtilization feature gate to stable. (#34763)

🚀 New components 🚀

  • azurelogs_translater: Adds a new translater that converts Azure EventHub logs to OpenTelemetry logs used by the Azure Events Hub receiver. (#39704)
  • dorisexporter: logs implementation (#33479)
  • dorisexporter: traces implementation (#33479)

💡 Enhancements 💡

  • otelarrowexporter: Allow separate arrow exporter per unique value of configured metadataKeys. (#34178)

  • processor/transform: Add custom function to the transform processor to convert exponential histograms to explicit histograms. (#33827)

  • datadogconnector: Map the new OTel semantic convention deployment.environment.name to env for OTLP traces in APM stats. (#35147) The old convention deployment.environment still works

  • datadogexporter: Map the new OTel semantic convention deployment.environment.name to env for OTLP traces, metrics and logs. (#35147) The old convention deployment.environment still works

  • file_storage: provide a new option to the user to create a directory on start (#34939)

  • headersetterextension: adding default_value config (#34412) default_value config item applied in case context value is empty

  • kafkaexporter: Add support for encoding extensions in the Kafka exporter. (#34384) This change adds support for encoding extensions in the Kafka exporter. Loading extensions takes precedence over the internally supported encodings.

  • datadogexporter: Adds exporter.datadogexporter.metricremappingdisabled featuregate which disables renaming OpenTelemetry metrics to match Datadog semantics. This feature gate is only for internal use. (#35025)

  • otelarrowexporter: Add BatcherConfig field following similar in OTLP exporter. (#34802)

  • otelarrowreceiver: Add gRPC timeout propagation. (#34742)

  • kafkareceiver: Add support for otlp_json encoding to Kafka receiver. The payload is deserialized into OpenTelemetry traces using JSON format. (#33627) This encoding allows the Kafka receiver to handle trace data in JSON format, enabling integration with systems that export traces as JSON-encoded data.

  • pkg/ottl: Improved JSON unmarshaling performance by 10-20% by switching dependencies. (#35130)

  • pkg/ottl: Added support for locale in the Time converter (#32978)

  • datadogexporter: Upgrade logs in Datadog Exporter to beta (#35359)

  • remotetapprocessor: Origin header is no longer required for websocket connections (#34925)

  • deltatorateprocessor: Remove unnecessary data copies. (#35165)

... (truncated)

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourceprocessor's changelog.

v0.110.0

🛑 Breaking changes 🛑

  • all: TimeoutSettings/QueueSettings fields in various Config structs are no longer embedded (#35158) Structs in which .TimeoutSettings is no longer embedded:
    • carbonexporter.Config
    • googlecloudpubsubreceiver.Config Structs in which .TimeoutSettings and .QueueSettings are no longer embedded:
    • alertmanagerexporter.Config
    • googlecloudexporter.Config
    • googlemanagedprometheusexporter.Config
    • otelarrowexporter.Config

🚩 Deprecations 🚩

  • datadogexporter: The datadog exporter config has been deprecated in favor of the new datadog/config package. The new package is shared between the Datadog exporter and the Datadog Connector. (#35067) The new datadog/config package is a shared module for Datadog exporter configuration. The module is shared between the Datadog exporter and the Datadog Connector.

💡 Enhancements 💡

  • pkg/datadog: Create a new module for Datadog exporter configuration. (#35067) This change introduces a new module for Datadog exporter configuration. The module is shared between the Datadog exporter and the Datadog Connector.

  • kafkaexporter: Add option to supply destination topic through context. (#34503, #34432)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions