File tree 2 files changed +7
-3
lines changed
src/Grafana.OpenTelemetry.Base
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 1.0.0
3
+ ## 1.0.1
4
4
5
5
This is the first GA release of this distribution.
6
6
@@ -20,11 +20,15 @@ This is the first GA release of this distribution.
20
20
21
21
* Remove workaround for stable ` service.instance.id ` across signals
22
22
([ #108 ] ( https://github.com/grafana/grafana-opentelemetry-dotnet/pull/108 ) )
23
+ * Use 0.1.0-beta.3 of OpenTelemetry.Resources.Host
24
+ * Fix the bug where macOS was detected as Linux
25
+ ([ #1985 ] ( https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1985 ) )
23
26
24
27
### New features
25
28
26
29
* Adds Operating System resource detector.
27
30
([ #113 ] ( https://github.com/grafana/grafana-opentelemetry-dotnet/pull/113 ) )
31
+ ([ #121 ] ( https://github.com/grafana/grafana-opentelemetry-dotnet/pull/121 ) )
28
32
* Add new environment variable ` GRAFANA_DOTNET_DISABLE_RESOURCE_DETECTORS ` .
29
33
Setting this will cause the provided resource detectors to be disabled.
30
34
([ #111 ] ( https://github.com/grafana/grafana-opentelemetry-dotnet/pull/111 ) )
Original file line number Diff line number Diff line change 47
47
48
48
<!-- Non-stable instrumentation packages with no dependencies, non netstandard2.0 -->
49
49
<ItemGroup Condition =" '$(TargetFramework)' != 'netstandard2.0' " >
50
- <PackageReference Include =" OpenTelemetry.Resources.Host" Version =" 0.1.0-beta.2 " />
51
- <PackageReference Include =" OpenTelemetry.Resources.OperatingSystem" Version =" 0.1.0-alpha.2 " />
50
+ <PackageReference Include =" OpenTelemetry.Resources.Host" Version =" 0.1.0-beta.3 " />
51
+ <PackageReference Include =" OpenTelemetry.Resources.OperatingSystem" Version =" 0.1.0-alpha.4 " />
52
52
<PackageReference Include =" OpenTelemetry.Resources.Process" Version =" 0.1.0-beta.2" />
53
53
<PackageReference Include =" OpenTelemetry.Resources.ProcessRuntime" Version =" 0.1.0-beta.2" />
54
54
</ItemGroup >
You can’t perform that action at this time.
0 commit comments