Releases: signalfx/signalfx-dotnet-tracing
Releases · signalfx/signalfx-dotnet-tracing
v1.1.1
v1.1.0
General
- Add
profiling.data.total.frame.count
attribute when exporting profiling data.
v1.0.1
General
- Deprecate
process.cpu.utilization
metric.
v1.0.0
Breaking changes
- Replace
SIGNALFX_RUNTIME_METRICS_ENABLED
setting withSIGNALFX_METRICS_{0}_ENABLED
,
that allows to enable specific metrics groups (See advanced-config). - Rename
SIGNALFX_TRACE_METRICS_ENABLED
toSIGNALFX_METRICS_Traces_ENABLED
to
preserve consistent naming convention. - Rename
SIGNALFX_TRACE_GLOBAL_TAGS
toSIGNALFX_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
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
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
Bugfixes
- Fix span context propagation for AlwaysOn Profiling
v0.2.6
Bugfixes
- Fix context propagation on .NET Framework.
v0.2.5
General
- Add
pprof
format support for exporting profiling data.
v0.2.4
General
- Add
W3C
as default propagator.