Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
1k views

How to write custom trace sender in Spring Sleuth / Brave

My company has got custom distributed tracing solution. I've got Java client/proxy library ready for it, its able to send traces/spans to server. However I would like to integrate it with Spring Boot ...
Tomasz Modelski's user avatar
0 votes
1 answer
1k views

Convert Span Id from long to String

How can I convert a Brave Span id, which I've retrieved from span.context().spanId() to a String containing its 64 lower-hex encoded bits. Sleuth contained a static utility method, Span.idToHex() ...
blackcompe's user avatar
  • 3,190
1 vote
1 answer
2k views

Brave Tracing in Kafka Headers

In SB2, Brave instruments Kafka messages with B3 headers by default, however I need to change the field names that are injected. E.g. X-B3-TraceId should be myEventTraceId. Is there an easy way to do ...
blackcompe's user avatar
  • 3,190