Releases: DataDog/dd-trace-dotnet
Releases · DataDog/dd-trace-dotnet
0.1.3
New integrations
- Add Sql Server Ado.Net instrumentation through
DiagnosticsSourceevents for dotnet core and through ETWEventSourceon the full framework. To enable the instrumentation, check the project README (#30, docs)
Tooling improvements
- The build now uses Cake and can be run either on Windows or Unix (#35)
- A benchmarking project was added to evaluate performance improvements to the library (#38)
- The repository is now integrated with Circle CI for continuous integration (#39)
Performance improvements
- Use static Random object in Span creation to improve performance (#38)
Read the full changeset.
0.1.2
New Features
New integrations
- Add ASP.NET core instrumentation through
DiagnosticsSourceevents. To enable the instrumentation, check the project README (#36, docs)
Breaking Changes
- The new Scope API introduces breaking changes on how to use the tracer (#28)
ServiceInfohas been removed completely and will now be done in the agent (#34)
Documentation
- Refactor documentation to account for the changes introduced by the new Scope API (#28)
Read the full changeset.
v0.1.1
0.1.0
First alpha release is out!
This pre-release introduces all the bindings for the APM C# Tracer. Here the list of available functionalities:
- the C# Tracer is OpenTracing compliant
SpanandTraceContextmodels to represent traces- Flushing system to send traces to the Datadog Trace Agent
- Manual instrumentation is available via OpenTracing API