fix(deps): Update opentelemetry-go monorepo#2424
Merged
kodiakhq[bot] merged 3 commits intomainfrom Mar 2, 2026
Merged
Conversation
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
d4e198f to
72a5995
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
erezrokah
approved these changes
Mar 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.15.0→v0.16.0v1.39.0→v1.40.0v1.39.0→v1.40.0v1.39.0→v1.40.0v0.15.0→v0.16.0v0.15.0→v0.16.0Release Notes
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp)
v0.16.0Compare Source
Added
ReadOnlySpanandReadWriteSpaninterfaces to provide better control for accessing span data. (#1360)NewGRPCDriverfunction returns aProtocolDriverthat maintains a single gRPC connection to the collector. (#1369)NewSplitDriverfor OTLP exporter that allows sending traces and metrics to different endpoints. (#1418)exporters/otlp/otlphttp. Currently it only supports the binary protobuf payloads. (#1420)Changed
internal/testingtointernal/internaltest. (#1449)export.SpanDatatoexport.SpanSnapshotand use it only for exporting spans. (#1360)SpanContextrather than just its span ID in thespanstruct. (#1360)arrayaggregator renamedexactto match itsaggregation.Kind(#1412)exactaggregator includes per-point timestamps (#1412)NewExporterfromexporters/otlpnow takes aProtocolDriveras a parameter. (#1369)uint64. (1430)SamplingResultnow passed aTracestatefrom the parentSpanContext(#1432)exporters/otlp/otlpgrpc. (#1420)TraceContextpropagator now correctly propagatesTraceStatethrough theSpanContext. (#1447)WithExporter()andStart()to configure Push behaviorStart()is optional; useCollect()andForEach()for Pull behaviorStart()andStop()accept Context. (#1378)Removed
errUninitializedSpanas its only usage is now obsolete. (#1360)Fixed
BatchSpanProcessor.Shutdown()will now shutdown underlyingexport.SpanExporter. (#1443)Raw changes made between v0.15.0 and v0.16.0
0aadfb2Prepare release v0.16.0 (#1464)207587bMetric histogram aggregator: Swap in SynchronizedMove to avoid allocations (#1435)c29c6fdShutdown underlying span exporter while shutting down BatchSpanProcessor (#1443)dfece3dCombine the Push and Pull metric controllers (#1378)74deeddHandle tracestate in TraceContext propagator (#1447)49f699dRemove Quantile aggregation, DDSketch aggregator; add Exact timestamps (#1412)9c94941Rename internal/testing to internal/internaltest (#1449)8d80981Move gRPC driver to a subpackage and add an HTTP driver (#1420)9332af1Bump github.com/golangci/golangci-lint in /internal/tools (#1445)5ed96e9Update exporters/otlp Readme.md (#1441)bc9cb5eSwitch CircleCI badge to GitHub Actions (#1440)716ad08Remove CircleCI config (#1439)0682db1Adding Security Workflows to GitHub Actions (2/2): gosec workflow (#1429)11f732bAdding Security Workflows to GitHub Actions (1/2): codeql workflow (#1428)40f1c00Add Tracestate into the SamplingResult struct (#1432)db06c8dFlush metric events before shutdown in collector example (#1438)f6f458eFix golint issue caused by typo in trace.go (#1436)fe9d1f7Use uint64 Count consistently in metric aggregation (#1430)3a337d0Bump github.com/golangci/golangci-lint in /internal/tools (#1433)1e4c832cleanup: drop the removed examples in gitignore (#1427)5c9221cUnify endpoint API that related to OTel exporter (#1401)045c3ffBuild scripts: Replace mapfile with read loop for old bash versions (#1425)2def8c3Add Versioning Documentation (#1388)6bcd108Bump github.com/itchyny/gojq from 0.11.2 to 0.12.0 in /internal/tools (#1424)38e76efAdd a split protocol driver for otlp exporter (#1418)439cd31Add TraceState to SpanContext in API (#1340)3521526Split connection management away from exporter (#1369)add9d93Bump github.com/prometheus/client_golang from 1.8.0 to 1.9.0 in /exporters/metric/prometheus (#1414)93d426aAdd @dashpole as a project Approver (#1410)6fe20efFix small typo (#1409)b22d0d7Mention the getting started guide (#1406)3fb80fbFix duplicate checkout action in GitHub workflow (#1407)2051927Correct CI workflow syntax (#1403)f11a86fFix typo in comment (#1402)bdf87a7Migrate CircleCI ci.yml workflow to GitHub Actions (#1382)4e59dd1Bump google.golang.org/grpc from 1.32.0 to 1.34.0 in /example/otel-collector (#1400)83513f7Bump google.golang.org/api from 0.32.0 to 0.36.0 in /exporters/trace/jaeger (#1398)a354fc4Bump github.com/prometheus/client_golang from 1.7.1 to 1.8.0 in /exporters/metric/prometheus (#1397)3528e42Bump google.golang.org/grpc from 1.32.0 to 1.34.0 in /exporters/otlp (#1396)af114baCall otel.Handle with non-nil errors (#1384)c3c4273Add RO/RW span interfaces (#1360)Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.