Skip to content

plusultraland/Silverback.Integration.OpenTracing

Repository files navigation

Silverback + Opentracing

Build Status

Nuget

Propagates trace information through pub/sub pattern

Inspired by this project

How to use

Ensure that GlobalTracer is initialized

Just add UseOpenTracing():

public void ConfigureServices(IServiceCollection services)
{
    services.AddSilverback()
        .UseOpenTracing();;
}

This will add two behaviors ConsumerTracingBehavior and ProducerTracingBehavior.

Examples

jaeger

See examples/OpenTracing.Example for full setup

Enjoy ;)

About

Integrates Silverback with Opentracing

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages