-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update opentelemetry collector #201
Conversation
ℹ Artifact update noticeFile name: internal/testbed/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: internal/tools/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: internal/confmap/provider/eecprovider/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
56a8956
to
54255ee
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
v0.101.0
->v0.102.0
v0.101.0
->v0.102.0
v0.101.0
->v0.102.0
v0.101.0
->v0.102.0
v0.101.0
->v0.102.0
v0.101.0
->v0.102.0
v0.101.0
->v0.102.0
v0.101.0
->v0.102.0
v0.101.0
->v0.102.0
v0.101.0
->v0.102.0
v0.101.0
->v0.102.0
v0.101.0
->v0.102.0
v0.101.0
->v0.102.0
v0.101.0
->v0.102.0
v0.101.0
->v0.102.0
v0.101.0
->v0.102.0
v0.101.0
->v0.102.0
v0.101.0
->v0.102.0
v0.101.0
->v0.102.0
v0.101.0
->v0.102.0
v0.101.0
->v0.102.0
v0.101.0
->v0.102.0
v0.101.0
->v0.102.0
v0.101.0
->v0.102.0
v0.101.0
->v0.102.0
v0.101.0
->v0.102.0
v0.101.0
->v0.102.0
v0.101.0
->v0.102.0
v0.101.0
->v0.102.0
v0.101.0
->v0.102.0
v0.101.0
->v0.102.0
v0.101.0
->v0.102.0
v1.8.0
->v1.9.0
v1.8.0
->v1.9.0
v0.101.0
->v0.102.0
v0.101.0
->v0.102.0
v0.101.0
->v0.102.0
v0.101.0
->v0.102.0
v0.101.0
->v0.102.0
Release Notes
open-telemetry/opentelemetry-collector-contrib (github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector)
v0.102.0
Compare Source
🛑 Breaking changes 🛑
k8sattributesprocessor
: Movek8sattr.rfc3339
feature gate to stable. (#33304)extension/opamp
: Redact all values in the effective config (#33267)All values will be treated as if they are a
configopaque.String
type. This willbe changed once the Collector APIs are updated to unmarshal the config while
only redacting actual
configopaque.String
-typed values.The exception to redaction is the
service::pipelines
section, which is usefulfor debugging and does not contain any
configopaque.String
values.extension/filestorage
: Replace path-unsafe characters in component names (#3148)The feature gate
extension.filestorage.replaceUnsafeCharacters
is now removed.vcenterreceiver
: vcenterreceiver replaces deprecated packet metrics by removing them and enabling by default the newer ones. (#32929, #32835)Removes the following metrics:
vcenter.host.network.packet.errors
,vcenter.host.network.packet.count
, andvcenter.vm.network.packet.count
.Also enables by default the following metrics:
vcenter.host.network.packet.error.rate
,vcenter.host.network.packet.rate
, andvcenter.vm.network.packet.rate
.🚀 New components 🚀
geoipprocessor
: introduce the GeoIP processor (#32663)💡 Enhancements 💡
pkg/ottl
: Add theDay
Converter to extract the int Day component from a time.Time (#33106)pkg/ottl
: AddsMonth
converter to extract the int Month component from a time.Time (#33106)cmd/telemetrygen
: Add support for adding spanID and traceID as exemplars to datapoints generated by telemetrygen (#33320)cmd/telemetrygen
: Add support for specifying trace ID and span ID in telemetrygen for logs (#33234)pkg/ottl
: Adds aYear
converter for extracting the int year component from a time.Time (#33106)filelogreceiver
: Log when files are rotated/moved/truncated (#33237)stanza
: Add monitoring metrics for open and harvested files in fileconsumer (#31256)awss3receiver
: Uses obsreport to report metrics for the AWS S3 Receiver. (#30750)awsxrayexporter
: AWS X-Ray exporter to make local root spans a segment for internal/service spans and subsegment + segment for client/producer/consumer spans. (#33000)prometheusreceiver
: Allow to configure http client used by target allocator generated scrape targets (#18054)clickhouseexporter
: Addcreate_schema
option to ClickHouse exporter (#32282)The new create_schema option allows disabling default DDL to let the user manage their own schema.
pkg/stanza
: Expose recombine max log size option in the container parser configuration (#33186)sumologicexporter
: add support for tracing (#32315)exceptionsconnector
: Add support for exemplars in exceptionsconnector (#24409)processor/resourcedetectionprocessor
: Add support for Azure tags in ResourceDetectionProcessor. (#32953)solarwindsapmsettingsextension
: Added the first part of concrete implementation of solarwindsapmsettingsextension (#27668)kubeletstatsreceiver
: Add k8s.container.cpu.node.utilization metric (#27885)pkg/ottl
: Adds aMinute
converter for extracting the int minute component from a time.Time (#33106)🧰 Bug fixes 🧰
podmanreceiver
: add scraper's shutdown method (#29994)awsxrayexporter
: Fix the DB subsegment(client span) name with JDBC conn string starts with "jdbc:" (#33225)exp/metrics
: fixes staleness.Evict such that it only ever evicts actually stale metrics (#33265)receiver/mysql
: Remove the order by clause for the column that does not exist (#33271)influxdb(exporter|receiver)
: remove Metric flags field to/from InfluxDB conversion (#29896)kafkareceiver
: Fix bug that was blocking shutdown (#30789)exporter/datadog
: Fixes a potential race condition when the traces exporter and metrics exporter are both shutting down. (#33291)open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/cmd/builder)
v0.102.0
Compare Source
🛑 Breaking changes 🛑
envprovider
: Restricts Environment Variable names. Environment variable names must now be ASCII only and start with a letter or an underscore, and can only contain underscores, letters, or numbers. (#9531)confighttp
: Apply MaxRequestBodySize to the result of a decompressed body (#10289)When using compressed payloads, the Collector would verify only the size of the compressed payload.
This change applies the same restriction to the decompressed content. As a security measure, a limit of 20 MiB was added, which makes this a breaking change.
For most clients, this shouldn't be a problem, but if you often have payloads that decompress to more than 20 MiB, you might want to either configure your
client to send smaller batches (recommended), or increase the limit using the MaxRequestBodySize option.
💡 Enhancements 💡
mdatagen
: auto-generate utilities to test component telemetry (#19783)mdatagen
: support setting an AttributeSet for async instruments (#9674)mdatagen
: support using telemetry level in telemetry builder (#10234)This allows components to set the minimum level needed for them to produce telemetry. By default, this is set to configtelemetry.LevelBasic. If the telemetry level is below that minimum level, then the noop meter is used for metrics.
mdatagen
: add support for bucket boundaries for histograms (#10218)releases
: add documentation in how to verify the image signatures using cosign (#9610)🧰 Bug fixes 🧰
batchprocessor
: ensure attributes are set on cardinality metadata metric (#9674)batchprocessor
: Fixing processor_batch_metadata_cardinality which was broken in v0.101.0 (#10231)batchprocessor
: respect telemetry level for all metrics (#10234)exporterhelper
: Fix potential deadlocks in BatcherSender shutdown (#10255)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.