Skip to content

Commit 46d6455

Browse files
authored
1.0.0 CHANGELOG (#120)
1 parent a36dd78 commit 46d6455

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

CHANGELOG.md

+14-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## Unreleased
3+
## 1.0.0
4+
5+
This is the first GA release of this distribution.
46

57
### BREAKING CHANGES
68

@@ -12,9 +14,7 @@
1214
names from `Grafana.OpenTelemetry.Instrumentation` enumeration. Adds new
1315
`Grafana.OpenTelemetry.ResourceDetectors` enumeration.
1416
([#111](https://github.com/grafana/grafana-opentelemetry-dotnet/pull/111))
15-
* Add new environment variable `GRAFANA_DOTNET_RESOURCEDETECTORS`. Setting this
16-
will cause only the provided resource detectors to be enabled.
17-
([#111](https://github.com/grafana/grafana-opentelemetry-dotnet/pull/111))
17+
([#119](https://github.com/grafana/grafana-opentelemetry-dotnet/pull/119))
1818

1919
### Bug Fixes
2020

@@ -25,6 +25,16 @@
2525

2626
* Adds Operating System resource detector.
2727
([#113](https://github.com/grafana/grafana-opentelemetry-dotnet/pull/113))
28+
* Add new environment variable `GRAFANA_DOTNET_DISABLE_RESOURCE_DETECTORS`.
29+
Setting this will cause the provided resource detectors to be disabled.
30+
([#111](https://github.com/grafana/grafana-opentelemetry-dotnet/pull/111))
31+
([#118](https://github.com/grafana/grafana-opentelemetry-dotnet/pull/118))
32+
([#119](https://github.com/grafana/grafana-opentelemetry-dotnet/pull/119))
33+
* Add new environment variable `GRAFANA_DOTNET_RESOURCE_DETECTORS`. Setting this
34+
will cause only the provided resource detectors to be enabled.
35+
([#111](https://github.com/grafana/grafana-opentelemetry-dotnet/pull/111))
36+
([#118](https://github.com/grafana/grafana-opentelemetry-dotnet/pull/118))
37+
([#119](https://github.com/grafana/grafana-opentelemetry-dotnet/pull/119))
2838

2939
## 0.9.0-beta.1
3040

0 commit comments

Comments
 (0)