Bill Richards

Results 4 issues of Bill Richards

Fix cosmetic logging bug: ensure OpenTelemetry TraceID/SpanID are logged as hex strings instead of byte slices. Minimal change: call .String() on both.\n\nValidation: ran go test ./... successfully.\n\nAffected file: contrib/opentelemetry/tracing_interceptor.go closes...

## Issue The logger in lines [225-228](https://github.com/temporalio/sdk-go/blob/a451bef0b7c99092974ac3d58311532d4c244896/contrib/opentelemetry/tracing_interceptor.go#L225-L228) has a bug where the TraceID and SpanID are not converted to string which is causing a cosmetic bug when log gets printed,...

bug

### Temporal Affiliation - [x] I am a Temporal employee ### Page URL https://docs.temporal.io/cloud/api-keys#java-sdk ### Content Issue Hi Docs team! Along this same vein the Java SDK docs for api...

### Temporal Affiliation - [x] I am a Temporal employee ### Content Suggestion This is briefly touched on in Java 101 course, but we need to have something somewhere that...