Skip to content

Releases: signalfx/signalfx-dotnet-tracing

v0.1.10

04 Jun 01:00
90c6426
Compare
Choose a tag to compare

Changes on this release:

  • Added support for 128-bit TraceId
  • Added W3C propagation support
  • Added Server-Timing (and Access-Control-Expose-Headers) header support.

v0.1.9

23 Mar 17:56
199a652
Compare
Choose a tag to compare
- 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

03 Feb 05:49
93ed670
Compare
Choose a tag to compare
  • 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

12 Oct 17:41
c111a97
Compare
Choose a tag to compare
  • Added max "recorded" length control via SIGNALFX_RECORDED_VALUE_MAX_LENGTH environment variable.
  • Reduced the probability of TraceId and SpanId collisions (#64)
  • Added instructions and scripts to build Cloud Foundry Buildpacks

0.1.2

15 Aug 00:30
ca874f9
Compare
Choose a tag to compare
  • New .NET Framework integrations: ASP.NET MVC, ASP.NET Web API 2, and WCF server.
  • New configuration option to add client IP to ASP.NET server spans
  • Enable trace and log correlation (supports log4net, SeriLog, NLog)
  • Support for SignalFx access token

0.1.1

28 May 21:24
be81cc7
Compare
Choose a tag to compare
  • Updates GraphQL span content.
  • Ensures managed loader executes for lone OpenTracing usage.
  • Documentation improvements.

0.1.0

06 May 13:55
d2d5a25
Compare
Choose a tag to compare

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

14 Apr 21:31
Compare
Choose a tag to compare
  • Updates ServiceStack.Redis and StackExchange.Redis span content for OT conventions.
  • Adds tracing library information to default tags.

0.0.2

03 Apr 20:19
Compare
Choose a tag to compare
  • 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

03 Mar 22:21
9a00a19
Compare
Choose a tag to compare
  • 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.