Is there a way to convert the brave.propagation.TraceContext
object to JSON?
I tried new ObjectMapper().writeValueAsString(traceContextObject)
but it gives {"localRoot":true}
Is there a way to convert the brave.propagation.TraceContext
object to JSON?
I tried new ObjectMapper().writeValueAsString(traceContextObject)
but it gives {"localRoot":true}