census-instrumentation / opencensus-csharp

Distributed tracing and stats collecting framework
https://opencensus.io
Apache License 2.0
139 stars 32 forks source link

Is Steeltoe version of Sleuth available? #116

Closed senthildevi2019 closed 5 years ago

SergeyKanzhelev commented 5 years ago

@dtillman can you please help answering this?

senthildevi2019 commented 5 years ago

https://howtodoinjava.com/spring-cloud/spring-cloud-zipkin-sleuth-tutorial/

Sleuth is in java. do we have any wrapper for this in .Net or Steeltoe?

senthildevi2019 commented 5 years ago

How can I do tracing for Message systems like RabbitMQ, NServiceBus when using Zipkin?

SergeyKanzhelev commented 5 years ago

@senthildevi2019 you can trace calls to RabbitMQ by calling StartSpan API. There is no auto-collector today so you'd need to use API directly to wrap your calls.

senthildevi2019 commented 5 years ago

Can you add more details? Some code snippets if any..

SergeyKanzhelev commented 5 years ago

@senthildevi2019 this doc gives an introduction in tracing API: https://opencensus.io/quickstart/dotnet/tracing/ Let me know if you need more info

senthildevi2019 commented 5 years ago

Thank you .. let me try it out and update you