Skip to content

1.0.1

Latest
Compare
Choose a tag to compare
@matt-hensley matt-hensley released this 19 Sep 16:34
ab72985

This is the first GA release of this distribution.

BREAKING CHANGES

  • Removes AWS and Azure resource detectors.
    (#114)
  • Drops supports for .NET 7. EOL was May 24 2024
    (#116)
  • Separates resource detectors and instrumentations. Removes resource detector
    names from Grafana.OpenTelemetry.Instrumentation enumeration. Adds new
    Grafana.OpenTelemetry.ResourceDetectors enumeration.
    (#111)
    (#119)

Bug Fixes

  • Remove workaround for stable service.instance.id across signals
    (#108)
  • Use 0.1.0-beta.3 of OpenTelemetry.Resources.Host
    • Fix the bug where macOS was detected as Linux
      (#1985)

New features

  • Adds Operating System resource detector.
    (#113)
    (#121)
  • Add new environment variable GRAFANA_DOTNET_DISABLE_RESOURCE_DETECTORS.
    Setting this will cause the provided resource detectors to be disabled.
    (#111)
    (#118)
    (#119)
  • Add new environment variable GRAFANA_DOTNET_RESOURCE_DETECTORS. Setting this
    will cause only the provided resource detectors to be enabled.
    (#111)
    (#118)
    (#119)