Skip to content

Commit 3a7f6d5

Browse files
authored
fix(deps): Update opentelemetry-go monorepo (#2348)
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp](https://redirect.github.com/open-telemetry/opentelemetry-go) | require | minor | `v0.13.0` -> `v0.14.0` | `v0.15.0` | | [go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp](https://redirect.github.com/open-telemetry/opentelemetry-go) | require | minor | `v1.37.0` -> `v1.38.0` | `v1.39.0` | | [go.opentelemetry.io/otel/exporters/otlp/otlptrace](https://redirect.github.com/open-telemetry/opentelemetry-go) | require | minor | `v1.37.0` -> `v1.38.0` | `v1.39.0` | | [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp](https://redirect.github.com/open-telemetry/opentelemetry-go) | require | minor | `v1.37.0` -> `v1.38.0` | `v1.39.0` | | [go.opentelemetry.io/otel/log](https://redirect.github.com/open-telemetry/opentelemetry-go) | require | minor | `v0.13.0` -> `v0.14.0` | `v0.15.0` | | [go.opentelemetry.io/otel/sdk/log](https://redirect.github.com/open-telemetry/opentelemetry-go) | require | minor | `v0.13.0` -> `v0.14.0` | `v0.15.0` | --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-go (go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp)</summary> ### [`v0.14.0`](https://redirect.github.com/open-telemetry/opentelemetry-go/releases/tag/v0.14.0) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-go/compare/v0.13.0...v0.14.0) ##### Added - An `EventOption` and the related `NewEventConfig` function are added to the `go.opentelemetry.io/otel` package to configure Span events. ([#&#8203;1254](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1254)) - A `TextMapPropagator` and associated `TextMapCarrier` are added to the `go.opentelemetry.io/otel/oteltest` package to test `TextMap` type propagators and their use. ([#&#8203;1259](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1259)) - `SpanContextFromContext` returns `SpanContext` from context. ([#&#8203;1255](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1255)) - `DeploymentEnvironmentKey` added to `go.opentelemetry.io/otel/semconv` package. ([#&#8203;1323](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1323)) - Add an OpenCensus to OpenTelemetry tracing bridge. ([#&#8203;1305](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1305)) - Add a parent context argument to `SpanProcessor.OnStart` to follow the specification. ([#&#8203;1333](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1333)) - Add missing tests for `sdk/trace/attributes_map.go`. ([#&#8203;1337](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1337)) ##### Changed - Move the `go.opentelemetry.io/otel/api/trace` package into `go.opentelemetry.io/otel/trace` with the following changes. ([#&#8203;1229](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1229)) ([#&#8203;1307](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1307)) - `ID` has been renamed to `TraceID`. - `IDFromHex` has been renamed to `TraceIDFromHex`. - `EmptySpanContext` is removed. - Move the `go.opentelemetry.io/otel/api/trace/tracetest` package into `go.opentelemetry.io/otel/oteltest`. ([#&#8203;1229](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1229)) - OTLP Exporter updates: - supports OTLP v0.6.0 ([#&#8203;1230](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1230), [#&#8203;1354](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1354)) - supports configurable aggregation temporality (default: Cumulative, optional: Stateless). ([#&#8203;1296](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1296)) - The Sampler is now called on local child spans. ([#&#8203;1233](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1233)) - The `Kind` type from the `go.opentelemetry.io/otel/api/metric` package was renamed to `InstrumentKind` to more specifically describe what it is and avoid semantic ambiguity. ([#&#8203;1240](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1240)) - The `MetricKind` method of the `Descriptor` type in the `go.opentelemetry.io/otel/api/metric` package was renamed to `Descriptor.InstrumentKind`. This matches the returned type and fixes misuse of the term metric. ([#&#8203;1240](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1240)) - Move test harness from the `go.opentelemetry.io/otel/api/apitest` package into `go.opentelemetry.io/otel/oteltest`. ([#&#8203;1241](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1241)) - Move the `go.opentelemetry.io/otel/api/metric/metrictest` package into `go.opentelemetry.io/oteltest` as part of [#&#8203;964](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/964). ([#&#8203;1252](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1252)) - Move the `go.opentelemetry.io/otel/api/metric` package into `go.opentelemetry.io/otel/metric` as part of [#&#8203;1303](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1303). ([#&#8203;1321](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1321)) - Move the `go.opentelemetry.io/otel/api/metric/registry` package into `go.opentelemetry.io/otel/metric/registry` as a part of [#&#8203;1303](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1303). ([#&#8203;1316](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1316)) - Move the `Number` type (together with related functions) from `go.opentelemetry.io/otel/api/metric` package into `go.opentelemetry.io/otel/metric/number` as a part of [#&#8203;1303](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1303). ([#&#8203;1316](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1316)) - The function signature of the Span `AddEvent` method in `go.opentelemetry.io/otel` is updated to no longer take an unused context and instead take a required name and a variable number of `EventOption`s. ([#&#8203;1254](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1254)) - The function signature of the Span `RecordError` method in `go.opentelemetry.io/otel` is updated to no longer take an unused context and instead take a required error value and a variable number of `EventOption`s. ([#&#8203;1254](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1254)) - Move the `go.opentelemetry.io/otel/api/global` package to `go.opentelemetry.io/otel`. ([#&#8203;1262](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1262)) ([#&#8203;1330](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1330)) - Move the `Version` function from `go.opentelemetry.io/otel/sdk` to `go.opentelemetry.io/otel`. ([#&#8203;1330](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1330)) - Rename correlation context header from `"otcorrelations"` to `"baggage"` to match the OpenTelemetry specification. ([#&#8203;1267](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1267)) - Fix `Code.UnmarshalJSON` to work with valid JSON only. ([#&#8203;1276](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1276)) - The `resource.New()` method changes signature to support builtin attributes and functional options, including `telemetry.sdk.*` and `host.name` semantic conventions; the former method is renamed `resource.NewWithAttributes`. ([#&#8203;1235](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1235)) - The Prometheus exporter now exports non-monotonic counters (i.e. `UpDownCounter`s) as gauges. ([#&#8203;1210](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1210)) - Correct the `Span.End` method documentation in the `otel` API to state updates are not allowed on a span after it has ended. ([#&#8203;1310](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1310)) - Updated span collection limits for attribute, event and link counts to 1000 ([#&#8203;1318](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1318)) - Renamed `semconv.HTTPUrlKey` to `semconv.HTTPURLKey`. ([#&#8203;1338](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1338)) ##### Removed - The `ErrInvalidHexID`, `ErrInvalidTraceIDLength`, `ErrInvalidSpanIDLength`, `ErrInvalidSpanIDLength`, or `ErrNilSpanID` from the `go.opentelemetry.io/otel` package are unexported now. ([#&#8203;1243](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1243)) - The `AddEventWithTimestamp` method on the `Span` interface in `go.opentelemetry.io/otel` is removed due to its redundancy. It is replaced by using the `AddEvent` method with a `WithTimestamp` option. ([#&#8203;1254](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1254)) - The `MockSpan` and `MockTracer` types are removed from `go.opentelemetry.io/otel/oteltest`. `Tracer` and `Span` from the same module should be used in their place instead. ([#&#8203;1306](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1306)) - `WorkerCount` option is removed from `go.opentelemetry.io/otel/exporters/otlp`. ([#&#8203;1350](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1350)) ##### Fixed - Rename `MergeItererator` to `MergeIterator` in the `go.opentelemetry.io/otel/label` package. ([#&#8203;1244](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1244)) - The `go.opentelemetry.io/otel/api/global` packages global TextMapPropagator now delegates functionality to a globally set delegate for all previously returned propagators. ([#&#8203;1258](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1258)) - Fix condition in `label.Any`. ([#&#8203;1299](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1299)) - Fix global `TracerProvider` to pass options to its configured provider. ([#&#8203;1329](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1329)) - Fix missing handler for `ExactKind` aggregator in OTLP metrics transformer ([#&#8203;1309](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1309)) # Raw changes made between v0.13.0 and v0.14.0 [`575df22`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/575df22b7973e921dcbc52df61701e8f62f69a83) (HEAD -> master, tag: v0.14.0, tag: sdk/v0.14.0, tag: exporters/trace/zipkin/v0.14.0, tag: exporters/trace/jaeger/v0.14.0, tag: exporters/stdout/v0.14.0, tag: exporters/otlp/v0.14.0, tag: exporters/metric/prometheus/v0.14.0, tag: example/zipkin/v0.14.0, tag: example/prometheus/v0.14.0, tag: example/otel-collector/v0.14.0, tag: example/namedtracer/v0.14.0, tag: example/jaeger/v0.14.0, tag: example/basic/v0.14.0, tag: bridge/opentracing/v0.14.0, tag: bridge/opencensus/v0.14.0, tag: bridge/opencensus/examples/bridge/v0.14.0, upstream/master, origin/master, origin/HEAD) Release v0.14.0 ([#&#8203;1355](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1355)) [`34aa681`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/34aa6816c1e568dc910344fd5eb10e87b42c901d) revert part of [#&#8203;1334](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1334). Move binary propagation to contrib ([#&#8203;1353](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1353)) [`6eb6801`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/6eb68013b5afc4b68f38e6a8e01d4b170dcf1476) Some cleanups in otlp exporter ([#&#8203;1350](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1350)) [`5b5b4ab`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/5b5b4ab1ea9ecec5cb6d3a9d8de9c693aa5455b2) Update OTLP to v0.6.0 ([#&#8203;1354](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1354)) [`4619c06`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/4619c068e28176797b333c5a8eaf64206332f8f6) Add opencensus bridge example and readme ([#&#8203;1348](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1348)) [`2c2f985`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/2c2f9852fef1d85d8a08e6d763777ccea3797648) Add missing tests for attributesMap ([#&#8203;1337](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1337)) [`fd3c82b`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/fd3c82bec5fc8012da1fdd0402149b38bd8ec59d) support exact kind in OTLP metrics exporter ([#&#8203;1309](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1309)) [`c857a3d`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/c857a3da18cb85194b8906531684e07a82327850) Pass options to configured TracerProvider ([#&#8203;1329](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1329)) [`7022c12`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/7022c12bfce8bad1de7244f9c7b690dbff64a239) Update the package docs for the new API layout ([#&#8203;1346](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1346)) [`bbc9465`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/bbc9465ddb47b3791db8213d0b47e6d4c9be8b1b) Add opencensus binary propagation to bridge ([#&#8203;1334](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1334)) [`73a0539`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/73a05393a0a1824565e03cc00f3ea6dcd69bbf6e) chore(semconv): Add PR number to changelog ([#&#8203;1323](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1323)) [`3207770`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/3207770f88d4ef840a3aae3d958fbc966e3e7351) Set telemetry.sdk.name resource attribute to "opentelemetry" ([#&#8203;1332](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1332)) [`380d945`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/380d9455fd1bf1735c6d5510f1e428d1a9fd5036) s/HTTPUrlKey/HTTPURLKey/ in semconv ([#&#8203;1338](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1338)) [`3d6e8b5`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/3d6e8b5078443c822c3800e89bdb84289d82b084) Move Version function and code from global to toplevel ([#&#8203;1330](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1330)) [`20c78fe`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/20c78fed0ab37829680e98147e3be1f6e059bc25) Bump github.com/google/go-cmp from 0.5.2 to 0.5.3 ([#&#8203;1339](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1339)) [`070b657`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/070b657c215f4cd2087492a7d6a800a82c61f5c7) Add parent context to SpanProcessor.OnStart ([#&#8203;1333](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1333)) [`63a1114`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/63a11144cf5a5fd185e40eba7dd22bce2b2980ef) Move baggage and propagation to separate packages ([#&#8203;1325](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1325)) [`f6df5df`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/f6df5df9388279ee4627ed9e4999f0b83d09d1a8) add opencensus tracing bridge ([#&#8203;1305](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1305)) [`27aa1f6`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/27aa1f601124468cde6c796935460435b6723700) update go documentation badge image ([#&#8203;1322](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1322)) [`75d4911`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/75d4911c95a66b3ed4e869790c0b62d76b10d326) Move metric code to a separate package ([#&#8203;1321](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1321)) [`386331a`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/386331a472deda26020f125501cba346cacf0193) Prepare to move metrics code to separate subpackage ([#&#8203;1316](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1316)) [`f9984f2`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/f9984f2d4ec2a09f42358406d3bac8d83b589494) Support configurable AggregationTemporality in exporters; add OTLP missing sum point temporality/monotonic fields ([#&#8203;1296](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1296)) [`3a06b39`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/3a06b393b98134c2db0b7af9baa2b01a2aeadb3c) Update span collection limits to 1000 ([#&#8203;1318](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1318)) [`b7508da`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/b7508da6fa3f7c76f51c65de9db47123aafd1876) Export non monotonic counters as gauge values from the prometheus exporter ([#&#8203;1269](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1269)) [`757030d`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/757030dc78051d90dd1c33c1d292c4d4e8fa63cb) Update Span End method documentation ([#&#8203;1310](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1310)) [`a354c02`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/a354c026b64309830d152572a4be1afbc3d96d22) Clean up SDK span field docs ([#&#8203;1312](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1312)) [`1041ada`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/1041adaf58b889eecf5262a599bee6975c3f3e7a) Bump github.com/golangci/golangci-lint in /internal/tools ([#&#8203;1315](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1315)) [`3268501`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/32685019109ef57e44919ad7d7ed6e016df3eee6) Move tracing code to trace package ([#&#8203;1307](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1307)) [`9ac3a08`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/9ac3a08eef14d96687edb260e2c27114a658d6b7) Remove MockSpan and MockTracer ([#&#8203;1306](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1306)) [`c9ae670`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/c9ae670c8a96d779e63cbb31d8644ec1b0706a19) Fix zipkin example module name ([#&#8203;1308](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1308)) [`e22a48d`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/e22a48de5a1353fb5450783ca9bb5edf651e9849) chore: adds vanity import for files that don't have it. ([#&#8203;1297](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1297)) [`911d7be`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/911d7be43dc815d9fe5a87d8751243e2450692fc) Check marshalled value instead of iface ([#&#8203;1299](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1299)) [`238d2c0`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/238d2c015ceeb03faa4f9c230916027a1735f098) Bump github.com/golangci/golangci-lint in /internal/tools ([#&#8203;1301](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1301)) [`187adeb`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/187adeb25163b4deb529b770649ec5d0afd21206) Change resource.New() to use functional options; add builtin attributes for (host.*, telemetry.sdk.*) ([#&#8203;1235](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1235)) [`0341956`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/034195692aa8cf728c01af2621440c068610fd4a) Update README and documentation to better communicate pre-GA state ([#&#8203;1281](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1281)) [`23e32b1`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/23e32b19ec227702d6f9d62b1b8aec69c075d21b) Minor readability fixes to the Jeager example ([#&#8203;1282](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1282)) [`d98ad10`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/d98ad1042ccf788482b47e7c75ef3b9cf9ad6223) Fix `Code.UnmarshalJSON` to work with valid json only ([#&#8203;1276](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1276)) [`a6b31e0`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/a6b31e0da1ad6c0e7e66624386a4fc8fd932f521) Update SpanProcessor Shutdown with context and error ([#&#8203;1264](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1264)) [`412ee70`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/412ee70ad27befbdb0c0c1071f07b0d17767ce62) Fix typo in example ([#&#8203;1278](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1278)) [`da3f60a`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/da3f60ac96779dee397a46a450bd3de7b929c56b) Bump github.com/golangci/golangci-lint in /internal/tools ([#&#8203;1274](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1274)) [`d75ccbb`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/d75ccbb378461144d53c878b043ff9f18b44d8ef) Add a Shutdown method to sdk TraceProvider ([#&#8203;1227](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1227)) [`230bdd1`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/230bdd10f0d3a2d00eaebcb153a5341f0882548f) Add SpanContextFromContext() ([#&#8203;1255](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1255)) [`c9bc90b`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/c9bc90b3e40247aa20dde76ef74b93dd6b466ae9) Renaming otcorrelations header to baggage ([#&#8203;1267](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1267)) [`d6dd84f`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/d6dd84f6fa740ddfcf028dab0d79c07513b072cb) Move the otel/api/global package to otel/global ([#&#8203;1262](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1262)) [`818c7b1`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/818c7b14b39eccf708aec8ea45e94c94c3ba9208) Move metric api package into `otel` ([#&#8203;1252](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1252)) [`90de306`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/90de306c2542309a1576f7b0e5bad5039e8932a5) Add global propagator testing and other fixes ([#&#8203;1260](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1260)) [`b7197d5`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/b7197d568f02a0cbc29cc4472300674188238722) Update the internal global TextMapPropagator ([#&#8203;1261](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1261)) [`ec300b2`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/ec300b28ada49f907c9e65b8140573fa441eba69) Update Span API event methods ([#&#8203;1254](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1254)) [`786a78e`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/786a78ea367796751e301d9b3d178c0c8a1c97b3) Add delegating global propagator ([#&#8203;1258](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1258)) [`8fd4b26`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/8fd4b2665503854067c8ae5a6afd4e2eef864daf) Add oteltest TextMap propagator and carrier ([#&#8203;1259](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1259)) [`8ed55f5`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/8ed55f5980611f2e1effe471f9946aba263f255d) Update README with Org GA project board ([#&#8203;1253](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1253)) [`4ea0a20`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/4ea0a208851651020cf1a65b7f139e63f0157816) Update semconv comments ([#&#8203;1249](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1249)) [`5c21e88`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/5c21e88fde7869105120bb1f5b23dbad72d83638) Update documentation for `otel/oteltest` ([#&#8203;1248](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1248)) [`396dd60`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/396dd6053cbb7643d04fe1a468e1994f40ee44ba) (spanfromcontext) Rename Kind from the `api/metric` package ([#&#8203;1240](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1240)) [`65044a1`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/65044a118bc4a26d40b694c11f142e43fd083544) Move `api/apitest` into the `otel/oteltest` package ([#&#8203;1241](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1241)) [`a46f88e`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/a46f88ee8db8b63ecc04b94395f9e55314b94c01) Fix lint issues in otel package ([#&#8203;1243](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1243)) [`bafde86`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/bafde86b29eac6dddae4c12221b40ab97ca4ee34) Fix lint issues in the label package ([#&#8203;1244](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1244)) [`7ecc555`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/7ecc55581b013a7d44b8f979dc13ee7c65328d9c) Update documentation for the OTLP exporter ([#&#8203;1242](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1242)) [`f60f51d`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/f60f51d0a20f0df2c95d86dc4ff241cc9ea2b00e) Move asyncronous metrics state helper out of apimetric/metrictes ([#&#8203;1234](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1234)) [`02cd123`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/02cd1235426d16656120f78cf57c859c77072456) Call sampler on local child spans. ([#&#8203;1233](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1233)) [`25ccf5a`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/25ccf5a08ac6d7fd63192be7c30c6d8f9aeaebdc) Update proto v0.5.0 ([#&#8203;1230](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1230)) [`27c84d6`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/27c84d689d64167e8a1873311782750da6defa39) Move trace api package into `otel` ([#&#8203;1229](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/1229)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent 81598ca commit 3a7f6d5

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
@@ -30,7 +30,7 @@ require (
3030
github.com/aws/smithy-go v1.24.0 // indirect
3131
github.com/bahlo/generic-list-go v0.2.0 // indirect
3232
github.com/buger/jsonparser v1.1.1 // indirect
33-
github.com/cenkalti/backoff/v5 v5.0.2 // indirect
33+
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
3434
github.com/cloudquery/cloudquery-api-go v1.14.6 // indirect
3535
github.com/cloudquery/codegen v0.3.33 // indirect
3636
github.com/cloudquery/plugin-pb-go v1.26.18 // indirect
@@ -43,7 +43,7 @@ require (
4343
github.com/google/flatbuffers v25.2.10+incompatible // indirect
4444
github.com/google/uuid v1.6.0 // indirect
4545
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3 // indirect
46-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
46+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
4747
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
4848
github.com/hashicorp/go-retryablehttp v0.7.8 // indirect
4949
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -66,17 +66,17 @@ require (
6666
github.com/zeebo/xxh3 v1.0.2 // indirect
6767
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
6868
go.opentelemetry.io/otel v1.38.0 // indirect
69-
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.13.0 // indirect
70-
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.37.0 // indirect
71-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37.0 // indirect
72-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.37.0 // indirect
73-
go.opentelemetry.io/otel/log v0.13.0 // indirect
69+
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.14.0 // indirect
70+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.38.0 // indirect
71+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0 // indirect
72+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.38.0 // indirect
73+
go.opentelemetry.io/otel/log v0.14.0 // indirect
7474
go.opentelemetry.io/otel/metric v1.38.0 // indirect
7575
go.opentelemetry.io/otel/sdk v1.38.0 // indirect
76-
go.opentelemetry.io/otel/sdk/log v0.13.0 // indirect
76+
go.opentelemetry.io/otel/sdk/log v0.14.0 // indirect
7777
go.opentelemetry.io/otel/sdk/metric v1.38.0 // indirect
7878
go.opentelemetry.io/otel/trace v1.38.0 // indirect
79-
go.opentelemetry.io/proto/otlp v1.7.0 // indirect
79+
go.opentelemetry.io/proto/otlp v1.7.1 // indirect
8080
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 // indirect
8181
golang.org/x/mod v0.29.0 // indirect
8282
golang.org/x/net v0.46.1-0.20251013234738-63d1a5100f82 // indirect

examples/simple_plugin/go.sum

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ github.com/bradleyjkemp/cupaloy/v2 v2.8.0 h1:any4BmKE+jGIaMpnU8YgH/I2LPiLBufr6oM
5050
github.com/bradleyjkemp/cupaloy/v2 v2.8.0/go.mod h1:bm7JXdkRd4BHJk9HpwqAI8BoAY1lps46Enkdqw6aRX0=
5151
github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs=
5252
github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
53-
github.com/cenkalti/backoff/v5 v5.0.2 h1:rIfFVxEf1QsI7E1ZHfp/B4DF/6QBAUhmgkxc0H7Zss8=
54-
github.com/cenkalti/backoff/v5 v5.0.2/go.mod h1:rkhZdG3JZukswDf7f0cwqPNk4K0sa+F97BxZthm/crw=
53+
github.com/cenkalti/backoff/v5 v5.0.3 h1:ZN+IMa753KfX5hd8vVaMixjnqRZ3y8CuJKRKj1xcsSM=
54+
github.com/cenkalti/backoff/v5 v5.0.3/go.mod h1:rkhZdG3JZukswDf7f0cwqPNk4K0sa+F97BxZthm/crw=
5555
github.com/cloudquery/cloudquery-api-go v1.14.6 h1:lY0ndk5XAe84EronTCg8AnB40FwHCbAYpM4QEPzEb9E=
5656
github.com/cloudquery/cloudquery-api-go v1.14.6/go.mod h1:d+I8E+z3vmvTvCNXZ5YNhxV9InY/i1siXa0vCYq+ABk=
5757
github.com/cloudquery/codegen v0.3.33 h1:EsQjaiupoTgUvwYNmeHy2Wj3XWrpXXojnGZmnV9GpLM=
@@ -93,8 +93,8 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
9393
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
9494
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3 h1:B+8ClL/kCQkRiU82d9xajRPKYMrB7E0MbtzWVi1K4ns=
9595
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3/go.mod h1:NbCUVmiS4foBGBHOYlCT25+YmGpJ32dZPi75pGEUpj4=
96-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 h1:X5VWvz21y3gzm9Nw/kaUeku/1+uBhcekkmy4IkffJww=
97-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1/go.mod h1:Zanoh4+gvIgluNqcfMVTJueD4wSS5hT7zTt4Mrutd90=
96+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 h1:8Tjv8EJ+pM1xP8mK6egEbD1OgnVTyacbefKhmbLhIhU=
97+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2/go.mod h1:pkJQ2tZHJ0aFOVEEot6oZmaVEZcRme73eIFmhiVuRWs=
9898
github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=
9999
github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48=
100100
github.com/hashicorp/go-hclog v1.6.3 h1:Qr2kF+eVWjTiYmU7Y31tYlP1h0q/X3Nl3tPGdaB11/k=
@@ -171,30 +171,30 @@ go.opentelemetry.io/auto/sdk v1.2.1 h1:jXsnJ4Lmnqd11kwkBV2LgLoFMZKizbCi5fNZ/ipaZ
171171
go.opentelemetry.io/auto/sdk v1.2.1/go.mod h1:KRTj+aOaElaLi+wW1kO/DZRXwkF4C5xPbEe3ZiIhN7Y=
172172
go.opentelemetry.io/otel v1.38.0 h1:RkfdswUDRimDg0m2Az18RKOsnI8UDzppJAtj01/Ymk8=
173173
go.opentelemetry.io/otel v1.38.0/go.mod h1:zcmtmQ1+YmQM9wrNsTGV/q/uyusom3P8RxwExxkZhjM=
174-
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.13.0 h1:zUfYw8cscHHLwaY8Xz3fiJu+R59xBnkgq2Zr1lwmK/0=
175-
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.13.0/go.mod h1:514JLMCcFLQFS8cnTepOk6I09cKWJ5nGHBxHrMJ8Yfg=
176-
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.37.0 h1:9PgnL3QNlj10uGxExowIDIZu66aVBwWhXmbOp1pa6RA=
177-
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.37.0/go.mod h1:0ineDcLELf6JmKfuo0wvvhAVMuxWFYvkTin2iV4ydPQ=
178-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37.0 h1:Ahq7pZmv87yiyn3jeFz/LekZmPLLdKejuO3NcK9MssM=
179-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37.0/go.mod h1:MJTqhM0im3mRLw1i8uGHnCvUEeS7VwRyxlLC78PA18M=
180-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.37.0 h1:bDMKF3RUSxshZ5OjOTi8rsHGaPKsAt76FaqgvIUySLc=
181-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.37.0/go.mod h1:dDT67G/IkA46Mr2l9Uj7HsQVwsjASyV9SjGofsiUZDA=
182-
go.opentelemetry.io/otel/log v0.13.0 h1:yoxRoIZcohB6Xf0lNv9QIyCzQvrtGZklVbdCoyb7dls=
183-
go.opentelemetry.io/otel/log v0.13.0/go.mod h1:INKfG4k1O9CL25BaM1qLe0zIedOpvlS5Z7XgSbmN83E=
174+
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.14.0 h1:QQqYw3lkrzwVsoEX0w//EhH/TCnpRdEenKBOOEIMjWc=
175+
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.14.0/go.mod h1:gSVQcr17jk2ig4jqJ2DX30IdWH251JcNAecvrqTxH1s=
176+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.38.0 h1:Oe2z/BCg5q7k4iXC3cqJxKYg0ieRiOqF0cecFYdPTwk=
177+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.38.0/go.mod h1:ZQM5lAJpOsKnYagGg/zV2krVqTtaVdYdDkhMoX6Oalg=
178+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0 h1:GqRJVj7UmLjCVyVJ3ZFLdPRmhDUp2zFmQe3RHIOsw24=
179+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0/go.mod h1:ri3aaHSmCTVYu2AWv44YMauwAQc0aqI9gHKIcSbI1pU=
180+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.38.0 h1:aTL7F04bJHUlztTsNGJ2l+6he8c+y/b//eR0jjjemT4=
181+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.38.0/go.mod h1:kldtb7jDTeol0l3ewcmd8SDvx3EmIE7lyvqbasU3QC4=
182+
go.opentelemetry.io/otel/log v0.14.0 h1:2rzJ+pOAZ8qmZ3DDHg73NEKzSZkhkGIua9gXtxNGgrM=
183+
go.opentelemetry.io/otel/log v0.14.0/go.mod h1:5jRG92fEAgx0SU/vFPxmJvhIuDU9E1SUnEQrMlJpOno=
184184
go.opentelemetry.io/otel/metric v1.38.0 h1:Kl6lzIYGAh5M159u9NgiRkmoMKjvbsKtYRwgfrA6WpA=
185185
go.opentelemetry.io/otel/metric v1.38.0/go.mod h1:kB5n/QoRM8YwmUahxvI3bO34eVtQf2i4utNVLr9gEmI=
186186
go.opentelemetry.io/otel/sdk v1.38.0 h1:l48sr5YbNf2hpCUj/FoGhW9yDkl+Ma+LrVl8qaM5b+E=
187187
go.opentelemetry.io/otel/sdk v1.38.0/go.mod h1:ghmNdGlVemJI3+ZB5iDEuk4bWA3GkTpW+DOoZMYBVVg=
188-
go.opentelemetry.io/otel/sdk/log v0.13.0 h1:I3CGUszjM926OphK8ZdzF+kLqFvfRY/IIoFq/TjwfaQ=
189-
go.opentelemetry.io/otel/sdk/log v0.13.0/go.mod h1:lOrQyCCXmpZdN7NchXb6DOZZa1N5G1R2tm5GMMTpDBw=
190-
go.opentelemetry.io/otel/sdk/log/logtest v0.13.0 h1:9yio6AFZ3QD9j9oqshV1Ibm9gPLlHNxurno5BreMtIA=
191-
go.opentelemetry.io/otel/sdk/log/logtest v0.13.0/go.mod h1:QOGiAJHl+fob8Nu85ifXfuQYmJTFAvcrxL6w5/tu168=
188+
go.opentelemetry.io/otel/sdk/log v0.14.0 h1:JU/U3O7N6fsAXj0+CXz21Czg532dW2V4gG1HE/e8Zrg=
189+
go.opentelemetry.io/otel/sdk/log v0.14.0/go.mod h1:imQvII+0ZylXfKU7/wtOND8Hn4OpT3YUoIgqJVksUkM=
190+
go.opentelemetry.io/otel/sdk/log/logtest v0.14.0 h1:Ijbtz+JKXl8T2MngiwqBlPaHqc4YCaP/i13Qrow6gAM=
191+
go.opentelemetry.io/otel/sdk/log/logtest v0.14.0/go.mod h1:dCU8aEL6q+L9cYTqcVOk8rM9Tp8WdnHOPLiBgp0SGOA=
192192
go.opentelemetry.io/otel/sdk/metric v1.38.0 h1:aSH66iL0aZqo//xXzQLYozmWrXxyFkBJ6qT5wthqPoM=
193193
go.opentelemetry.io/otel/sdk/metric v1.38.0/go.mod h1:dg9PBnW9XdQ1Hd6ZnRz689CbtrUp0wMMs9iPcgT9EZA=
194194
go.opentelemetry.io/otel/trace v1.38.0 h1:Fxk5bKrDZJUH+AMyyIXGcFAPah0oRcT+LuNtJrmcNLE=
195195
go.opentelemetry.io/otel/trace v1.38.0/go.mod h1:j1P9ivuFsTceSWe1oY+EeW3sc+Pp42sO++GHkg4wwhs=
196-
go.opentelemetry.io/proto/otlp v1.7.0 h1:jX1VolD6nHuFzOYso2E73H85i92Mv8JQYk0K9vz09os=
197-
go.opentelemetry.io/proto/otlp v1.7.0/go.mod h1:fSKjH6YJ7HDlwzltzyMj036AJ3ejJLCgCSHGj4efDDo=
196+
go.opentelemetry.io/proto/otlp v1.7.1 h1:gTOMpGDb0WTBOP8JaO72iL3auEZhVmAQg4ipjOVAtj4=
197+
go.opentelemetry.io/proto/otlp v1.7.1/go.mod h1:b2rVh6rfI/s2pHWNlB7ILJcRALpcNDzKhACevjI+ZnE=
198198
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
199199
go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
200200
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 h1:mgKeJMpvi0yx/sU5GsxQ7p6s2wtOnGAHZWCHUM4KGzY=

go.mod

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ require (
2828
github.com/stretchr/testify v1.11.1
2929
github.com/thoas/go-funk v0.9.3
3030
go.opentelemetry.io/otel v1.38.0
31-
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.13.0
32-
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.37.0
33-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37.0
34-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.37.0
35-
go.opentelemetry.io/otel/log v0.13.0
31+
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.14.0
32+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.38.0
33+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0
34+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.38.0
35+
go.opentelemetry.io/otel/log v0.14.0
3636
go.opentelemetry.io/otel/metric v1.38.0
3737
go.opentelemetry.io/otel/sdk v1.38.0
38-
go.opentelemetry.io/otel/sdk/log v0.13.0
38+
go.opentelemetry.io/otel/sdk/log v0.14.0
3939
go.opentelemetry.io/otel/sdk/metric v1.38.0
4040
go.opentelemetry.io/otel/trace v1.38.0
4141
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546
@@ -64,13 +64,13 @@ require (
6464
github.com/aws/smithy-go v1.24.0 // indirect
6565
github.com/bahlo/generic-list-go v0.2.0 // indirect
6666
github.com/buger/jsonparser v1.1.1 // indirect
67-
github.com/cenkalti/backoff/v5 v5.0.2 // indirect
67+
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
6868
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
6969
github.com/ghodss/yaml v1.0.0 // indirect
7070
github.com/go-logr/logr v1.4.3 // indirect
7171
github.com/go-logr/stdr v1.2.2 // indirect
7272
github.com/google/flatbuffers v25.2.10+incompatible // indirect
73-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
73+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
7474
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
7575
github.com/inconshreveable/mousetrap v1.1.0 // indirect
7676
github.com/klauspost/compress v1.18.0 // indirect
@@ -86,7 +86,7 @@ require (
8686
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
8787
github.com/zeebo/xxh3 v1.0.2 // indirect
8888
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
89-
go.opentelemetry.io/proto/otlp v1.7.0 // indirect
89+
go.opentelemetry.io/proto/otlp v1.7.1 // indirect
9090
golang.org/x/mod v0.29.0 // indirect
9191
golang.org/x/net v0.46.1-0.20251013234738-63d1a5100f82 // indirect
9292
golang.org/x/sys v0.37.0 // indirect

go.sum

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ github.com/bradleyjkemp/cupaloy/v2 v2.8.0 h1:any4BmKE+jGIaMpnU8YgH/I2LPiLBufr6oM
5050
github.com/bradleyjkemp/cupaloy/v2 v2.8.0/go.mod h1:bm7JXdkRd4BHJk9HpwqAI8BoAY1lps46Enkdqw6aRX0=
5151
github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs=
5252
github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
53-
github.com/cenkalti/backoff/v5 v5.0.2 h1:rIfFVxEf1QsI7E1ZHfp/B4DF/6QBAUhmgkxc0H7Zss8=
54-
github.com/cenkalti/backoff/v5 v5.0.2/go.mod h1:rkhZdG3JZukswDf7f0cwqPNk4K0sa+F97BxZthm/crw=
53+
github.com/cenkalti/backoff/v5 v5.0.3 h1:ZN+IMa753KfX5hd8vVaMixjnqRZ3y8CuJKRKj1xcsSM=
54+
github.com/cenkalti/backoff/v5 v5.0.3/go.mod h1:rkhZdG3JZukswDf7f0cwqPNk4K0sa+F97BxZthm/crw=
5555
github.com/cloudquery/cloudquery-api-go v1.14.6 h1:lY0ndk5XAe84EronTCg8AnB40FwHCbAYpM4QEPzEb9E=
5656
github.com/cloudquery/cloudquery-api-go v1.14.6/go.mod h1:d+I8E+z3vmvTvCNXZ5YNhxV9InY/i1siXa0vCYq+ABk=
5757
github.com/cloudquery/codegen v0.3.33 h1:EsQjaiupoTgUvwYNmeHy2Wj3XWrpXXojnGZmnV9GpLM=
@@ -96,8 +96,8 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
9696
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
9797
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3 h1:B+8ClL/kCQkRiU82d9xajRPKYMrB7E0MbtzWVi1K4ns=
9898
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3/go.mod h1:NbCUVmiS4foBGBHOYlCT25+YmGpJ32dZPi75pGEUpj4=
99-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 h1:X5VWvz21y3gzm9Nw/kaUeku/1+uBhcekkmy4IkffJww=
100-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1/go.mod h1:Zanoh4+gvIgluNqcfMVTJueD4wSS5hT7zTt4Mrutd90=
99+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 h1:8Tjv8EJ+pM1xP8mK6egEbD1OgnVTyacbefKhmbLhIhU=
100+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2/go.mod h1:pkJQ2tZHJ0aFOVEEot6oZmaVEZcRme73eIFmhiVuRWs=
101101
github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=
102102
github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48=
103103
github.com/hashicorp/go-hclog v1.6.3 h1:Qr2kF+eVWjTiYmU7Y31tYlP1h0q/X3Nl3tPGdaB11/k=
@@ -182,30 +182,30 @@ go.opentelemetry.io/auto/sdk v1.2.1 h1:jXsnJ4Lmnqd11kwkBV2LgLoFMZKizbCi5fNZ/ipaZ
182182
go.opentelemetry.io/auto/sdk v1.2.1/go.mod h1:KRTj+aOaElaLi+wW1kO/DZRXwkF4C5xPbEe3ZiIhN7Y=
183183
go.opentelemetry.io/otel v1.38.0 h1:RkfdswUDRimDg0m2Az18RKOsnI8UDzppJAtj01/Ymk8=
184184
go.opentelemetry.io/otel v1.38.0/go.mod h1:zcmtmQ1+YmQM9wrNsTGV/q/uyusom3P8RxwExxkZhjM=
185-
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.13.0 h1:zUfYw8cscHHLwaY8Xz3fiJu+R59xBnkgq2Zr1lwmK/0=
186-
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.13.0/go.mod h1:514JLMCcFLQFS8cnTepOk6I09cKWJ5nGHBxHrMJ8Yfg=
187-
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.37.0 h1:9PgnL3QNlj10uGxExowIDIZu66aVBwWhXmbOp1pa6RA=
188-
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.37.0/go.mod h1:0ineDcLELf6JmKfuo0wvvhAVMuxWFYvkTin2iV4ydPQ=
189-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37.0 h1:Ahq7pZmv87yiyn3jeFz/LekZmPLLdKejuO3NcK9MssM=
190-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37.0/go.mod h1:MJTqhM0im3mRLw1i8uGHnCvUEeS7VwRyxlLC78PA18M=
191-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.37.0 h1:bDMKF3RUSxshZ5OjOTi8rsHGaPKsAt76FaqgvIUySLc=
192-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.37.0/go.mod h1:dDT67G/IkA46Mr2l9Uj7HsQVwsjASyV9SjGofsiUZDA=
193-
go.opentelemetry.io/otel/log v0.13.0 h1:yoxRoIZcohB6Xf0lNv9QIyCzQvrtGZklVbdCoyb7dls=
194-
go.opentelemetry.io/otel/log v0.13.0/go.mod h1:INKfG4k1O9CL25BaM1qLe0zIedOpvlS5Z7XgSbmN83E=
185+
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.14.0 h1:QQqYw3lkrzwVsoEX0w//EhH/TCnpRdEenKBOOEIMjWc=
186+
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.14.0/go.mod h1:gSVQcr17jk2ig4jqJ2DX30IdWH251JcNAecvrqTxH1s=
187+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.38.0 h1:Oe2z/BCg5q7k4iXC3cqJxKYg0ieRiOqF0cecFYdPTwk=
188+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.38.0/go.mod h1:ZQM5lAJpOsKnYagGg/zV2krVqTtaVdYdDkhMoX6Oalg=
189+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0 h1:GqRJVj7UmLjCVyVJ3ZFLdPRmhDUp2zFmQe3RHIOsw24=
190+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0/go.mod h1:ri3aaHSmCTVYu2AWv44YMauwAQc0aqI9gHKIcSbI1pU=
191+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.38.0 h1:aTL7F04bJHUlztTsNGJ2l+6he8c+y/b//eR0jjjemT4=
192+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.38.0/go.mod h1:kldtb7jDTeol0l3ewcmd8SDvx3EmIE7lyvqbasU3QC4=
193+
go.opentelemetry.io/otel/log v0.14.0 h1:2rzJ+pOAZ8qmZ3DDHg73NEKzSZkhkGIua9gXtxNGgrM=
194+
go.opentelemetry.io/otel/log v0.14.0/go.mod h1:5jRG92fEAgx0SU/vFPxmJvhIuDU9E1SUnEQrMlJpOno=
195195
go.opentelemetry.io/otel/metric v1.38.0 h1:Kl6lzIYGAh5M159u9NgiRkmoMKjvbsKtYRwgfrA6WpA=
196196
go.opentelemetry.io/otel/metric v1.38.0/go.mod h1:kB5n/QoRM8YwmUahxvI3bO34eVtQf2i4utNVLr9gEmI=
197197
go.opentelemetry.io/otel/sdk v1.38.0 h1:l48sr5YbNf2hpCUj/FoGhW9yDkl+Ma+LrVl8qaM5b+E=
198198
go.opentelemetry.io/otel/sdk v1.38.0/go.mod h1:ghmNdGlVemJI3+ZB5iDEuk4bWA3GkTpW+DOoZMYBVVg=
199-
go.opentelemetry.io/otel/sdk/log v0.13.0 h1:I3CGUszjM926OphK8ZdzF+kLqFvfRY/IIoFq/TjwfaQ=
200-
go.opentelemetry.io/otel/sdk/log v0.13.0/go.mod h1:lOrQyCCXmpZdN7NchXb6DOZZa1N5G1R2tm5GMMTpDBw=
201-
go.opentelemetry.io/otel/sdk/log/logtest v0.13.0 h1:9yio6AFZ3QD9j9oqshV1Ibm9gPLlHNxurno5BreMtIA=
202-
go.opentelemetry.io/otel/sdk/log/logtest v0.13.0/go.mod h1:QOGiAJHl+fob8Nu85ifXfuQYmJTFAvcrxL6w5/tu168=
199+
go.opentelemetry.io/otel/sdk/log v0.14.0 h1:JU/U3O7N6fsAXj0+CXz21Czg532dW2V4gG1HE/e8Zrg=
200+
go.opentelemetry.io/otel/sdk/log v0.14.0/go.mod h1:imQvII+0ZylXfKU7/wtOND8Hn4OpT3YUoIgqJVksUkM=
201+
go.opentelemetry.io/otel/sdk/log/logtest v0.14.0 h1:Ijbtz+JKXl8T2MngiwqBlPaHqc4YCaP/i13Qrow6gAM=
202+
go.opentelemetry.io/otel/sdk/log/logtest v0.14.0/go.mod h1:dCU8aEL6q+L9cYTqcVOk8rM9Tp8WdnHOPLiBgp0SGOA=
203203
go.opentelemetry.io/otel/sdk/metric v1.38.0 h1:aSH66iL0aZqo//xXzQLYozmWrXxyFkBJ6qT5wthqPoM=
204204
go.opentelemetry.io/otel/sdk/metric v1.38.0/go.mod h1:dg9PBnW9XdQ1Hd6ZnRz689CbtrUp0wMMs9iPcgT9EZA=
205205
go.opentelemetry.io/otel/trace v1.38.0 h1:Fxk5bKrDZJUH+AMyyIXGcFAPah0oRcT+LuNtJrmcNLE=
206206
go.opentelemetry.io/otel/trace v1.38.0/go.mod h1:j1P9ivuFsTceSWe1oY+EeW3sc+Pp42sO++GHkg4wwhs=
207-
go.opentelemetry.io/proto/otlp v1.7.0 h1:jX1VolD6nHuFzOYso2E73H85i92Mv8JQYk0K9vz09os=
208-
go.opentelemetry.io/proto/otlp v1.7.0/go.mod h1:fSKjH6YJ7HDlwzltzyMj036AJ3ejJLCgCSHGj4efDDo=
207+
go.opentelemetry.io/proto/otlp v1.7.1 h1:gTOMpGDb0WTBOP8JaO72iL3auEZhVmAQg4ipjOVAtj4=
208+
go.opentelemetry.io/proto/otlp v1.7.1/go.mod h1:b2rVh6rfI/s2pHWNlB7ILJcRALpcNDzKhACevjI+ZnE=
209209
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
210210
go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
211211
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=

0 commit comments

Comments
 (0)