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.