Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Dec 12:14
· 58 commits to main since this release
v1.0.0
0d30c5a

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.