mdsol / Medidata.ZipkinTracerModule

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

[MCC-202655] Local Tracing for Arbitrary Events #72

Closed lschreck-mdsol closed 8 years ago

lschreck-mdsol commented 8 years ago

@bvillanueva-mdsol @kenyamat @jcarres-mdsol This PR implements a tracing mechanism for being able to trace local events related to a request.

The concept is the following:

Please note that I used some new features of the C# 6.0 (e.g. null-conditional operator, interpolated strings etc.) therefore it is highly recommended to use Visual Studio 2015 for development and build purposes from now on.

Please review and merge it, then I will create and publish the NuGet package.

fyi @cabbott @BPONTES @jfeltesse-mdsol @ykitamura-mdsol

kenyamat commented 8 years ago

LGTM