chore(deps): update opentelemetry collector #133
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.94.0
->v0.95.0
v0.94.0
->v0.95.0
v0.94.0
->v0.95.0
v0.94.0
->v0.95.0
v0.94.0
->v0.95.0
v0.94.0
->v0.95.0
v0.94.0
->v0.95.0
v0.94.0
->v0.95.0
v0.94.0
->v0.95.0
v0.94.0
->v0.95.0
v0.94.0
->v0.95.0
v0.94.0
->v0.95.0
v0.94.0
->v0.95.0
v0.94.0
->v0.95.0
v0.94.0
->v0.95.0
v0.94.0
->v0.95.0
v0.94.0
->v0.95.0
v0.94.0
->v0.95.0
v0.94.0
->v0.95.0
v0.94.1
->v0.95.0
v0.94.1
->v0.95.0
v0.94.1
->v0.95.0
v0.94.1
->v0.95.0
v0.94.1
->v0.95.0
v0.94.1
->v0.95.0
v0.94.1
->v0.95.0
v1.1.0
->v1.2.0
v0.94.1
->v0.95.0
v0.94.1
->v0.95.0
v0.94.1
->v0.95.0
Release Notes
open-telemetry/opentelemetry-collector-contrib (github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector)
v0.95.0
Compare Source
🛑 Breaking changes 🛑
all
: Bump minimum version to go 1.21 (#31105)receiver/elasticsearch
: Remove receiver.elasticsearch.emitNodeVersionAttr feature gate (#31221)receiver/mongodb
: Bump receiver.mongodb.removeDatabaseAttr feature gate to beta (#31212)splunkenterprisereceiver
: adds additional metrics specific to indexers (#30704)exporter/datadogexporter
: Disable APM stats computation in Datadog Exporter by default,exporter.datadogexporter.DisableAPMStats
is changed to beta (#31219)extension/storage
: Thefilestorage
anddbstorage
extensions are now standalone modules. (#31040)If using the OpenTelemetry Collector Builder, you will need to update your import paths to use the new module(s).
github.com/open-telemetry/opentelemetry-collector-contrib/extension/storage/filestorage
github.com/open-telemetry/opentelemetry-collector-contrib/extension/storage/dbstorage
🚩 Deprecations 🚩
f5cloudexporter
: deprecating component that is no longer maintained (#31186)🚀 New components 🚀
confmap/secretsmanagerprovider
: Initial implementation of secrets manager provider. Allows fetch variables from AWS Secrets Manager (#19368)deltatocumulative
: adds processor to convert sums (initially) from delta to cumulative temporality (#30705)💡 Enhancements 💡
hostmetricsreceiver
: Add a new optional resource attributeprocess.cgroup
to theprocess
scraper of thehostmetrics
receiver. (#29282)datadogexporter
: Adds support for stable JVM metrics introduced in opentelemetry-java-instrumentation v2.0.0 (#31194)https://github.com/DataDog/opentelemetry-mapping-go/pull/265/265 for details.
datasetexporter
: Release resources if they haven't been used for some time. (#31292)datadogconnector
: Add a trace configpeer_tags
on supplementary peer tags on APM stats. (#31158)datadogexporter
: Add a trace configpeer_tags
on supplementary peer tags on APM stats. (#31158)awss3exporter
: Add a marshaler that stores the body of log records in s3. (#30318)pkg/ottl
: Adds a new ParseCSV converter that can be used to parse CSV strings. (#30921)loadbalancingexporter
: Add benchmarks for Metrics and Traces (#30915)pkg/ottl
: Add support to specify the format for a replacement string (#27820)pkg/ottl
: AddParseKeyValue
function for parsing key value pairs from a target string (#30998)receivercreator
: Remove use ofReportFatalError
(#30596)processor/tail_sampling
: Add metrics that measure the number of sampled spans and the number of spans that are dropped due to sampling decisions. (#30482)exporter/signalfx
: Send histograms in otlp format with new configsend_otlp_histograms
option (#26298)receiver/signalfx
: Accept otlp protobuf requests when content-type is "application/x-protobuf;format=otlp" (#26298)signalfxreceiver
: Remove deprecated use ofhost.ReportFatalError
(#30598)syslogexporter
: Adding support for sending rfc6587 octet counts in syslog messages (#31013)connector/datadogconnector
: Internal telemetry metrics for the Datadog traces exporter are now reported through the Collector's self-telemetry (#31179)exporter/datadogexporter
: Internal telemetry metrics for the Datadog traces exporter are now reported through the Collector's self-telemetry (#31179)🧰 Bug fixes 🧰
pkg/stanza
: Add 'allow_skip_pri_header' flag to syslog setting. (#30397)Allow parsing syslog records without PRI header. Currently pri header is beng enforced although it's not mandatory by the RFC standard. Since influxdata/go-syslog is not maintained we had to switch to haimrubinstein/go-syslog.
datadogexporter
: Fix bug where multiple resources would cause datadogexporter to send extraneous additional stats buckets. (#31173)extension/storage
: Ensure fsync is turned on after compaction (#20266)logstransformprocessor
: Fix potential panic on shutdown due to incorrect shutdown order (#31139)logicmonitorexporter
: Fix memory leak on shutdown (#31150)opencensusreceiver
: Fix memory leak on shutdown (#31152)receiver/prometheusreceiver
: prometheusreceiver fix translation of metrics with _created suffix (#30309)pkg/stanza
: Fixed a bug in the keyvalue_parser where quoted values could be split if they contained a delimited. (#31034)open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/cmd/builder)
v0.95.0
Compare Source
🛑 Breaking changes 🛑
all
: scope name for all generated Meter/Tracer funcs now includes full package name (#9494)💡 Enhancements 💡
confighttp
: Adds support for Snappy decompression of HTTP requests. (#7632)configretry
: Validatemax_elapsed_time
, ensure it is larger thanmax_interval
andinitial_interval
respectively. (#9489)configopaque
: Mark module as stable (#9167)otlphttpexporter
: Add support for json content encoding when exporting telemetry (#6945)confmap/converter/expandconverter, confmap/provider/envprovider, confmap/provider/fileprovider, confmap/provider/httprovider, confmap/provider/httpsprovider, confmap/provider/yamlprovider
: Split confmap.Converter and confmap.Provider implementation packages out of confmap. (#4759, #9460)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.