natchez icon indicating copy to clipboard operation
natchez copied to clipboard

Add logging capabilities to Trace and Span

Open sbly opened this issue 3 years ago • 0 comments

Add the ability to log time-specific messages containing key-value pairs, as outlined by the OpenTracing spec: https://opentracing.io/docs/overview/tags-logs-baggage/#logs

I have tried to give each implementation of Span a sensible implementation. Some do not support logging in any reasonable manner, and others have a slightly different notion of logging

sbly avatar Jul 08 '21 21:07 sbly