You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-11-23 22:34:47 +02:00
- Remove unsupported fields in v5: `MaxElapsedTime`, `Stop` and `Clock` - Use `time.Now()` and `time.Since()` to manually track elapsed time Fix #6417 --------- Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
Shared
Code under this directory contains reusable internal code which is distributed across packages using //go:generate gotmpl in gen.go files.