Tyler Yahn
Tyler Yahn
[This package](https://github.com/open-telemetry/opentelemetry-go/tree/dbcd24f6377614d9e20d3bb3124d0ca4425c55d5/bridge/opentracing/internal) only contains mocks for testing. These are only ever used in the `opentracing` bridge. - [ ] Copy `bridge/opentracing/internal/mock.go` to `bridge/opentracing/mock_test.go` - [ ] Rename all exported types...
Based on the chaining of how logging works this needs to also fully test the functionality of: - `LogEvent` - `LogEventWithPayload` - `Log` https://github.com/open-telemetry/opentelemetry-go/blob/b98dd5e5aca263c50154bbb4b58b9254e5821460/bridge/opentracing/bridge.go#L258-L273
OpenTelemetry is included in the CNCF CLO monitor tooling, including this repository: https://clomonitor.io/projects/cncf/open-telemetry#opentelemetry-go There are reported issues there we could improve on. We should evaluate each and decide on any...
Blocked by #6598 _Originally posted by @andriisoldatenko in https://github.com/open-telemetry/opentelemetry-go/pull/6598#discussion_r2026540360_
The `internal/baggage` package is a dependency of `baggage/opentracing`. This is a cross-module internal dependency. Meaning allowed breaking changes to `internal/baggage` will break users that try to mix modules. This has...
These are the goals we identified for 2025 in our [first meeting of the year](https://docs.google.com/document/d/1E5e7Ld0NuU1iVvf-42tOBpu2VBBLYnh73GJuITGJTTU/edit?tab=t.0). ## Prioritization ### Plan to accomplish in first 3 months - [x] [new semconv (weaver)](#new-semconv-(weaver))...
Provide an [OpenSSF Security Insights](https://github.com/ossf/security-insights-spec/blob/v1.0.0/specification.md) manifest file. Documentation: https://clomonitor.io/docs/topics/checks/#security-insights
Provides a policy that describes how dependencies are consumed and updated. The url of the dependencies policy needs to be made available in the `dependencies > env-dependencies-policy` section of the...
[This function was deprecated in the last year](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/04830335a531f8c135b0a8bea36a8b5ec272af60) and should be removed. - [ ] Remove the deprecated `UnaryServerInterceptor` function: https://github.com/open-telemetry/opentelemetry-go-contrib/blob/2a6af7def1f050f24f6739c8d45745eb3f3f2d95/instrumentation/google.golang.org/grpc/otelgrpc/interceptor.go#L393-L448 - [ ] Remove the benchmark test: https://github.com/open-telemetry/opentelemetry-go-contrib/blob/2a6af7def1f050f24f6739c8d45745eb3f3f2d95/instrumentation/google.golang.org/grpc/otelgrpc/benchmark_test.go#L81-L87 -...
[This function was deprecated in the last year](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/04830335a531f8c135b0a8bea36a8b5ec272af60) and should be removed. - [ ] Remove the deprecated `StreamClientInterceptor` function: https://github.com/open-telemetry/opentelemetry-go-contrib/blob/2a6af7def1f050f24f6739c8d45745eb3f3f2d95/instrumentation/google.golang.org/grpc/otelgrpc/interceptor.go#L211-L266 - [ ] Remove the benchmark test: https://github.com/open-telemetry/opentelemetry-go-contrib/blob/2a6af7def1f050f24f6739c8d45745eb3f3f2d95/instrumentation/google.golang.org/grpc/otelgrpc/benchmark_test.go#L97-L103 -...