Releases: signalfx/signalfx-dotnet-tracing
Releases · signalfx/signalfx-dotnet-tracing
v0.1.10
v0.1.9
- Fix DbCommand.xxxAsync failures on 32-bit .NET Framework. - Expose SIGNALFX_SERVICE_NAME and SIGNALFX_ENV, in addition, to trace and span IDs at injected log context to improve correlating logs with spans.
0.1.8
- New instrumentations for Elasticsearch7 and HttpWebClient.GetRequestStream
- Fixed InvalidProgramException when reading push values outside the boundaries of the array
- Removed MsgPack from project
- Added support to stdout log
- ASP.NET Core MVC: better handling of incomplete route values
0.1.3
0.1.2
0.1.1
- Updates GraphQL span content.
- Ensures managed loader executes for lone OpenTracing usage.
- Documentation improvements.
0.1.0
Breaking Change: Migrates error tags to sfx.error.*
- Adds additional ASP.NET Core Diagnostic Listener configurable.
- Renames managed modules.
- Adds db.statement sanitization for SQL statements.
- Updates for initial .msi builds.
- Adopts upstream 1.16.0 with updated PropertyFetcher reversion.
0.0.3
- Updates ServiceStack.Redis and StackExchange.Redis span content for OT conventions.
- Adds tracing library information to default tags.
0.0.2
- Updates Elasticsearch.Net span content to include PostData (including configurable to disable)
- Corrects span kind case issue in Zipkin v2 JSON and removes redundant tag
0.0.1
- Adds Zipkin v2 JSON serialization and trace reporting.
- Includes and registers global tracer in OpenTracing wrapper library.
- Adopts OpenTracing semantic conventions in ASP.NET Core MVC, ADO.NET, HTTP clients, and MongoDb instrumentations.
- Implements Span.Log() and united ScopeManager.