chore(deps): update module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/awsxrayexporter to v0.113.0 #587
+1
−1
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.112.0
->v0.113.0
Release Notes
open-telemetry/opentelemetry-collector-contrib (github.com/open-telemetry/opentelemetry-collector-contrib/exporter/awsxrayexporter)
v0.113.0
Compare Source
🛑 Breaking changes 🛑
sapmreceiver
: Remove the deprecated access_token_passthrough from SAPM receiver. (#35972)Please use
include_metadata
instead with the following config option applied to the batch processor:batch:
metadata_keys: [X-Sf-Token]
pkg/ottl
: Promoteprocessor.transform.ConvertBetweenSumAndGaugeMetricContext
feature gate to Stable (#36216)This gate can no longer be disabled. The
convert_sum_to_gauge
andconvert_gauge_to_sum
may now only be used with themetric
context.🚩 Deprecations 🚩
opensearchexporter
: The OpenSearch exporter is now marked as unmaintained and will be removed in 6 months. (#35781)Any codeowners can reinstate the component by submitting a PR to revert the change or commentinghttps://github.com/open-telemetry/opentelemetry-collector-contrib/issues/357815781.
🚀 New components 🚀
dorisexporter
: metrics implementation (#33479)extensions/observer/cfgardenobserver
: Implemented the observer, the second PR in the 3 PR process for new components (#33618)💡 Enhancements 💡
splunkenterprisereceiver
: Add telemetry around the Splunk Enterprise kv-store. (#35445)journaldreceiver
: adds ability to parse journald's MESSAGE field as a string if desired (#36005)journaldreceiver
: allows querying a journald namespace (#36031)hostmetricsreceiver
: Add the system.uptime metric in the hostmetrics receiver (#31627)This metric is provided by the new
system
scraper.azuredataexplorerexporter
: Add new configuration optionuse_default_auth
to enable default authentication for Azure Data Explorer. This option allows users to leverage workload identity for authentication. (#33667)awss3receiver
: Mark the AWS S3 receiver as Alpha. (#30750)opampsupervisor
: Makes the Supervisor's OpAmp server port configurable with 'agent::opamp_server_port'. (#36001)datadogreceiver
: Follow receiver contract based on type of error (#5909)hostmetrics
: Adjust scraper creation to make it so the scraper name is reported with hostmetrics scraper errors. (#35814)pkg/translator/prometheusremotewrite
:FromMetricsV2
now transforms attributes into labels. (#33661)ntpreceiver
: Move NTP receiver to alpha (#36152)opampsupervisor
: Supervisor waits for configurable healthchecks to report remote config status. (#21079)otelarrowreceiver
: Enable unlimited admission control when request_limit_mib is set to 0. (#36074)pkg/ottl
: Add SliceToMap function (#35256)receiver/prometheusremotewrite
: Implement body unmarshaling for Prometheus Remote Write requests (#35624)Warning - The HTTP Server still doesn't do anything. It's just a placeholder for now.
receiver/prometheusremotewrite
: Implement Content-Type negotiation for Prometheus Remote Write requests (#35565)Warning - The HTTP Server still doesn't do anything. It's just a placeholder for now.
otlpjsonfilereceiver
: Add support for profiles signal (#35977)journaldreceiver
: Restart journalctl if it exits unexpectedly (#35635)routingconnector
: Add ability to route by request metadata. (#19738)exporter/signalfx
: Enabling retrying for dimension properties update without tags in case of 400 response error. (#36044)Property and tag updates are done using the same API call. After this change, the exporter will retry once to sync
properties in case of 400 response error.
signalfxexporter
: Add more default metrics related to Kubernetes cronjobs, jobs, statefulset, and hpa (#36026)simpleprometheusreceiver
: Support to setjob_name
in config (#31502)solacereceiver
: Add support to the Solace Receiver to convert the newMove to Dead Message Queue
and newDelete
spans generated by Solace Event Broker to OTLP. (#36071)routingconnector
: Add ability to route log records individually using OTTL log record context. (#35939)splunkenterprisereceiver
: Add new metrics for Splunk Enterprise dispatch artifacts (#35950)🧰 Bug fixes 🧰
awsfirehosereceiver
: make otlp_v1 a valid record type (#35750, #36125)datadogreceiver
: Return a json reponse instead of "OK" when a trace is received with a newer protocol version. (#35705)datadogreceiver
: Changes response message for/api/v1/check_run
202 response to be JSON and on par with Datadog API spec (#36027)receiver/windowseventlog
: Fix panic when rendering long event messages. (#36179)hostmetricsreceiver
: Do not set the default value of HOST_PROC_MOUNTINFO to respect root_path (#35990)prometheusexporter
: Fixes an issue where the prometheus exporter would not shut down the server when the collector was stopped. (#35464)k8sobserver
: Enable observation of ingress objects if theObserveIngresses
config option is set to true (#35324)pkg/stanza
: Fixed bug causing Operators with DropOnErrorQuiet to send log entries to the next operator. (#35010)This issue was introduced by a bug fix meant to ensure Silent Operators are not logging errors (#35010). With this fix,
this side effect bug has been resolved.
otelarrowreceiver
: Simplify receiver admission control logic (#36074)otelarrowreceiver
: Avoid breaking telemetry when admission control fails in OTLP handlers. (#36074)dbstorage
: Add postgresql support (#35692)splunkhecreceiver
: Avoid a memory leak by changing how we record obsreports for logs and metrics. (#35294)receiver/filelog
: fix record counting with header (#35869)connector/routing
: Fix detection of duplicate conditions in routing table. (#35962)solacereceiver
: The Solace receiver may unexpectedly terminate on reporting traces when used with a memory limiter processor and under high load (#35958)pkg/stanza/operator
: Retain Operator should propagate the severity field (#35832)The retain operator should propagate the severity field like it does with timestamps.
pkg/stanza
: Handle error of callback function ofParserOperator.ProcessWithCallback
(#35769)ProcessWithCallback
ofParserOperator
first calls theParseWith
methodwhich properly handles errors with
HandleEntryError
.Then the callback function is called and its returned error should also
be handled by the
HandleEntryError
ensuring a consistent experience.webhookeventreceiver
: Pass the consumer error to EndLogsOp (#35844)Configuration
📅 Schedule: Branch creation - "before 5am" (UTC), 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.