Skip to content

Commit

Permalink
Update host and OS detectors for 1.0.1 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-hensley authored Sep 19, 2024
1 parent 46d6455 commit ab72985
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.0.0
## 1.0.1

This is the first GA release of this distribution.

Expand All @@ -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))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@

<!-- Non-stable instrumentation packages with no dependencies, non netstandard2.0 -->
<ItemGroup Condition=" '$(TargetFramework)' != 'netstandard2.0' ">
<PackageReference Include="OpenTelemetry.Resources.Host" Version="0.1.0-beta.2" />
<PackageReference Include="OpenTelemetry.Resources.OperatingSystem" Version="0.1.0-alpha.2" />
<PackageReference Include="OpenTelemetry.Resources.Host" Version="0.1.0-beta.3" />
<PackageReference Include="OpenTelemetry.Resources.OperatingSystem" Version="0.1.0-alpha.4" />
<PackageReference Include="OpenTelemetry.Resources.Process" Version="0.1.0-beta.2" />
<PackageReference Include="OpenTelemetry.Resources.ProcessRuntime" Version="0.1.0-beta.2" />
</ItemGroup>
Expand Down

0 comments on commit ab72985

Please sign in to comment.