Add metrics section in CHANGELOG files (#1829)
* add experimental section in the changelog to avoid merge conflicts * update all core components that will be touched by the metrics work
This commit is contained in:
parent
3239e5b02f
commit
cde206062b
|
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## Experimental - Metrics
|
||||
|
||||
Note: the metrics work is happening in the [metrics feature
|
||||
branch](https://github.com/open-telemetry/opentelemetry-dotnet/tree/metrics),
|
||||
please check the latest changes
|
||||
[here](https://github.com/open-telemetry/opentelemetry-dotnet/blob/metrics/src/OpenTelemetry.Api/CHANGELOG.md#experimental---metrics).
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 1.0.1
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## Experimental - Metrics
|
||||
|
||||
Note: the metrics work is happening in the [metrics feature
|
||||
branch](https://github.com/open-telemetry/opentelemetry-dotnet/tree/metrics),
|
||||
please check the latest changes
|
||||
[here](https://github.com/open-telemetry/opentelemetry-dotnet/blob/metrics/src/OpenTelemetry.Exporter.Console/CHANGELOG.md#experimental---metrics).
|
||||
|
||||
## Unreleased
|
||||
|
||||
* Removed code that prints Baggage information
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## Experimental - Metrics
|
||||
|
||||
Note: the metrics work is happening in the [metrics feature
|
||||
branch](https://github.com/open-telemetry/opentelemetry-dotnet/tree/metrics),
|
||||
please check the latest changes
|
||||
[here](https://github.com/open-telemetry/opentelemetry-dotnet/blob/metrics/src/OpenTelemetry.Exporter.InMemory/CHANGELOG.md#experimental---metrics).
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 1.0.1
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## Experimental - Metrics
|
||||
|
||||
Note: the metrics work is happening in the [metrics feature
|
||||
branch](https://github.com/open-telemetry/opentelemetry-dotnet/tree/metrics),
|
||||
please check the latest changes
|
||||
[here](https://github.com/open-telemetry/opentelemetry-dotnet/blob/metrics/src/OpenTelemetry.Exporter.OpenTelemetryProtocol/CHANGELOG.md#experimental---metrics).
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 1.0.1
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## Experimental - Metrics
|
||||
|
||||
Note: the metrics work is happening in the [metrics feature
|
||||
branch](https://github.com/open-telemetry/opentelemetry-dotnet/tree/metrics),
|
||||
please check the latest changes
|
||||
[here](https://github.com/open-telemetry/opentelemetry-dotnet/blob/metrics/src/OpenTelemetry/CHANGELOG.md#experimental---metrics).
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 1.0.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue