Skip to content

Commit 7fc6dd6

Browse files
authored
fix(deps): Update opentelemetry-go monorepo (#2424)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v0.15.0` → `v0.16.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlplog%2fotlploghttp/v0.16.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlplog%2fotlploghttp/v0.15.0/v0.16.0?slim=true) | | [go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v1.39.0` → `v1.40.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlpmetric%2fotlpmetrichttp/v1.40.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlpmetric%2fotlpmetrichttp/v1.39.0/v1.40.0?slim=true) | | [go.opentelemetry.io/otel/exporters/otlp/otlptrace](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v1.39.0` → `v1.40.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlptrace/v1.40.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlptrace/v1.39.0/v1.40.0?slim=true) | | [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v1.39.0` → `v1.40.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlptrace%2fotlptracehttp/v1.40.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlptrace%2fotlptracehttp/v1.39.0/v1.40.0?slim=true) | | [go.opentelemetry.io/otel/log](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v0.15.0` → `v0.16.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fotel%2flog/v0.16.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fotel%2flog/v0.15.0/v0.16.0?slim=true) | | [go.opentelemetry.io/otel/sdk/log](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v0.15.0` → `v0.16.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fotel%2fsdk%2flog/v0.16.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fotel%2fsdk%2flog/v0.15.0/v0.16.0?slim=true) | --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-go (go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp)</summary> ### [`v0.16.0`](https://redirect.github.com/open-telemetry/opentelemetry-go/releases/tag/v0.16.0) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-go/compare/v0.15.0...v0.16.0) ##### Added - Add the `ReadOnlySpan` and `ReadWriteSpan` interfaces to provide better control for accessing span data. ([#&#8203;1360](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1360)) - `NewGRPCDriver` function returns a `ProtocolDriver` that maintains a single gRPC connection to the collector. ([#&#8203;1369](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1369)) - Added documentation about the project's versioning policy. ([#&#8203;1388](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1388)) - Added `NewSplitDriver` for OTLP exporter that allows sending traces and metrics to different endpoints. ([#&#8203;1418](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1418)) - Added codeql worfklow to GitHub Actions ([#&#8203;1428](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1428)) - Added Gosec workflow to GitHub Actions ([#&#8203;1429](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1429)) - Add new HTTP driver for OTLP exporter in `exporters/otlp/otlphttp`. Currently it only supports the binary protobuf payloads. ([#&#8203;1420](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1420)) ##### Changed - Rename `internal/testing` to `internal/internaltest`. ([#&#8203;1449](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1449)) - Rename `export.SpanData` to `export.SpanSnapshot` and use it only for exporting spans. ([#&#8203;1360](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1360)) - Store the parent's full `SpanContext` rather than just its span ID in the `span` struct. ([#&#8203;1360](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1360)) - Improve span duration accuracy. ([#&#8203;1360](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1360)) - Migrated CI/CD from CircleCI to GitHub Actions ([#&#8203;1382](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1382)) - Remove duplicate checkout from GitHub Actions workflow ([#&#8203;1407](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1407)) - Metric `array` aggregator renamed `exact` to match its `aggregation.Kind` ([#&#8203;1412](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1412)) - Metric `exact` aggregator includes per-point timestamps ([#&#8203;1412](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1412)) - Metric stdout exporter uses MinMaxSumCount aggregator for ValueRecorder instruments ([#&#8203;1412](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1412)) - `NewExporter` from `exporters/otlp` now takes a `ProtocolDriver` as a parameter. ([#&#8203;1369](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1369)) - Many OTLP Exporter options became gRPC ProtocolDriver options. ([#&#8203;1369](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1369)) - Unify endpoint API that related to OTel exporter. ([#&#8203;1401](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1401)) - Optimize metric histogram aggregator to re-use its slice of buckets. ([#&#8203;1435](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1435)) - Metric aggregator Count() and histogram Bucket.Counts are consistently `uint64`. (1430) - `SamplingResult` now passed a `Tracestate` from the parent `SpanContext` ([#&#8203;1432](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1432)) - Moved gRPC driver for OTLP exporter to `exporters/otlp/otlpgrpc`. ([#&#8203;1420](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1420)) - The `TraceContext` propagator now correctly propagates `TraceState` through the `SpanContext`. ([#&#8203;1447](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1447)) - Metric Push and Pull Controller components are combined into a single "basic" Controller: - `WithExporter()` and `Start()` to configure Push behavior - `Start()` is optional; use `Collect()` and `ForEach()` for Pull behavior - `Start()` and `Stop()` accept Context. ([#&#8203;1378](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1378)) ##### Removed - Remove `errUninitializedSpan` as its only usage is now obsolete. ([#&#8203;1360](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1360)) - Remove Metric export functionality related to quantiles and summary data points: this is not specified ([#&#8203;1412](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1412)) - Remove DDSketch metric aggregator; our intention is to re-introduce this as an option of the histogram aggregator after [new OTLP histogram data types](https://redirect.github.com/open-telemetry/opentelemetry-proto/pull/226) are released ([#&#8203;1412](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1412)) ##### Fixed - `BatchSpanProcessor.Shutdown()` will now shutdown underlying `export.SpanExporter`. ([#&#8203;1443](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1443)) # Raw changes made between v0.15.0 and v0.16.0 [`0aadfb2`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/0aadfb27bc9e0d6fc0008001720aa5d466c06156) Prepare release v0.16.0 ([#&#8203;1464](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1464)) [`207587b`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/207587b6ab2d658ad39774d6a3cc7fa2f5c6c52b) Metric histogram aggregator: Swap in SynchronizedMove to avoid allocations ([#&#8203;1435](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1435)) [`c29c6fd`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/c29c6fd1adf4f9c1faf8165fe326f507efd84425) Shutdown underlying span exporter while shutting down BatchSpanProcessor ([#&#8203;1443](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1443)) [`dfece3d`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/dfece3d2b97fd38ac9182db978dbacd953e58f4a) Combine the Push and Pull metric controllers ([#&#8203;1378](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1378)) [`74deedd`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/74deeddd2608efffe53a2cd9163314af3015eacb) Handle tracestate in TraceContext propagator ([#&#8203;1447](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1447)) [`49f699d`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/49f699d65742e144cf19b5dd28f3d3a0891bf200) Remove Quantile aggregation, DDSketch aggregator; add Exact timestamps ([#&#8203;1412](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1412)) [`9c94941`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/9c949411ce58356a4553732733e5a7144860d1e0) Rename internal/testing to internal/internaltest ([#&#8203;1449](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1449)) [`8d80981`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/8d8098146547e28913abfb3f1b228a99050c5563) Move gRPC driver to a subpackage and add an HTTP driver ([#&#8203;1420](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1420)) [`9332af1`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/9332af1b460196074d8aa00fb73b3568f6274a29) Bump github.com/golangci/golangci-lint in /internal/tools ([#&#8203;1445](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1445)) [`5ed96e9`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/5ed96e92446d2d58d131e0672da613a84c16af7a) Update exporters/otlp Readme.md ([#&#8203;1441](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1441)) [`bc9cb5e`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/bc9cb5e3541f9f8eae6c9e713c3b97b47442f051) Switch CircleCI badge to GitHub Actions ([#&#8203;1440](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1440)) [`716ad08`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/716ad08200c47997cddbf9457362351087248405) Remove CircleCI config ([#&#8203;1439](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1439)) [`0682db1`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/0682db1e2312731a1c0461e9710a586693f229f3) Adding Security Workflows to GitHub Actions (2/2): gosec workflow ([#&#8203;1429](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1429)) [`11f732b`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/11f732b85c7355794030979f8580861fe922fefe) Adding Security Workflows to GitHub Actions (1/2): codeql workflow ([#&#8203;1428](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1428)) [`40f1c00`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/40f1c0039d394231e25031bee264e7dab7f479e2) Add Tracestate into the SamplingResult struct ([#&#8203;1432](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1432)) [`db06c8d`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/db06c8d1cb3c1646098295f6007f6d6128a382c7) Flush metric events before shutdown in collector example ([#&#8203;1438](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1438)) [`f6f458e`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/f6f458e1554dc5221c133155ae8acf64d5054663) Fix golint issue caused by typo in trace.go ([#&#8203;1436](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1436)) [`fe9d1f7`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/fe9d1f7ec5265272db4cb6bdc959dbffbf22c56c) Use uint64 Count consistently in metric aggregation ([#&#8203;1430](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1430)) [`3a337d0`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/3a337d0b79a568d13c3360e295814b1794df4e32) Bump github.com/golangci/golangci-lint in /internal/tools ([#&#8203;1433](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1433)) [`1e4c832`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/1e4c832189e9ace709423f9eca01a0fc3f8ec8a0) cleanup: drop the removed examples in gitignore ([#&#8203;1427](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1427)) [`5c9221c`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/5c9221cf5379c051249a743f6aee4c7115d6e4d7) Unify endpoint API that related to OTel exporter ([#&#8203;1401](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1401)) [`045c3ff`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/045c3ffeada5342e34df7759348c4813b3ebceec) Build scripts: Replace mapfile with read loop for old bash versions ([#&#8203;1425](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1425)) [`2def8c3`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/2def8c3db0d988be141457010cae7ee77d370dd9) Add Versioning Documentation ([#&#8203;1388](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1388)) [`6bcd108`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/6bcd1085d318acc2c8760ee6969eec18035ca1d2) Bump github.com/itchyny/gojq from 0.11.2 to 0.12.0 in /internal/tools ([#&#8203;1424](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1424)) [`38e76ef`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/38e76efe997331ca747b7eff6c9bb656c6210c86) Add a split protocol driver for otlp exporter ([#&#8203;1418](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1418)) [`439cd31`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/439cd31389fec380a160471feb55143df7b6c6df) Add TraceState to SpanContext in API ([#&#8203;1340](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1340)) [`3521526`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/35215264dc5f67356cff035c29e168794333bcad) Split connection management away from exporter ([#&#8203;1369](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1369)) [`add9d93`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/add9d933f6a32dd1d4e4fb9624bc68d62ad46ced) Bump github.com/prometheus/client\_golang from 1.8.0 to 1.9.0 in /exporters/metric/prometheus ([#&#8203;1414](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1414)) [`93d426a`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/93d426a1a97fedf6663548baf4f1e2db300f0e30) Add [@&#8203;dashpole](https://redirect.github.com/dashpole) as a project Approver ([#&#8203;1410](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1410)) [`6fe20ef`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/6fe20ef393446b9a15ceb45501475727fbb579cd) Fix small typo ([#&#8203;1409](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1409)) [`b22d0d7`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/b22d0d70d9c0cc145614aa8c32ed38dec660ee69) Mention the getting started guide ([#&#8203;1406](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1406)) [`3fb80fb`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/3fb80fb2df8e7b41c4c90390f7b6670edddbf0e6) Fix duplicate checkout action in GitHub workflow ([#&#8203;1407](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1407)) [`2051927`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/2051927b9bb80a36e507cb694d39478727f22b17) Correct CI workflow syntax ([#&#8203;1403](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1403)) [`f11a86f`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/f11a86f7809cb38d46c4cff5934ea0f46af90d8e) Fix typo in comment ([#&#8203;1402](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1402)) [`bdf87a7`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/bdf87a78965644e2e3444035eb13068972bb7d07) Migrate CircleCI ci.yml workflow to GitHub Actions ([#&#8203;1382](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1382)) [`4e59dd1`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/4e59dd1f01b27cbc4b0ce4d4c4f9059c14806c66) Bump google.golang.org/grpc from 1.32.0 to 1.34.0 in /example/otel-collector ([#&#8203;1400](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1400)) [`83513f7`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/83513f70f30ef52b466bb7f0f3aaf6a96e623906) Bump google.golang.org/api from 0.32.0 to 0.36.0 in /exporters/trace/jaeger ([#&#8203;1398](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1398)) [`a354fc4`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/a354fc4152cea4a93cdfb8ecc12960b589f93fa6) Bump github.com/prometheus/client\_golang from 1.7.1 to 1.8.0 in /exporters/metric/prometheus ([#&#8203;1397](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1397)) [`3528e42`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/3528e42c931c66c3bc74cb3fa03fab4d88875a64) Bump google.golang.org/grpc from 1.32.0 to 1.34.0 in /exporters/otlp ([#&#8203;1396](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1396)) [`af114ba`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/af114baf6b5cad9c71adc01d277d173bc71e6d44) Call otel.Handle with non-nil errors ([#&#8203;1384](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1384)) [`c3c4273`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/c3c4273eccd7bfab8fcaa44ccd6be6f9dd532efd) Add RO/RW span interfaces ([#&#8203;1360](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1360)) </details> --- ### 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](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDMuNDYuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent 12c0beb commit 7fc6dd6

File tree

4 files changed

+58
-58
lines changed

4 files changed

+58
-58
lines changed

examples/simple_plugin/go.mod

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ require (
4545
github.com/google/flatbuffers v25.12.19+incompatible // indirect
4646
github.com/google/uuid v1.6.0 // indirect
4747
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3 // indirect
48-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 // indirect
48+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 // indirect
4949
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
5050
github.com/hashicorp/go-retryablehttp v0.7.8 // indirect
5151
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -68,14 +68,14 @@ require (
6868
github.com/zeebo/xxh3 v1.0.2 // indirect
6969
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
7070
go.opentelemetry.io/otel v1.40.0 // indirect
71-
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.15.0 // indirect
72-
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.39.0 // indirect
73-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.39.0 // indirect
74-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.39.0 // indirect
75-
go.opentelemetry.io/otel/log v0.15.0 // indirect
71+
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.16.0 // indirect
72+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.40.0 // indirect
73+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0 // indirect
74+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.40.0 // indirect
75+
go.opentelemetry.io/otel/log v0.16.0 // indirect
7676
go.opentelemetry.io/otel/metric v1.40.0 // indirect
7777
go.opentelemetry.io/otel/sdk v1.40.0 // indirect
78-
go.opentelemetry.io/otel/sdk/log v0.15.0 // indirect
78+
go.opentelemetry.io/otel/sdk/log v0.16.0 // indirect
7979
go.opentelemetry.io/otel/sdk/metric v1.40.0 // indirect
8080
go.opentelemetry.io/otel/trace v1.40.0 // indirect
8181
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
@@ -88,8 +88,8 @@ require (
8888
golang.org/x/text v0.34.0 // indirect
8989
golang.org/x/tools v0.41.0 // indirect
9090
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
91-
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect
92-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
91+
google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 // indirect
92+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409 // indirect
9393
google.golang.org/grpc v1.79.1 // indirect
9494
google.golang.org/protobuf v1.36.11 // indirect
9595
gopkg.in/yaml.v2 v2.4.0 // indirect

examples/simple_plugin/go.sum

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
9999
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
100100
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3 h1:B+8ClL/kCQkRiU82d9xajRPKYMrB7E0MbtzWVi1K4ns=
101101
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3/go.mod h1:NbCUVmiS4foBGBHOYlCT25+YmGpJ32dZPi75pGEUpj4=
102-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 h1:NmZ1PKzSTQbuGHw9DGPFomqkkLWMC+vZCkfs+FHv1Vg=
103-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3/go.mod h1:zQrxl1YP88HQlA6i9c63DSVPFklWpGX4OWAc9bFuaH4=
102+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 h1:X+2YciYSxvMQK0UZ7sg45ZVabVZBeBuvMkmuI2V3Fak=
103+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7/go.mod h1:lW34nIZuQ8UDPdkon5fmfp2l3+ZkQ2me/+oecHYLOII=
104104
github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=
105105
github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48=
106106
github.com/hashicorp/go-hclog v1.6.3 h1:Qr2kF+eVWjTiYmU7Y31tYlP1h0q/X3Nl3tPGdaB11/k=
@@ -180,24 +180,24 @@ go.opentelemetry.io/auto/sdk v1.2.1 h1:jXsnJ4Lmnqd11kwkBV2LgLoFMZKizbCi5fNZ/ipaZ
180180
go.opentelemetry.io/auto/sdk v1.2.1/go.mod h1:KRTj+aOaElaLi+wW1kO/DZRXwkF4C5xPbEe3ZiIhN7Y=
181181
go.opentelemetry.io/otel v1.40.0 h1:oA5YeOcpRTXq6NN7frwmwFR0Cn3RhTVZvXsP4duvCms=
182182
go.opentelemetry.io/otel v1.40.0/go.mod h1:IMb+uXZUKkMXdPddhwAHm6UfOwJyh4ct1ybIlV14J0g=
183-
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.15.0 h1:EKpiGphOYq3CYnIe2eX9ftUkyU+Y8Dtte8OaWyHJ4+I=
184-
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.15.0/go.mod h1:nWFP7C+T8TygkTjJ7mAyEaFaE7wNfms3nV/vexZ6qt0=
185-
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.39.0 h1:nKP4Z2ejtHn3yShBb+2KawiXgpn8In5cT7aO2wXuOTE=
186-
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.39.0/go.mod h1:NwjeBbNigsO4Aj9WgM0C+cKIrxsZUaRmZUO7A8I7u8o=
187-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.39.0 h1:f0cb2XPmrqn4XMy9PNliTgRKJgS5WcL/u0/WRYGz4t0=
188-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.39.0/go.mod h1:vnakAaFckOMiMtOIhFI2MNH4FYrZzXCYxmb1LlhoGz8=
189-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.39.0 h1:Ckwye2FpXkYgiHX7fyVrN1uA/UYd9ounqqTuSNAv0k4=
190-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.39.0/go.mod h1:teIFJh5pW2y+AN7riv6IBPX2DuesS3HgP39mwOspKwU=
191-
go.opentelemetry.io/otel/log v0.15.0 h1:0VqVnc3MgyYd7QqNVIldC3dsLFKgazR6P3P3+ypkyDY=
192-
go.opentelemetry.io/otel/log v0.15.0/go.mod h1:9c/G1zbyZfgu1HmQD7Qj84QMmwTp2QCQsZH1aeoWDE4=
183+
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.16.0 h1:djrxvDxAe44mJUrKataUbOhCKhR3F8QCyWucO16hTQs=
184+
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.16.0/go.mod h1:dt3nxpQEiSoKvfTVxp3TUg5fHPLhKtbcnN3Z1I1ePD0=
185+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.40.0 h1:9y5sHvAxWzft1WQ4BwqcvA+IFVUJ1Ya75mSAUnFEVwE=
186+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.40.0/go.mod h1:eQqT90eR3X5Dbs1g9YSM30RavwLF725Ris5/XSXWvqE=
187+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0 h1:QKdN8ly8zEMrByybbQgv8cWBcdAarwmIPZ6FThrWXJs=
188+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0/go.mod h1:bTdK1nhqF76qiPoCCdyFIV+N/sRHYXYCTQc+3VCi3MI=
189+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.40.0 h1:wVZXIWjQSeSmMoxF74LzAnpVQOAFDo3pPji9Y4SOFKc=
190+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.40.0/go.mod h1:khvBS2IggMFNwZK/6lEeHg/W57h/IX6J4URh57fuI40=
191+
go.opentelemetry.io/otel/log v0.16.0 h1:DeuBPqCi6pQwtCK0pO4fvMB5eBq6sNxEnuTs88pjsN4=
192+
go.opentelemetry.io/otel/log v0.16.0/go.mod h1:rWsmqNVTLIA8UnwYVOItjyEZDbKIkMxdQunsIhpUMes=
193193
go.opentelemetry.io/otel/metric v1.40.0 h1:rcZe317KPftE2rstWIBitCdVp89A2HqjkxR3c11+p9g=
194194
go.opentelemetry.io/otel/metric v1.40.0/go.mod h1:ib/crwQH7N3r5kfiBZQbwrTge743UDc7DTFVZrrXnqc=
195195
go.opentelemetry.io/otel/sdk v1.40.0 h1:KHW/jUzgo6wsPh9At46+h4upjtccTmuZCFAc9OJ71f8=
196196
go.opentelemetry.io/otel/sdk v1.40.0/go.mod h1:Ph7EFdYvxq72Y8Li9q8KebuYUr2KoeyHx0DRMKrYBUE=
197-
go.opentelemetry.io/otel/sdk/log v0.15.0 h1:WgMEHOUt5gjJE93yqfqJOkRflApNif84kxoHWS9VVHE=
198-
go.opentelemetry.io/otel/sdk/log v0.15.0/go.mod h1:qDC/FlKQCXfH5hokGsNg9aUBGMJQsrUyeOiW5u+dKBQ=
199-
go.opentelemetry.io/otel/sdk/log/logtest v0.14.0 h1:Ijbtz+JKXl8T2MngiwqBlPaHqc4YCaP/i13Qrow6gAM=
200-
go.opentelemetry.io/otel/sdk/log/logtest v0.14.0/go.mod h1:dCU8aEL6q+L9cYTqcVOk8rM9Tp8WdnHOPLiBgp0SGOA=
197+
go.opentelemetry.io/otel/sdk/log v0.16.0 h1:e/b4bdlQwC5fnGtG3dlXUrNOnP7c8YLVSpSfEBIkTnI=
198+
go.opentelemetry.io/otel/sdk/log v0.16.0/go.mod h1:JKfP3T6ycy7QEuv3Hj8oKDy7KItrEkus8XJE6EoSzw4=
199+
go.opentelemetry.io/otel/sdk/log/logtest v0.16.0 h1:/XVkpZ41rVRTP4DfMgYv1nEtNmf65XPPyAdqV90TMy4=
200+
go.opentelemetry.io/otel/sdk/log/logtest v0.16.0/go.mod h1:iOOPgQr5MY9oac/F5W86mXdeyWZGleIx3uXO98X2R6Y=
201201
go.opentelemetry.io/otel/sdk/metric v1.40.0 h1:mtmdVqgQkeRxHgRv4qhyJduP3fYJRMX4AtAlbuWdCYw=
202202
go.opentelemetry.io/otel/sdk/metric v1.40.0/go.mod h1:4Z2bGMf0KSK3uRjlczMOeMhKU2rhUqdWNoKcYrtcBPg=
203203
go.opentelemetry.io/otel/trace v1.40.0 h1:WA4etStDttCSYuhwvEa8OP8I5EWu24lkOzp+ZYblVjw=
@@ -230,10 +230,10 @@ golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da h1:noIWHXmPHxILtqtCOPIhS
230230
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da/go.mod h1:NDW/Ps6MPRej6fsCIbMTohpP40sJ/P/vI1MoTEGwX90=
231231
gonum.org/v1/gonum v0.16.0 h1:5+ul4Swaf3ESvrOnidPp4GZbzf0mxVQpDCYUQE7OJfk=
232232
gonum.org/v1/gonum v0.16.0/go.mod h1:fef3am4MQ93R2HHpKnLk4/Tbh/s0+wqD5nfa6Pnwy4E=
233-
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 h1:fCvbg86sFXwdrl5LgVcTEvNC+2txB5mgROGmRL5mrls=
234-
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217/go.mod h1:+rXWjjaukWZun3mLfjmVnQi18E1AsFbDN9QdJ5YXLto=
235-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 h1:gRkg/vSppuSQoDjxyiGfN4Upv/h/DQmIR10ZU8dh4Ww=
236-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217/go.mod h1:7i2o+ce6H/6BluujYR+kqX3GKH+dChPTQU19wjRPiGk=
233+
google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 h1:merA0rdPeUV3YIIfHHcH4qBkiQAc1nfCKSI7lB4cV2M=
234+
google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409/go.mod h1:fl8J1IvUjCilwZzQowmw2b7HQB2eAuYBabMXzWurF+I=
235+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409 h1:H86B94AW+VfJWDqFeEbBPhEtHzJwJfTbgE2lZa54ZAQ=
236+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409/go.mod h1:j9x/tPzZkyxcgEFkiKEEGxfvyumM01BEtsW8xzOahRQ=
237237
google.golang.org/grpc v1.79.1 h1:zGhSi45ODB9/p3VAawt9a+O/MULLl9dpizzNNpq7flY=
238238
google.golang.org/grpc v1.79.1/go.mod h1:KmT0Kjez+0dde/v2j9vzwoAScgEPx/Bw1CYChhHLrHQ=
239239
google.golang.org/protobuf v1.36.11 h1:fV6ZwhNocDyBLK0dj+fg8ektcVegBBuEolpbTQyBNVE=

go.mod

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ require (
2929
github.com/stretchr/testify v1.11.1
3030
github.com/thoas/go-funk v0.9.3
3131
go.opentelemetry.io/otel v1.40.0
32-
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.15.0
33-
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.39.0
34-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.39.0
35-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.39.0
36-
go.opentelemetry.io/otel/log v0.15.0
32+
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.16.0
33+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.40.0
34+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0
35+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.40.0
36+
go.opentelemetry.io/otel/log v0.16.0
3737
go.opentelemetry.io/otel/metric v1.40.0
3838
go.opentelemetry.io/otel/sdk v1.40.0
39-
go.opentelemetry.io/otel/sdk/log v0.15.0
39+
go.opentelemetry.io/otel/sdk/log v0.16.0
4040
go.opentelemetry.io/otel/sdk/metric v1.40.0
4141
go.opentelemetry.io/otel/trace v1.40.0
4242
golang.org/x/exp v0.0.0-20260112195511-716be5621a96
@@ -72,7 +72,7 @@ require (
7272
github.com/go-logr/logr v1.4.3 // indirect
7373
github.com/go-logr/stdr v1.2.2 // indirect
7474
github.com/google/flatbuffers v25.12.19+incompatible // indirect
75-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 // indirect
75+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 // indirect
7676
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
7777
github.com/inconshreveable/mousetrap v1.1.0 // indirect
7878
github.com/klauspost/compress v1.18.2 // indirect
@@ -95,8 +95,8 @@ require (
9595
golang.org/x/telemetry v0.0.0-20260109210033-bd525da824e2 // indirect
9696
golang.org/x/tools v0.41.0 // indirect
9797
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
98-
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect
99-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
98+
google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 // indirect
99+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409 // indirect
100100
gopkg.in/yaml.v2 v2.4.0 // indirect
101101
gopkg.in/yaml.v3 v3.0.1 // indirect
102102
)

go.sum

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
102102
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
103103
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3 h1:B+8ClL/kCQkRiU82d9xajRPKYMrB7E0MbtzWVi1K4ns=
104104
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3/go.mod h1:NbCUVmiS4foBGBHOYlCT25+YmGpJ32dZPi75pGEUpj4=
105-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 h1:NmZ1PKzSTQbuGHw9DGPFomqkkLWMC+vZCkfs+FHv1Vg=
106-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3/go.mod h1:zQrxl1YP88HQlA6i9c63DSVPFklWpGX4OWAc9bFuaH4=
105+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 h1:X+2YciYSxvMQK0UZ7sg45ZVabVZBeBuvMkmuI2V3Fak=
106+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7/go.mod h1:lW34nIZuQ8UDPdkon5fmfp2l3+ZkQ2me/+oecHYLOII=
107107
github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=
108108
github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48=
109109
github.com/hashicorp/go-hclog v1.6.3 h1:Qr2kF+eVWjTiYmU7Y31tYlP1h0q/X3Nl3tPGdaB11/k=
@@ -191,24 +191,24 @@ go.opentelemetry.io/auto/sdk v1.2.1 h1:jXsnJ4Lmnqd11kwkBV2LgLoFMZKizbCi5fNZ/ipaZ
191191
go.opentelemetry.io/auto/sdk v1.2.1/go.mod h1:KRTj+aOaElaLi+wW1kO/DZRXwkF4C5xPbEe3ZiIhN7Y=
192192
go.opentelemetry.io/otel v1.40.0 h1:oA5YeOcpRTXq6NN7frwmwFR0Cn3RhTVZvXsP4duvCms=
193193
go.opentelemetry.io/otel v1.40.0/go.mod h1:IMb+uXZUKkMXdPddhwAHm6UfOwJyh4ct1ybIlV14J0g=
194-
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.15.0 h1:EKpiGphOYq3CYnIe2eX9ftUkyU+Y8Dtte8OaWyHJ4+I=
195-
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.15.0/go.mod h1:nWFP7C+T8TygkTjJ7mAyEaFaE7wNfms3nV/vexZ6qt0=
196-
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.39.0 h1:nKP4Z2ejtHn3yShBb+2KawiXgpn8In5cT7aO2wXuOTE=
197-
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.39.0/go.mod h1:NwjeBbNigsO4Aj9WgM0C+cKIrxsZUaRmZUO7A8I7u8o=
198-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.39.0 h1:f0cb2XPmrqn4XMy9PNliTgRKJgS5WcL/u0/WRYGz4t0=
199-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.39.0/go.mod h1:vnakAaFckOMiMtOIhFI2MNH4FYrZzXCYxmb1LlhoGz8=
200-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.39.0 h1:Ckwye2FpXkYgiHX7fyVrN1uA/UYd9ounqqTuSNAv0k4=
201-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.39.0/go.mod h1:teIFJh5pW2y+AN7riv6IBPX2DuesS3HgP39mwOspKwU=
202-
go.opentelemetry.io/otel/log v0.15.0 h1:0VqVnc3MgyYd7QqNVIldC3dsLFKgazR6P3P3+ypkyDY=
203-
go.opentelemetry.io/otel/log v0.15.0/go.mod h1:9c/G1zbyZfgu1HmQD7Qj84QMmwTp2QCQsZH1aeoWDE4=
194+
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.16.0 h1:djrxvDxAe44mJUrKataUbOhCKhR3F8QCyWucO16hTQs=
195+
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.16.0/go.mod h1:dt3nxpQEiSoKvfTVxp3TUg5fHPLhKtbcnN3Z1I1ePD0=
196+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.40.0 h1:9y5sHvAxWzft1WQ4BwqcvA+IFVUJ1Ya75mSAUnFEVwE=
197+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.40.0/go.mod h1:eQqT90eR3X5Dbs1g9YSM30RavwLF725Ris5/XSXWvqE=
198+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0 h1:QKdN8ly8zEMrByybbQgv8cWBcdAarwmIPZ6FThrWXJs=
199+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0/go.mod h1:bTdK1nhqF76qiPoCCdyFIV+N/sRHYXYCTQc+3VCi3MI=
200+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.40.0 h1:wVZXIWjQSeSmMoxF74LzAnpVQOAFDo3pPji9Y4SOFKc=
201+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.40.0/go.mod h1:khvBS2IggMFNwZK/6lEeHg/W57h/IX6J4URh57fuI40=
202+
go.opentelemetry.io/otel/log v0.16.0 h1:DeuBPqCi6pQwtCK0pO4fvMB5eBq6sNxEnuTs88pjsN4=
203+
go.opentelemetry.io/otel/log v0.16.0/go.mod h1:rWsmqNVTLIA8UnwYVOItjyEZDbKIkMxdQunsIhpUMes=
204204
go.opentelemetry.io/otel/metric v1.40.0 h1:rcZe317KPftE2rstWIBitCdVp89A2HqjkxR3c11+p9g=
205205
go.opentelemetry.io/otel/metric v1.40.0/go.mod h1:ib/crwQH7N3r5kfiBZQbwrTge743UDc7DTFVZrrXnqc=
206206
go.opentelemetry.io/otel/sdk v1.40.0 h1:KHW/jUzgo6wsPh9At46+h4upjtccTmuZCFAc9OJ71f8=
207207
go.opentelemetry.io/otel/sdk v1.40.0/go.mod h1:Ph7EFdYvxq72Y8Li9q8KebuYUr2KoeyHx0DRMKrYBUE=
208-
go.opentelemetry.io/otel/sdk/log v0.15.0 h1:WgMEHOUt5gjJE93yqfqJOkRflApNif84kxoHWS9VVHE=
209-
go.opentelemetry.io/otel/sdk/log v0.15.0/go.mod h1:qDC/FlKQCXfH5hokGsNg9aUBGMJQsrUyeOiW5u+dKBQ=
210-
go.opentelemetry.io/otel/sdk/log/logtest v0.14.0 h1:Ijbtz+JKXl8T2MngiwqBlPaHqc4YCaP/i13Qrow6gAM=
211-
go.opentelemetry.io/otel/sdk/log/logtest v0.14.0/go.mod h1:dCU8aEL6q+L9cYTqcVOk8rM9Tp8WdnHOPLiBgp0SGOA=
208+
go.opentelemetry.io/otel/sdk/log v0.16.0 h1:e/b4bdlQwC5fnGtG3dlXUrNOnP7c8YLVSpSfEBIkTnI=
209+
go.opentelemetry.io/otel/sdk/log v0.16.0/go.mod h1:JKfP3T6ycy7QEuv3Hj8oKDy7KItrEkus8XJE6EoSzw4=
210+
go.opentelemetry.io/otel/sdk/log/logtest v0.16.0 h1:/XVkpZ41rVRTP4DfMgYv1nEtNmf65XPPyAdqV90TMy4=
211+
go.opentelemetry.io/otel/sdk/log/logtest v0.16.0/go.mod h1:iOOPgQr5MY9oac/F5W86mXdeyWZGleIx3uXO98X2R6Y=
212212
go.opentelemetry.io/otel/sdk/metric v1.40.0 h1:mtmdVqgQkeRxHgRv4qhyJduP3fYJRMX4AtAlbuWdCYw=
213213
go.opentelemetry.io/otel/sdk/metric v1.40.0/go.mod h1:4Z2bGMf0KSK3uRjlczMOeMhKU2rhUqdWNoKcYrtcBPg=
214214
go.opentelemetry.io/otel/trace v1.40.0 h1:WA4etStDttCSYuhwvEa8OP8I5EWu24lkOzp+ZYblVjw=
@@ -265,10 +265,10 @@ golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da h1:noIWHXmPHxILtqtCOPIhS
265265
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da/go.mod h1:NDW/Ps6MPRej6fsCIbMTohpP40sJ/P/vI1MoTEGwX90=
266266
gonum.org/v1/gonum v0.16.0 h1:5+ul4Swaf3ESvrOnidPp4GZbzf0mxVQpDCYUQE7OJfk=
267267
gonum.org/v1/gonum v0.16.0/go.mod h1:fef3am4MQ93R2HHpKnLk4/Tbh/s0+wqD5nfa6Pnwy4E=
268-
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 h1:fCvbg86sFXwdrl5LgVcTEvNC+2txB5mgROGmRL5mrls=
269-
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217/go.mod h1:+rXWjjaukWZun3mLfjmVnQi18E1AsFbDN9QdJ5YXLto=
270-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 h1:gRkg/vSppuSQoDjxyiGfN4Upv/h/DQmIR10ZU8dh4Ww=
271-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217/go.mod h1:7i2o+ce6H/6BluujYR+kqX3GKH+dChPTQU19wjRPiGk=
268+
google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 h1:merA0rdPeUV3YIIfHHcH4qBkiQAc1nfCKSI7lB4cV2M=
269+
google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409/go.mod h1:fl8J1IvUjCilwZzQowmw2b7HQB2eAuYBabMXzWurF+I=
270+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409 h1:H86B94AW+VfJWDqFeEbBPhEtHzJwJfTbgE2lZa54ZAQ=
271+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409/go.mod h1:j9x/tPzZkyxcgEFkiKEEGxfvyumM01BEtsW8xzOahRQ=
272272
google.golang.org/grpc v1.79.1 h1:zGhSi45ODB9/p3VAawt9a+O/MULLl9dpizzNNpq7flY=
273273
google.golang.org/grpc v1.79.1/go.mod h1:KmT0Kjez+0dde/v2j9vzwoAScgEPx/Bw1CYChhHLrHQ=
274274
google.golang.org/protobuf v1.36.11 h1:fV6ZwhNocDyBLK0dj+fg8ektcVegBBuEolpbTQyBNVE=

0 commit comments

Comments
 (0)