fix(deps): update otel - #551
Conversation
ℹ️ Artifact update noticeFile name: internal/sharedcomponent/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/traceutils/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: receiver/dronereceiver/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: receiver/githubactionsreceiver/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
918fbae to
75d3b18
Compare
046b1c0 to
529f570
Compare
f9ca784 to
6c345e1
Compare
3182f4b to
7f3b6f5
Compare
| datasource | package | from | to | | ---------- | ----------------------------------------------------- | -------- | -------- | | go | go.opentelemetry.io/collector/cmd/builder | v0.145.0 | v0.148.0 | | go | go.opentelemetry.io/collector/cmd/mdatagen | v0.145.0 | v0.148.0 | | go | go.opentelemetry.io/collector/component | v1.51.0 | v1.54.0 | | go | go.opentelemetry.io/collector/component/componenttest | v0.145.0 | v0.148.0 | | go | go.opentelemetry.io/collector/config/confighttp | v0.145.0 | v0.148.0 | | go | go.opentelemetry.io/collector/config/confignet | v1.51.0 | v1.54.0 | | go | go.opentelemetry.io/collector/confmap | v1.51.0 | v1.54.0 | | go | go.opentelemetry.io/collector/confmap/xconfmap | v0.145.0 | v0.148.0 | | go | go.opentelemetry.io/collector/consumer | v1.51.0 | v1.54.0 | | go | go.opentelemetry.io/collector/consumer/consumertest | v0.145.0 | v0.148.0 | | go | go.opentelemetry.io/collector/pdata | v1.51.0 | v1.54.0 | | go | go.opentelemetry.io/collector/receiver | v1.51.0 | v1.54.0 | | go | go.opentelemetry.io/collector/receiver/receiverhelper | v0.145.0 | v0.148.0 | | go | go.opentelemetry.io/collector/receiver/receivertest | v0.145.0 | v0.148.0 | | go | go.opentelemetry.io/collector/scraper | v0.145.0 | v0.148.0 | | go | go.opentelemetry.io/collector/scraper/scraperhelper | v0.145.0 | v0.148.0 | | go | go.opentelemetry.io/otel | v1.40.0 | v1.42.0 | | go | go.opentelemetry.io/otel/sdk/metric | v1.40.0 | v1.42.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
7f3b6f5 to
083db80
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. |
|
TruffleHog Scan Results Summary: Found 2 potential secrets (0 verified, 2 unverified)
Review: Check if unverified secrets are false positives. Ignoring False Positives: This works for files that support line numbers (most source files). After adding the comment, push your changes and the scan will re-run. |
| Name: "otelcol_receiver_accepted_spans", | ||
| Description: "Number of spans successfully pushed into the pipeline. [Alpha]", | ||
| Unit: "{spans}", | ||
| Unit: "{span}", |
There was a problem hiding this comment.
@NickAnge just picking your brains on this one since you wrote the tests. Would like to make sure that this change won't break anything on our side, as far as dashboards etc are concerned. If this looks okay to you, feel free to approve (would appreciate a second pair of eyes, since I touched this PR quite a lot :) )
There was a problem hiding this comment.
@dsotirakis . I took a look. Apart from the things you already changed, it shouldn't affect something. Its a metadata change. The only thing that breaks is code that asserts the exact unit string. We should be ok to merge it.
This PR contains the following updates:
v0.145.0→v0.148.0v0.145.0→v0.148.0v1.51.0→v1.54.0v0.145.0→v0.148.0v0.145.0→v0.148.0v1.51.0→v1.54.0v1.51.0→v1.54.0v0.145.0→v0.148.0v1.51.0→v1.54.0v0.145.0→v0.148.0v1.51.0→v1.54.0v1.51.0→v1.54.0v0.145.0→v0.148.0v0.145.0→v0.148.0v0.145.0→v0.148.0v0.145.0→v0.148.0v1.40.0→v1.42.0v1.40.0→v1.42.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/cmd/builder)
v0.148.0Compare Source
❗ Known Issues ❗
service: The collector's internal Prometheus metrics endpoint (:8888) now emits OTel service labels with underscorenames (
service_name,service_instance_id,service_version) instead of dot-notation names (service.name,service.instance.id,service.version). Users scraping this endpoint with the Prometheus receiver will see these renamedlabels in resource and datapoint attributes. As a workaround, add the following
metric_relabel_configsto your scrapeconfig in prometheus receiver:
🛑 Breaking changes 🛑
all: Change metric units to be singular to match OTel specification, e.g.{requests}->{request}(#14753)💡 Enhancements 💡
cmd/mdatagen: Add deprecated_type field to allow specifying an alias for component types. (#14718)cmd/mdatagen: Generate entity-scoped MetricsBuilder API that enforces entity-metric associations at compile time (#14659)cmd/mdatagen: Skip generating reaggregation config options for metrics that have no aggregatable attributes. (#14689)pkg/service: The internal status reporter no longer drops repeated Ok and RecoverableError statuses (#14282)Status events can now carry metadata and there's value in allowing them to be emitted despite the status value itself
not changing.
🧰 Bug fixes 🧰
cmd/builder: Add.exeto output binary names when building for Windows targets. (#12591)exporter/debug: Add printing of metric metadata in detailed verbosity. (#14667)exporter/otlp_grpc: Prevent nil pointer panic when push methods are called before the OTLP exporter initializes its gRPC clients. (#14663)When the sending queue and retry are disabled, calling ConsumeTraces,
ConsumeMetrics, ConsumeLogs, or ConsumeProfiles before the OTLP exporter
initializes its gRPC clients could cause a nil pointer dereference panic.
The push methods now return an error instead of panicking.
exporter/otlp_http: Show the actual destination URL in error messages when request URL is modified by middleware. (#14673)Unwraps the
*url.Errorreturned byhttp.Client.Do()to prevent misleading error logs when a middleware extension dynamically updates the endpoint.pdata/pprofile: Switch the dictionary of dictionary tables entries only once when merging profiles (#14709)For dictionary table data, we used to switch their dictionaries when doing
the switch for the data that uses them.
However, when an entry is associated with multiple other data (several
samples can use the same stack), we would have been switching the
dictionaries of the entry multiple times.
We now switch dictionaries for dictionary table data only once, before
switching the resource profiles.
v0.147.0Compare Source
💡 Enhancements 💡
exporter/debug: Output bucket counts for exponential histogram data points in normal verbosity. (#10463)pkg/exporterhelper: Addmetadata_keysconfiguration tosending_queue.batch.partitionto partition batches by client metadata (#14139)The
metadata_keysconfiguration option is now available in thesending_queue.batch.partitionsection for all exporters.When specified, batches are partitioned based on the values of the listed metadata keys, allowing separate batching per metadata partition. This feature
is automatically configured when using
exporterhelper.WithQueue().🧰 Bug fixes 🧰
cmd/builder: Fix duplicate error output when CLI command execution fails in the builder tool. (#14436)cmd/mdatagen: Fix duplicate error output when CLI command execution fails in the mdatagen tool. (#14436)cmd/mdatagen: Fix semconv URL validation for metrics with underscores in their names (#14583)Metrics like
system.disk.io_timenow correctly validate against semantic convention URLs containing underscores in the anchor tag.extension/memory_limiter: Use ChainUnaryInterceptor instead of UnaryInterceptor to allow multiple interceptors. (#14634)If multiple extensions that use the UnaryInterceptor are set the binary panics at start time.
extension/memory_limiter: Add support for streaming services. (#14634)pkg/config/configmiddleware: Add context.Context to HTTP middleware interface constructors. (#14523)This is a breaking API change for components that implement or use extensionmiddleware.
pkg/confmap: Fix another issue where configs could fail to decode when using interpolated values in string fields. (#14034)For example, a resource attribute can be set via an environment variable to a string that is parseable as a number, e.g.
1234.(A similar bug was fixed in a previous release: that one was triggered when the field was nested in a struct,
whereas this one is triggered when the field internally has type "pointer to string" rather than "string".)
pkg/otelcol: The featuregate subcommand now rejects extra positional arguments instead of silently ignoring them. (#14554)pkg/queuebatch: Fix data race in partition_batcher where resetTimer() was called outside mutex, causing concurrent timer.Reset() calls and unpredictable batch flush timing under load. (#14491)pkg/scraperhelper: Log scrapers now emit log-appropriate receiver telemetry (#14654)Log scrapers previously emitted the same receiver telemetry as metric scrapers,
such as the otelcol_receiver_accepted_metric_points metric (instead of otelcol_receiver_accepted_log_records),
or spans named receiver/myreceiver/MetricsReceived (instead of receiver/myreceiver/LogsReceived).
This did not affect scraper-specific spans and metrics.
processor/batch: Fixes a bug where the batch processor would not copySchemaUrlmetadata from resource and scope containers during partial batch splits. (#12279, #14620)v0.146.1Compare Source
v0.146.0Compare Source
🛑 Breaking changes 🛑
all: Increase minimum Go version to 1.25 (#14567)🚩 Deprecations 🚩
pdata/pprofile: Declare removed aggregation elements as deprecated. (#14528)💡 Enhancements 💡
all: Add detailed failure attributes to exporter send_failed metrics at detailed telemetry level. (#13956)The
otelcol_exporter_send_failed_{spans,metric_points,log_records}metrics now includefailure attributes when telemetry level is Detailed:
error.type(OpenTelemetry semantic conventiondescribing the error class) and
error.permanent(indicates if error is permanent/non-retryable).The
error.typeattribute captures gRPC status codes (e.g., "Unavailable", "ResourceExhausted"),standard Go context errors (e.g., "canceled", "deadline_exceeded"),
and collector-specific errors (e.g., "shutdown").
This enables better alerting and debugging by providing standardized error classification.
cmd/builder: Introduce new experimentalinitsubcommand (#14530)The new
initsubcommand initializes a new custom collectorcmd/builder: Add "telemetry" field to allow configuring telemetry providers (#14575)Most users should not need to use this, this field should only be set if you
intend to provide your own OpenTelemetry SDK.
cmd/mdatagen: Introduce additional metadata (the version since the deprecation started, and the deprecation reason) for deprecated metrics. (#14113)cmd/mdatagen: Add optionalrelationshipsfield to entity schema in metadata.yaml (#14284)exporter/debug: Addoutput_pathsconfiguration option to control output destination whenuse_internal_loggeris false. (#10472)When
use_internal_loggeris set tofalse, the debug exporter now supports configuring the output destination via theoutput_pathsoption.This allows users to send debug exporter output to
stdout,stderr, or a file path.The default value is
["stdout"]to maintain backward compatibility.pkg/confmap: Add experimentalToStringMapRawfunction to decodeconfmap.Confinto a string map without losing internal types (#14480)This method exposes the internal structure of a
confmap.Confwhich may change at any time without prior notice🧰 Bug fixes 🧰
cmd/mdatagen: Reset aggDataPoints during metric init to avoid index out of range panic across emit cycles when reaggregation is enabled. (#14569)cmd/mdatagen: Fix panic when mdatagen is run without arguments. (#14506)pdata/pprofile: Fix off-by-one issue in dictionary lookups. (#14534)pkg/config/confighttp: Fix high cardinality span name from request method from confighttp server internal telemetry (#14516)Follow spec to bound request method cardinality.
pkg/otelcol: Ignore component aliases in theotelcol componentscommand (#14492)pkg/otelcol: Order providers and converters in alphabetical order in thecomponentssubcommand. (#14476)open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.42.0: /v0.64.0/v0.18.0/v0.0.16Compare Source
Added
go.opentelemetry.io/otel/semconv/v1.40.0package.The package contains semantic conventions from the
v1.40.0version of the OpenTelemetry Semantic Conventions.See the migration documentation for information on how to upgrade from
go.opentelemetry.io/otel/semconv/v1.39.0. (#7985)ErrandSetErronRecordingo.opentelemetry.io/otel/logto attach an error and set record exception attributes ingo.opentelemetry.io/otel/log/sdk. (#7924)Changed
TracerProvider.ForceFlushingo.opentelemetry.io/otel/sdk/tracejoins errors together and continues iteration through SpanProcessors as opposed to returning the first encountered error without attempting exports on subsequent SpanProcessors. (#7856)Fixed
request.GetBodyingo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttpto correctly handle HTTP2 GOAWAY frame. (#7931)go.opentelemetry.io/otel/propagation. (#7834)Removed
What's Changed
df47568by @renovate[bot] in #799618da590by @renovate[bot] in #8000e526e8aby @renovate[bot] in #8010New Contributors
Full Changelog: open-telemetry/opentelemetry-go@v1.41.0...v1.42.0
v1.41.0: /v0.63.0/v0.17.0/v0.0.15Compare Source
This release is the last to support Go 1.24. The next release will require at least Go 1.25.
Added
Fixed
Baggageingo.opentelemetry.io/otel/propagationandParseandNewingo.opentelemetry.io/otel/baggageto comply with W3C Baggage specification limits.NewandParsenow return partial baggage along with an error when limits are exceeded. Errors from baggage extraction are reported to the global error handler. (#7880)What's Changed
ce8ad4cby @renovate[bot] in #7860fe4bb1cby @renovate[bot] in #7861aaaaaa5by @renovate[bot] in #7869546029dby @renovate[bot] in #787186a5c4bby @renovate[bot] in #78762842357by @renovate[bot] in #78914cfbd41by @renovate[bot] in #7889oteltracegrpcby @itssaharsh in #78259f66faeby @renovate[bot] in #7898otlptracehttpbefore performing operation by @itssaharsh in #7881d566b4dby @renovate[bot] in #7972New Contributors
Full Changelog: open-telemetry/opentelemetry-go@v1.40.0...v1.41.0
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.
Need help?
You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.