mdsol / Medidata.ZipkinTracerModule

[Deprecated] Zipkin Request Tracing for .Net Apps
MIT License
53 stars 20 forks source link

The example program should be updated #98

Open praveenkbarli opened 7 years ago

praveenkbarli commented 7 years ago

The current example uses methods of Zipkinclient, TraceProvider classes like StartServerTrace. As discussed with Brent - "We can only use tracing for inbound calls using the OWIN middlewares and outbound calls using http client message handlers. Please don't use ZipkinClient methods directly."