Skip to content

Instantly share code, notes, and snippets.

@carlosalberto
Created March 26, 2019 14:27
Show Gist options
  • Save carlosalberto/f991c7e21beb4199bd38935ecbd48766 to your computer and use it in GitHub Desktop.
Save carlosalberto/f991c7e21beb4199bd38935ecbd48766 to your computer and use it in GitHub Desktop.
Span context = span.context();
String traceId = context.toTraceId();
String spanId = context.toSpanId();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment