This repository was archived by the owner on Mar 4, 2025. It is now read-only.
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.