yurishkuro / opentracing-tutorial

A collection of tutorials for the OpenTracing API
Apache License 2.0
1.57k stars 404 forks source link

Tracing with message broker example in Go #72

Closed sunjayaali closed 3 years ago

sunjayaali commented 3 years ago

Hi, I just started to implement my system with tracing, and since my system is heavily using message broker, is there any example or reference in Go for this?

yurishkuro commented 3 years ago

I recommend going through this tutorial to understand the basics, they are applicable in all situations.

My book has an example of Kafka-based application: https://github.com/PacktPublishing/Mastering-Distributed-Tracing/tree/master/Chapter05