Files
temporal/go.mod
Stephan Behnke 28fc5d9040 Add OpenTelemetry HTTP instrumentation (#11558)
## What changed?

Added reusable OpenTelemetry wrappers for HTTP clients and servers.

It is not wired up in this PR yet.

## Why?

Nexus uses HTTP in several internal and external paths, but Temporal
only had shared tracing support for gRPC. This provides the common HTTP
instrumentation used by the rest of the stack.

## How did you test it?
- [x] built
- [ ] run locally and tested manually
- [ ] covered by existing tests
- [x] added new unit test(s)
- [ ] added new functional test(s)

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-08-18 09:28:16 -07:00

11 KiB