From ab729855c56c44d1204cb6ab9316b09b8fd7bcfc Mon Sep 17 00:00:00 2001 From: Matt Hensley <130569+matt-hensley@users.noreply.github.com> Date: Thu, 19 Sep 2024 12:32:56 -0400 Subject: [PATCH] Update host and OS detectors for 1.0.1 (#121) --- CHANGELOG.md | 6 +++++- .../Grafana.OpenTelemetry.Base.csproj | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72985d6..6bdf903 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 1.0.0 +## 1.0.1 This is the first GA release of this distribution. @@ -20,11 +20,15 @@ This is the first GA release of this distribution. * Remove workaround for stable `service.instance.id` across signals ([#108](https://github.com/grafana/grafana-opentelemetry-dotnet/pull/108)) +* Use 0.1.0-beta.3 of OpenTelemetry.Resources.Host + * Fix the bug where macOS was detected as Linux + ([#1985](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1985)) ### New features * Adds Operating System resource detector. ([#113](https://github.com/grafana/grafana-opentelemetry-dotnet/pull/113)) + ([#121](https://github.com/grafana/grafana-opentelemetry-dotnet/pull/121)) * Add new environment variable `GRAFANA_DOTNET_DISABLE_RESOURCE_DETECTORS`. Setting this will cause the provided resource detectors to be disabled. ([#111](https://github.com/grafana/grafana-opentelemetry-dotnet/pull/111)) diff --git a/src/Grafana.OpenTelemetry.Base/Grafana.OpenTelemetry.Base.csproj b/src/Grafana.OpenTelemetry.Base/Grafana.OpenTelemetry.Base.csproj index a6881af..73a68c8 100644 --- a/src/Grafana.OpenTelemetry.Base/Grafana.OpenTelemetry.Base.csproj +++ b/src/Grafana.OpenTelemetry.Base/Grafana.OpenTelemetry.Base.csproj @@ -47,8 +47,8 @@ - - + +