-
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 #286
Conversation
ℹ Artifact update noticeFile name: internal/oteltestbedcol/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: internal/testbed/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: internal/testcommon/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
c05ab3a
to
b38c891
Compare
4fac517
to
38b853d
Compare
38b853d
to
0a1a9ae
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. |
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
b2a35c9
to
6af10e1
Compare
Signed-off-by: odubajDT <[email protected]>
This PR contains the following updates:
v0.108.0
->v0.109.0
v0.108.0
->v0.109.0
v0.108.0
->v0.109.0
v0.108.0
->v0.109.0
v0.108.0
->v0.109.0
v0.108.0
->v0.109.0
v0.108.0
->v0.109.0
v0.108.0
->v0.109.0
v0.108.0
->v0.109.0
v0.108.0
->v0.109.0
v0.108.0
->v0.109.0
v0.108.0
->v0.109.0
v0.108.0
->v0.109.0
v0.108.0
->v0.109.0
v0.108.0
->v0.109.0
v0.108.0
->v0.109.0
v0.108.0
->v0.109.0
v0.108.0
->v0.109.0
v0.108.0
->v0.109.0
v0.108.0
->v0.109.0
v0.108.0
->v0.109.0
v0.108.0
->v0.109.0
v0.108.1
->v0.109.0
v0.108.1
->v0.109.0
v1.14.1
->v1.15.0
v0.108.1
->v0.109.0
v0.108.1
->v0.109.0
v0.108.1
->v0.109.0
v0.108.1
->v0.109.0
v0.108.1
->v0.109.0
v0.108.1
->v0.109.0
v0.108.1
->v0.109.0
v0.108.1
->v0.109.0
v0.108.1
->v0.109.0
v0.108.1
->v0.109.0
v0.108.1
->v0.109.0
v0.108.1
->v0.109.0
v1.14.1
->v1.15.0
v0.108.1
->v0.109.0
v1.14.1
->v1.15.0
v0.108.1
->v0.109.0
v0.108.1
->v0.109.0
v0.108.1
->v0.109.0
v0.108.1
->v0.109.0
v0.108.1
->v0.109.0
v0.108.1
->v0.109.0
Release Notes
open-telemetry/opentelemetry-collector-contrib (github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector)
v0.109.0
Compare Source
🛑 Breaking changes 🛑
clickhouseexporter
: Upgrade trace SpanKind and StatusCode string values (#34799)This change updates the output of the trace SpanKind and StatusCode fields to be consistent
with the specification's enum values. While this change will not break any deployments, it may affect
queries dependent on the old enum names.
For more details on old->new values, see this related PR:
https://github.com/open-telemetry/opentelemetry-collector/pull/62506250
spanmetricsconnector
: Improve consistency between metrics generated by spanmetricsconnector. Added traces.span.metrics as default namespace (#33227, #32818)Default namespace for the generated metrics is traces.span.metrics now. | The deprecated metrics are: calls, duration and events. | The feature flag connector.spanmetrics.legacyLatencyMetricNames was added to revert the behavior.
servicegraphconnector
: Fix histogram metrics miss unit (#34511)All metrics will remove the suffix
_seconds
. It will not introduce breaking change if users use |prometheusexporter
orprometheusremotewriteexporter
to exporter metrics in pipeline. | In some cases, like usingclickhouseexporter
(save data in native OTLP format), it will be a breaking change. | Users can usetransformprocessor
to add back this suffix.gitproviderreceiver
: The Git Provider Receiver has been renamed to GitHub Receiver. (#34731)This rename was to better match the OpenTelemetry semantic convention changes in v1.27.0
and allows for Traces and Log signals to be added to this component. Traces
as mentioned in issue #27460 will be added in a future release to this component.
ottl
: Remove tracing from OTTL due to performance concerns (#34910)vcenterreceiver
: Updated units on several metrics to be more in line with documented semantics. (#34946)The following are the metrics with their respective unit changes:
🚩 Deprecations 🚩
instanaexporter
: Marking instanaexporter module as deprecated (#34994)💡 Enhancements 💡
pkg/ottl
: Added Decode() converter function (#32493)testbed
: Add test case scenarios to handle large files to existing testbed. (#34288)filestorage
: Add directory validation for compaction on-rebound (#35114)windowseventlogreceiver
: Avoid rendering the whole event to obtain the provider name (#34755)datadogreceiver
: add support for sketch metrics in Datadog receiver (#18278)datadogconnector
: Optimize Datadog connector when there are many peer tags andconnector.datadogconnector.NativeIngest
is enabled (#34945)connector.datadogconnector.NativeIngest
is currently enabled by defaultsplunkhecexporter
: Drop empty log events (#34871)Log records with no body are dropped by Splunk on reception
as they contain no log message, albeit they may have attributes.
This PR removes those logs from consideration to be exported.
This is in tune with the behavior of splunkhecreceiver, which refuses HEC events with no event (#19769)
elasticsearchexporter
: Add exponential histogram support (#34813)elasticsearchexporter
: Add span event support to traces OTel mapping mode (#34831)Span events are now supported in OTel mapping mode. They will be routed to
logs-${data_stream.dataset}-${data_stream.namespace}
iftraces_dynamic_index::enabled
istrue
.transformprocessor
: Support aggregating metrics based on their attribute values and substituting the values with a new value. (#16224)kafkareceiver
: Adds tunable fetch sizes to Kafka Receiver (#22741, #34431)Adds the ability to tune the minumum, default and maximum fetch sizes for the Kafka Receiver
solarwindsapmsettingsextension
: Added logic for refresh function (#27668)githubreceiver
: Promote GitHub receiver metrics to alpha status. (#34960)googlecloudmonitoringreceiver
: Enhancing the Google Cloud monitoring receiver to establish a client connection, scrape GCP Cloud Metrics, and transform them into an OpenTelemetry compatible format for pipeline processing. (#33762)processor/interval
: Support for gauge and summary metrics. (#34803)Only the last value of a gauge or summary metric is reported in the interval processor, instead of all values.
kafkareceiver
: Add support for encoding extensions in the Kafka receiver. (#33888)This change adds support for encoding extensions in the Kafka receiver. Loading extensions takes precedence over the internally supported encodings.
datadogexporter
: Add support for setting a custom log source from resource attributedatadog.log.source
(#35051)opampextension
: Adds the ability to configure the polling interval for the HTTP client. (#34749)otelarrowexporter
: Add gRPC timeout propagation. (#34733)pkg/ottl
: AddSort
function to sort array to ascending order or descending order (#34200)exporter/prometheusexpoter
: Support for Prometheus Created Timestamps. (#32521)redactionprocessor
: Add support for logs and metrics (#34479)exceptionsconnector,servicegraphconnector,spanmetricsconnector
: Extract thegetDimensionValue
function as a common function. (#34627)sqlqueryreceiver
: Support populating log attributes from sql query (#24459)opampsupervisor
: Add new config parameteragent.health_check_port
to allow configuring the port used by the agent healthcheck extension. (#34643)🧰 Bug fixes 🧰
apachereceiver
: Fix panic on invalid endpoint configuration (#34992)deltatocumulative
: drop bad samples (#34979)removes bad (rejected) samples from output. previously identified and metric-tracked those as such, but didn't actually drop them.
elasticsearchexporter
: Fix dynamic mapping for double values storing integers (#34680)elasticsearchexporter
: Stringify attribute array values in metrics OTel mode (#35004)Elasticsearch TSDB does not support array dimensions. Workaround it by stringifying attribute array values in OTel mapping mode for metrics.
fileconsumer
: Fix bug where max_concurrent_files could not be set to 1. (#35080)servicegraphconnector
: Fix iConfiguration
📅 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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.