Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector's releases.
v0.115.0
The OpenTelemetry Collector Contrib contains everything in the opentelemetry-collector release, be sure to check the release notes there as well.
Unmaintained Components
These components are marked as Unmaintained and will eventually be removed from our community distributions. If you depend on these components we need your help to support them.
- exporter/opensearchexporter/
- extension/observer/ecstaskobserver/
- receiver/jmxreceiver/
End User Changelog
π Breaking changes π
awsfirehosereceiver
: Follow receiver contract based on type of error (#5909)
elasticsearchexporter
: Respectflush::bytes
in sync bulk indexer,flush::bytes
measures uncompressed size, change defaultbatcher::max_size_items
to0
(#36163) Limit the bulk request size to roughlyflush::bytes
for sync bulk indexer. Sync bulk indexer is used whenbatcher::enabled
is either true or false. In order words, sync bulk indexer is not used when batcher config is undefined. Changeflush::bytes
to always measure in uncompressed bytes. Change defaultbatcher::max_size_items
to0
as bulk request size limit is now more effectively enforced byflush::bytes
.
k8sattributesprocessor
: Move k8sattr.fieldExtractConfigRegex.disallow feature gate to Beta. (#25128) Disable thek8sattr.fieldExtractConfigRegex.disallow
feature gate to get the old behavior.
internal
: Remove stable gatecomponent.UseLocalHostAsDefaultHost
(#36589)
cmd/opampsupervisor
: Update default logger output paths to stderr (#36072) The default output paths for the opamp supervisor logger have been updated to stderr from [stdout, stderr].
opampsupervisor
: Enable strict unmarshalling of the OpAMP Supervisor config file. An error will now be returned if an invalid config key is set. (#35838)π© Deprecations π©
postgresqlreceiver
: Minimal supported PostgreSQL version updated from 9.6 to 13.0 (#30923) Aligning on the supported versions as can be seen in the PostgreSQL releases sectionexporter/prometheusremotewrite
: Changeexporter.prometheusremotewriteexporter.deprecateCreatedMetric
feature gate from Alpha to Beta version. (#35003) Theexport_created_metric
configuration parameter is now ignored by default.π New components π
signaltometricsconnector
: New component for generating metrics from raw signals using user defined OTTL expressions. (#35930)extension/cgroupruntime
: Initial implementation for cgroupruntime extension. (#30289)huaweicloudcesreceiver
: Introduce new receiver fetching data from huawei Cloud Eye Service. (#34953)netflowreceiver
: Introduce the netflow receiver (#32732)π‘ Enhancements π‘
datadogexporter
: Add a configurablereporter_period
parameter to the Datadog exporterβs host metadata configuration to allow users to specify the frequency at which host metadata is sent to Datadog. (#36450)awsemfexporter
: Add support for 1 second metric resolution in CloudWatch Embedded Metrics Format based on metric attributes (#29506)awsemfexporter
: Improvement unit conversion during EMF log translation (#35937)sumologicexporter
: adding new products for auto discovery (#35622)postgresqlreceiver
: Added new postgresql metrics to acheive parity with Telegraf (#36528)loadbalancingexporter
: Adding sending_queue, retry_on_failure and timeout settings to loadbalancing exporter configuration (#35378, #16826) When switching to top-level sending_queue configuration - users should carefully review queue size In some rare cases setting top-level queue size to n*queueSize might be not enough to prevent data loss
... (truncated)
Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector's changelog.
v0.115.0
π Breaking changes π
pkg/datadog
: Refactor the API that provides metrics translator (#36474) This is API change only and does not affect end users
a490083
[chore] Prepare release 0.115.0 (#36659)abb7fbb
[chore] Update to core v0.115.0 release (#36658)1260faf
[chore][exporter/googlecloudpubsub] Fix goroutines leak (#36591)4752d81
Update All github.com/aws packages (#36656)2da211f
try updating jaeger (#36647)8e70692
Update All github.com/aws packages (#36531)a6fa27b
[vcenterreceiver] TLS settings not honored for initial GetServiceContent
call...56bf5be
[exporter/prometheusremotewrite] change feature gate to beta (#36606)3435293
Update module
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common...31b8aa6
[chore] update module github.com/google/go-github v67 (#36652)Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter's releases.
v0.115.0
The OpenTelemetry Collector Contrib contains everything in the opentelemetry-collector release, be sure to check the release notes there as well.
Unmaintained Components
These components are marked as Unmaintained and will eventually be removed from our community distributions. If you depend on these components we need your help to support them.
- exporter/opensearchexporter/
- extension/observer/ecstaskobserver/
- receiver/jmxreceiver/
End User Changelog
π Breaking changes π
awsfirehosereceiver
: Follow receiver contract based on type of error (#5909)
elasticsearchexporter
: Respectflush::bytes
in sync bulk indexer,flush::bytes
measures uncompressed size, change defaultbatcher::max_size_items
to0
(#36163) Limit the bulk request size to roughlyflush::bytes
for sync bulk indexer. Sync bulk indexer is used whenbatcher::enabled
is either true or false. In order words, sync bulk indexer is not used when batcher config is undefined. Changeflush::bytes
to always measure in uncompressed bytes. Change defaultbatcher::max_size_items
to0
as bulk request size limit is now more effectively enforced byflush::bytes
.
k8sattributesprocessor
: Move k8sattr.fieldExtractConfigRegex.disallow feature gate to Beta. (#25128) Disable thek8sattr.fieldExtractConfigRegex.disallow
feature gate to get the old behavior.
internal
: Remove stable gatecomponent.UseLocalHostAsDefaultHost
(#36589)
cmd/opampsupervisor
: Update default logger output paths to stderr (#36072) The default output paths for the opamp supervisor logger have been updated to stderr from [stdout, stderr].
opampsupervisor
: Enable strict unmarshalling of the OpAMP Supervisor config file. An error will now be returned if an invalid config key is set. (#35838)π© Deprecations π©
postgresqlreceiver
: Minimal supported PostgreSQL version updated from 9.6 to 13.0 (#30923) Aligning on the supported versions as can be seen in the PostgreSQL releases sectionexporter/prometheusremotewrite
: Changeexporter.prometheusremotewriteexporter.deprecateCreatedMetric
feature gate from Alpha to Beta version. (#35003) Theexport_created_metric
configuration parameter is now ignored by default.π New components π
signaltometricsconnector
: New component for generating metrics from raw signals using user defined OTTL expressions. (#35930)extension/cgroupruntime
: Initial implementation for cgroupruntime extension. (#30289)huaweicloudcesreceiver
: Introduce new receiver fetching data from huawei Cloud Eye Service. (#34953)netflowreceiver
: Introduce the netflow receiver (#32732)π‘ Enhancements π‘
datadogexporter
: Add a configurablereporter_period
parameter to the Datadog exporterβs host metadata configuration to allow users to specify the frequency at which host metadata is sent to Datadog. (#36450)awsemfexporter
: Add support for 1 second metric resolution in CloudWatch Embedded Metrics Format based on metric attributes (#29506)awsemfexporter
: Improvement unit conversion during EMF log translation (#35937)sumologicexporter
: adding new products for auto discovery (#35622)postgresqlreceiver
: Added new postgresql metrics to acheive parity with Telegraf (#36528)loadbalancingexporter
: Adding sending_queue, retry_on_failure and timeout settings to loadbalancing exporter configuration (#35378, #16826) When switching to top-level sending_queue configuration - users should carefully review queue size In some rare cases setting top-level queue size to n*queueSize might be not enough to prevent data loss
... (truncated)
Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter's changelog.
v0.115.0
π Breaking changes π
pkg/datadog
: Refactor the API that provides metrics translator (#36474) This is API change only and does not affect end users
a490083
[chore] Prepare release 0.115.0 (#36659)abb7fbb
[chore] Update to core v0.115.0 release (#36658)1260faf
[chore][exporter/googlecloudpubsub] Fix goroutines leak (#36591)4752d81
Update All github.com/aws packages (#36656)2da211f
try updating jaeger (#36647)8e70692
Update All github.com/aws packages (#36531)a6fa27b
[vcenterreceiver] TLS settings not honored for initial GetServiceContent
call...56bf5be
[exporter/prometheusremotewrite] change feature gate to beta (#36606)3435293
Update module
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common...31b8aa6
[chore] update module github.com/google/go-github v67 (#36652)Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/exporter/prometheusexporter's releases.
v0.115.0
The OpenTelemetry Collector Contrib contains everything in the opentelemetry-collector release, be sure to check the release notes there as well.
Unmaintained Components
These components are marked as Unmaintained and will eventually be removed from our community distributions. If you depend on these components we need your help to support them.
- exporter/opensearchexporter/
- extension/observer/ecstaskobserver/
- receiver/jmxreceiver/
End User Changelog
π Breaking changes π
awsfirehosereceiver
: Follow receiver contract based on type of error (#5909)
elasticsearchexporter
: Respectflush::bytes
in sync bulk indexer,flush::bytes
measures uncompressed size, change defaultbatcher::max_size_items
to0
(#36163) Limit the bulk request size to roughlyflush::bytes
for sync bulk indexer. Sync bulk indexer is used whenbatcher::enabled
is either true or false. In order words, sync bulk indexer is not used when batcher config is undefined. Changeflush::bytes
to always measure in uncompressed bytes. Change defaultbatcher::max_size_items
to0
as bulk request size limit is now more effectively enforced byflush::bytes
.
k8sattributesprocessor
: Move k8sattr.fieldExtractConfigRegex.disallow feature gate to Beta. (#25128) Disable thek8sattr.fieldExtractConfigRegex.disallow
feature gate to get the old behavior.
internal
: Remove stable gatecomponent.UseLocalHostAsDefaultHost
(#36589)
cmd/opampsupervisor
: Update default logger output paths to stderr (#36072) The default output paths for the opamp supervisor logger have been updated to stderr from [stdout, stderr].
opampsupervisor
: Enable strict unmarshalling of the OpAMP Supervisor config file. An error will now be returned if an invalid config key is set. (#35838)π© Deprecations π©
postgresqlreceiver
: Minimal supported PostgreSQL version updated from 9.6 to 13.0 (#30923) Aligning on the supported versions as can be seen in the PostgreSQL releases sectionexporter/prometheusremotewrite
: Changeexporter.prometheusremotewriteexporter.deprecateCreatedMetric
feature gate from Alpha to Beta version. (#35003) Theexport_created_metric
configuration parameter is now ignored by default.π New components π
signaltometricsconnector
: New component for generating metrics from raw signals using user defined OTTL expressions. (#35930)extension/cgroupruntime
: Initial implementation for cgroupruntime extension. (#30289)huaweicloudcesreceiver
: Introduce new receiver fetching data from huawei Cloud Eye Service. (#34953)netflowreceiver
: Introduce the netflow receiver (#32732)π‘ Enhancements π‘
datadogexporter
: Add a configurablereporter_period
parameter to the Datadog exporterβs host metadata configuration to allow users to specify the frequency at which host metadata is sent to Datadog. (#36450)awsemfexporter
: Add support for 1 second metric resolution in CloudWatch Embedded Metrics Format based on metric attributes (#29506)awsemfexporter
: Improvement unit conversion during EMF log translation (#35937)sumologicexporter
: adding new products for auto discovery (#35622)postgresqlreceiver
: Added new postgresql metrics to acheive parity with Telegraf (#36528)loadbalancingexporter
: Adding sending_queue, retry_on_failure and timeout settings to loadbalancing exporter configuration (#35378, #16826) When switching to top-level sending_queue configuration - users should carefully review queue size In some rare cases setting top-level queue size to n*queueSize might be not enough to prevent data loss
... (truncated)
Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/exporter/prometheusexporter's changelog.
v0.115.0
π Breaking changes π
pkg/datadog
: Refactor the API that provides metrics translator (#36474) This is API change only and does not affect end users
a490083
[chore] Prepare release 0.115.0 (#36659)abb7fbb
[chore] Update to core v0.115.0 release (#36658)1260faf
[chore][exporter/googlecloudpubsub] Fix goroutines leak (#36591)4752d81
Update All github.com/aws packages (#36656)2da211f
try updating jaeger (#36647)8e70692
Update All github.com/aws packages (#36531)a6fa27b
[vcenterreceiver] TLS settings not honored for initial GetServiceContent
call...56bf5be
[exporter/prometheusremotewrite] change feature gate to beta (#36606)3435293
Update module
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common...31b8aa6
[chore] update module github.com/google/go-github v67 (#36652)Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/extension/healthcheckv2extension's releases.
v0.115.0
The OpenTelemetry Collector Contrib contains everything in the opentelemetry-collector release, be sure to check the release notes there as well.
Unmaintained Components
These components are marked as Unmaintained and will eventually be removed from our community distributions. If you depend on these components we need your help to support them.
- exporter/opensearchexporter/
- extension/observer/ecstaskobserver/
- receiver/jmxreceiver/
End User Changelog
π Breaking changes π
awsfirehosereceiver
: Follow receiver contract based on type of error (#5909)
elasticsearchexporter
: Respectflush::bytes
in sync bulk indexer,flush::bytes
measures uncompressed size, change defaultbatcher::max_size_items
to0
(#36163) Limit the bulk request size to roughlyflush::bytes
for sync bulk indexer. Sync bulk indexer is used whenbatcher::enabled
is either true or false. In order words, sync bulk indexer is not used when batcher config is undefined. Changeflush::bytes
to always measure in uncompressed bytes. Change defaultbatcher::max_size_items
to0
as bulk request size limit is now more effectively enforced byflush::bytes
.
k8sattributesprocessor
: Move k8sattr.fieldExtractConfigRegex.disallow feature gate to Beta. (#25128) Disable thek8sattr.fieldExtractConfigRegex.disallow
feature gate to get the old behavior.
internal
: Remove stable gatecomponent.UseLocalHostAsDefaultHost
(#36589)
cmd/opampsupervisor
: Update default logger output paths to stderr (#36072) The default output paths for the opamp supervisor logger have been updated to stderr from [stdout, stderr].
opampsupervisor
: Enable strict unmarshalling of the OpAMP Supervisor config file. An error will now be returned if an invalid config key is set. (#35838)π© Deprecations π©
postgresqlreceiver
: Minimal supported PostgreSQL version updated from 9.6 to 13.0 (#30923) Aligning on the supported versions as can be seen in the PostgreSQL releases sectionexporter/prometheusremotewrite
: Changeexporter.prometheusremotewriteexporter.deprecateCreatedMetric
feature gate from Alpha to Beta version. (#35003) Theexport_created_metric
configuration parameter is now ignored by default.π New components π
signaltometricsconnector
: New component for generating metrics from raw signals using user defined OTTL expressions. (#35930)extension/cgroupruntime
: Initial implementation for cgroupruntime extension. (#30289)huaweicloudcesreceiver
: Introduce new receiver fetching data from huawei Cloud Eye Service. (#34953)netflowreceiver
: Introduce the netflow receiver (#32732)π‘ Enhancements π‘
datadogexporter
: Add a configurablereporter_period
parameter to the Datadog exporterβs host metadata configuration to allow users to specify the frequency at which host metadata is sent to Datadog. (#36450)awsemfexporter
: Add support for 1 second metric resolution in CloudWatch Embedded Metrics Format based on metric attributes (#29506)awsemfexporter
: Improvement unit conversion during EMF log translation (#35937)sumologicexporter
: adding new products for auto discovery (#35622)postgresqlreceiver
: Added new postgresql metrics to acheive parity with Telegraf (#36528)loadbalancingexporter
: Adding sending_queue, retry_on_failure and timeout settings to loadbalancing exporter configuration (#35378, #16826) When switching to top-level sending_queue configuration - users should carefully review queue size In some rare cases setting top-level queue size to n*queueSize might be not enough to prevent data loss
... (truncated)
Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/extension/healthcheckv2extension's changelog.
v0.115.0
π Breaking changes π
pkg/datadog
: Refactor the API that provides metrics translator (#36474) This is API change only and does not affect end users
a490083
[chore] Prepare release 0.115.0 (#36659)abb7fbb
[chore] Update to core v0.115.0 release (#36658)1260faf
[chore][exporter/googlecloudpubsub] Fix goroutines leak (#36591)4752d81
Update All github.com/aws packages (#36656)2da211f
try updating jaeger (#36647)8e70692
Update All github.com/aws packages (#36531)a6fa27b
[vcenterreceiver] TLS settings not honored for initial GetServiceContent
call...56bf5be
[exporter/prometheusremotewrite] change feature gate to beta (#36606)3435293
Update module
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common...31b8aa6
[chore] update module github.com/google/go-github v67 (#36652)Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/extension/storage's releases.
v0.115.0
The OpenTelemetry Collector Contrib contains everything in the opentelemetry-collector release, be sure to check the release notes there as well.
Unmaintained Components
These components are marked as Unmaintained and will eventually be removed from our community distributions. If you depend on these components we need your help to support them.
- exporter/opensearchexporter/
- extension/observer/ecstaskobserver/
- receiver/jmxreceiver/
End User Changelog
π Breaking changes π
awsfirehosereceiver
: Follow receiver contract based on type of error (#5909)
elasticsearchexporter
: Respectflush::bytes
in sync bulk indexer,flush::bytes
measures uncompressed size, change defaultbatcher::max_size_items
to0
(#36163) Limit the bulk request size to roughlyflush::bytes
for sync bulk indexer. Sync bulk indexer is used whenbatcher::enabled
is either true or false. In order words, sync bulk indexer is not used when batcher config is undefined. Changeflush::bytes
to always measure in uncompressed bytes. Change defaultbatcher::max_size_items
to0
as bulk request size limit is now more effectively enforced byflush::bytes
.
k8sattributesprocessor
: Move k8sattr.fieldExtractConfigRegex.disallow feature gate to Beta. (#25128) Disable thek8sattr.fieldExtractConfigRegex.disallow
feature gate to get the old behavior.
internal
: Remove stable gatecomponent.UseLocalHostAsDefaultHost
(#36589)
cmd/opampsupervisor
: Update default logger output paths to stderr (#36072) The default output paths for the opamp supervisor logger have been updated to stderr from [stdout, stderr].
opampsupervisor
: Enable strict unmarshalling of the OpAMP Supervisor config file. An error will now be returned if an invalid config key is set. (#35838)π© Deprecations π©
postgresqlreceiver
: Minimal supported PostgreSQL version updated from 9.6 to 13.0 (#30923) Aligning on the supported versions as can be seen in the PostgreSQL releases sectionexporter/prometheusremotewrite
: Changeexporter.prometheusremotewriteexporter.deprecateCreatedMetric
feature gate from Alpha to Beta version. (#35003) Theexport_created_metric
configuration parameter is now ignored by default.π New components π
signaltometricsconnector
: New component for generating metrics from raw signals using user defined OTTL expressions. (#35930)extension/cgroupruntime
: Initial implementation for cgroupruntime extension. (#30289)huaweicloudcesreceiver
: Introduce new receiver fetching data from huawei Cloud Eye Service. (#34953)netflowreceiver
: Introduce the netflow receiver (#32732)π‘ Enhancements π‘
datadogexporter
: Add a configurablereporter_period
parameter to the Datadog exporterβs host metadata configuration to allow users to specify the frequency at which host metadata is sent to Datadog. (#36450)awsemfexporter
: Add support for 1 second metric resolution in CloudWatch Embedded Metrics Format based on metric attributes (#29506)awsemfexporter
: Improvement unit conversion during EMF log translation (#35937)sumologicexporter
: adding new products for auto discovery (#35622)postgresqlreceiver
: Added new postgresql metrics to acheive parity with Telegraf (#36528)loadbalancingexporter
: Adding sending_queue, retry_on_failure and timeout settings to loadbalancing exporter configuration (#35378, #16826) When switching to top-level sending_queue configuration - users should carefully review queue size In some rare cases setting top-level queue size to n*queueSize might be not enough to prevent data loss
... (truncated)
Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/extension/storage's changelog.
v0.115.0
π Breaking changes π
pkg/datadog
: Refactor the API that provides metrics translator (#36474) This is API change only and does not affect end users
a490083
[chore] Prepare release 0.115.0 (#36659)abb7fbb
[chore] Update to core v0.115.0 release (#36658)1260faf
[chore][exporter/googlecloudpubsub] Fix goroutines leak (#36591)4752d81
Update All github.com/aws packages (#36656)2da211f
try updating jaeger (#36647)8e70692
Update All github.com/aws packages (#36531)a6fa27b
[vcenterreceiver] TLS settings not honored for initial GetServiceContent
call...56bf5be
[exporter/prometheusremotewrite] change feature gate to beta (#36606)3435293
Update module
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common...31b8aa6
[chore] update module github.com/google/go-github v67 (#36652)Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger's releases.
v0.115.0
The OpenTelemetry Collector Contrib contains everything in the opentelemetry-collector release, be sure to check the release notes there as well.
Unmaintained Components
These components are marked as Unmaintained and will eventually be removed from our community distributions. If you depend on these components we need your help to support them.
- exporter/opensearchexporter/
- extension/observer/ecstaskobserver/
- receiver/jmxreceiver/
End User Changelog
π Breaking changes π
awsfirehosereceiver
: Follow receiver contract based on type of error (#5909)
elasticsearchexporter
: Respectflush::bytes
in sync bulk indexer,flush::bytes
measures uncompressed size, change defaultbatcher::max_size_items
to0
(#36163) Limit the bulk request size to roughlyflush::bytes
for sync bulk indexer. Sync bulk indexer is used whenbatcher::enabled
is either true or false. In order words, sync bulk indexer is not used when batcher config is undefined. Changeflush::bytes
to always measure in uncompressed bytes. Change defaultbatcher::max_size_items
to0
as bulk request size limit is now more effectively enforced byflush::bytes
.
k8sattributesprocessor
: Move k8sattr.fieldExtractConfigRegex.disallow feature gate to Beta. (#25128) Disable thek8sattr.fieldExtractConfigRegex.disallow
feature gate to get the old behavior.
internal
: Remove stable gatecomponent.UseLocalHostAsDefaultHost
(#36589)
cmd/opampsupervisor
: Update default logger output paths to stderr (#36072) The default output paths for the opamp supervisor logger have been updated to stderr from [stdout, stderr].
opampsupervisor
: Enable strict unmarshalling of the OpAMP Supervisor config file. An error will now be returned if an invalid config key is set. (#35838)π© Deprecations π©
postgresqlreceiver
: Minimal supported PostgreSQL version updated from 9.6 to 13.0 (#30923) Aligning on the supported versions as can be seen in the PostgreSQL releases sectionexporter/prometheusremotewrite
: Changeexporter.prometheusremotewriteexporter.deprecateCreatedMetric
feature gate from Alpha to Beta version. (#35003) Theexport_created_metric
configuration parameter is now ignored by default.π New components π
signaltometricsconnector
: New component for generating metrics from raw signals using user defined OTTL expressions. (#35930)extension/cgroupruntime
: Initial implementation for cgroupruntime extension. (#30289)huaweicloudcesreceiver
: Introduce new receiver fetching data from huawei Cloud Eye Service. (#34953)netflowreceiver
: Introduce the netflow receiver (#32732)π‘ Enhancements π‘
datadogexporter
: Add a configurablereporter_period
parameter to the Datadog exporterβs host metadata configuration to allow users to specify the frequency at which host metadata is sent to Datadog. (#36450)awsemfexporter
: Add support for 1 second metric resolution in CloudWatch Embedded Metrics Format based on metric attributes (#29506)awsemfexporter
: Improvement unit conversion during EMF log translation (#35937)sumologicexporter
: adding new products for auto discovery (#35622)postgresqlreceiver
: Added new postgresql metrics to acheive parity with Telegraf (#36528)loadbalancingexporter
: Adding sending_queue, retry_on_failure and timeout settings to loadbalancing exporter configuration (#35378, #16826) When switching to top-level sending_queue configuration - users should carefully review queue size In some rare cases setting top-level queue size to n*queueSize might be not enough to prevent data loss
... (truncated)
Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger's changelog.
v0.115.0
π Breaking changes π
pkg/datadog
: Refactor the API that provides metrics translator (#36474) This is API change only and does not affect end users
a490083
[chore] Prepare release 0.115.0 (#36659)abb7fbb
[chore] Update to core v0.115.0 release (#36658)1260faf
[chore][exporter/googlecloudpubsub] Fix goroutines leak (#36591)4752d81
Update All github.com/aws packages (#36656)2da211f
try updating jaeger (#36647)8e70692
Update All github.com/aws packages (#36531)a6fa27b
[vcenterreceiver] TLS settings not honored for initial GetServiceContent
call...