opentelemetry-go icon indicating copy to clipboard operation
opentelemetry-go copied to clipboard

Fix TestWithIDGenerator

Open pellared opened this issue 6 months ago • 0 comments

Fixes https://github.com/open-telemetry/opentelemetry-go/issues/4893

  • IDGenerator.NewIDs was not covered with tests (generation of TraceID)
  • startTraceID was not used for generator initialization
  • Use different IDs

pellared avatar Feb 08 '24 14:02 pellared