fix(deps): update module go.opentelemetry.io/collector/exporter/otlphttpexporter to v0.146.1#8071
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the OpenTelemetry Collector OTLP HTTP exporter dependency to align with the rest of the repo’s existing v0.146.1 Collector components and pick up upstream fixes/enhancements.
Changes:
- Bump
go.opentelemetry.io/collector/exporter/otlphttpexporterfromv0.145.0tov0.146.1ingo.mod - Update corresponding
go.sumentries/hashes for the new module version
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Updates the required otlphttpexporter module version to v0.146.1. |
| go.sum | Refreshes checksums to match the updated otlphttpexporter version. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8071 +/- ##
=======================================
Coverage 95.48% 95.48%
=======================================
Files 316 316
Lines 16756 16756
=======================================
Hits 15999 15999
Misses 592 592
Partials 165 165
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…ttpexporter to v0.146.1 Signed-off-by: Mend Renovate <bot@renovateapp.com>
2b4982c to
3e37129
Compare
This PR contains the following updates:
v0.145.0→v0.146.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/exporter/otlphttpexporter)
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)Configuration
📅 Schedule: Branch creation - "on friday" (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.