Skip to content

Commit

Permalink
1.0.0 CHANGELOG (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-hensley authored Sep 19, 2024
1 parent a36dd78 commit 46d6455
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## Unreleased
## 1.0.0

This is the first GA release of this distribution.

### BREAKING CHANGES

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

### Bug Fixes

Expand All @@ -25,6 +25,16 @@

* Adds Operating System resource detector.
([#113](https://github.com/grafana/grafana-opentelemetry-dotnet/pull/113))
* 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))
([#118](https://github.com/grafana/grafana-opentelemetry-dotnet/pull/118))
([#119](https://github.com/grafana/grafana-opentelemetry-dotnet/pull/119))
* Add new environment variable `GRAFANA_DOTNET_RESOURCE_DETECTORS`. Setting this
will cause only the provided resource detectors to be enabled.
([#111](https://github.com/grafana/grafana-opentelemetry-dotnet/pull/111))
([#118](https://github.com/grafana/grafana-opentelemetry-dotnet/pull/118))
([#119](https://github.com/grafana/grafana-opentelemetry-dotnet/pull/119))

## 0.9.0-beta.1

Expand Down

0 comments on commit 46d6455

Please sign in to comment.