opentracing / opentracing-java

OpenTracing API for Java. 🛑 This library is DEPRECATED! https://github.com/opentracing/specification/issues/163
http://opentracing.io
Apache License 2.0
1.68k stars 344 forks source link

Parent span ID #354

Closed msoub closed 5 years ago

msoub commented 5 years ago

Hello,

Would that be possible to add to SpanContext a method to get the parent span ID?

whiskeysierra commented 5 years ago

See #323

msoub commented 5 years ago

Thanks for pointing it out to me.