Skip to content

Releases: signalfx/signalfx-dotnet-tracing

v1.1.1

19 Feb 11:30
v1.1.1
7998691
Compare
Choose a tag to compare

Maintenance release.

v1.1.0

28 Apr 08:45
v1.1.0
93e1207
Compare
Choose a tag to compare

General

  • Add profiling.data.total.frame.count attribute when exporting profiling data.

v1.0.1

20 Mar 09:27
v1.0.1
da6df72
Compare
Choose a tag to compare

General

  • Deprecate process.cpu.utilization metric.

v1.0.0

16 Dec 12:14
v1.0.0
0d30c5a
Compare
Choose a tag to compare

Breaking changes

  • Replace SIGNALFX_RUNTIME_METRICS_ENABLED setting with SIGNALFX_METRICS_{0}_ENABLED,
    that allows to enable specific metrics groups (See advanced-config).
  • Rename SIGNALFX_TRACE_METRICS_ENABLED to SIGNALFX_METRICS_Traces_ENABLED to
    preserve consistent naming convention.
  • Rename SIGNALFX_TRACE_GLOBAL_TAGS to SIGNALFX_GLOBAL_TAGS.

Bugfixes

  • Fix a deadlock in AlwaysOn Profiling.

Enhancements

  • Add support for .NET 7.0.
  • Add SIGNALFX_TRACE_BUFFER_SIZE setting to configure trace exporter buffer size.
  • Add SIGNALFX_METRICS_{0}_ENABLED to enable specific metrics group.
  • Change metric structure of the runtime metrics exported to align with the OpenTelemetry
    implementation from the Runtime package.
  • Change metric structure of the process metrics exported to align with the OpenTelemetry
    implementation from the Process package.

v0.2.9

01 Sep 11:28
v0.2.9
7438fe9
Compare
Choose a tag to compare

Bugfixes

  • Fix sampled value in ServerTiming header.

Enhancements

Adds support to include ASP.NET Core query string in the tag http.url.
By default enabled. See configuration variables:

  • SIGNALFX_HTTP_SERVER_TAG_QUERY_STRING - Enable or disable query string inclusion.
  • SIGNALFX_TRACE_OBFUSCATION_QUERY_STRING_REGEXP - Query string obfuscation regex.
  • SIGNALFX_TRACE_OBFUSCATION_QUERY_STRING_REGEXP_TIMEOUT - Obfuscation regex
    runtime timeout.

v0.2.8

11 Aug 09:30
v0.2.8
c3369c0
Compare
Choose a tag to compare

Bugfixes

  • [ASP.NET Web API 2 Instrumentation] Fix the case when the spans was
    incorrectly marked as errors when servers return 404 status code.

v0.2.7

29 Jul 10:58
v0.2.7
70b0951
Compare
Choose a tag to compare

Bugfixes

v0.2.6

29 Jun 10:17
v0.2.6
d2a2805
Compare
Choose a tag to compare

Bugfixes

  • Fix context propagation on .NET Framework.

v0.2.5

22 Jun 05:54
v0.2.5
0714868
Compare
Choose a tag to compare

General

  • Add pprof format support for exporting profiling data.

v0.2.4

11 May 14:35
v0.2.4
cbab99e
Compare
Choose a tag to compare

General

  • Add W3C as default propagator.