File tree 1 file changed +14
-4
lines changed
1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased
3
+ ## 1.0.0
4
+
5
+ This is the first GA release of this distribution.
4
6
5
7
### BREAKING CHANGES
6
8
12
14
names from ` Grafana.OpenTelemetry.Instrumentation ` enumeration. Adds new
13
15
` Grafana.OpenTelemetry.ResourceDetectors ` enumeration.
14
16
([ #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 ) )
18
18
19
19
### Bug Fixes
20
20
25
25
26
26
* Adds Operating System resource detector.
27
27
([ #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 ) )
28
38
29
39
## 0.9.0-beta.1
30
40
You can’t perform that action at this time.
0 commit comments