Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyMothra committed Mar 18, 2022
1 parent 5de8c9c commit 83af046
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/OpenTelemetry.Exporter.InMemory/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ Released 2022-Mar-04
* Adds the ability to configure `MetricReaderOptions` via the
`AddInMemoryExporter` extension method.
([#2931](https://github.com/open-telemetry/opentelemetry-dotnet/pull/2931))
* Changes `InMemoryExporter` to clear the exported collection before exporting `Metric`s.
* Add `InMemoryMetricExporter` which inherits `InMemoryExporter`.
This new class will clear the exported collection before exporting `Metric`s.
This prevents the same `Metric` from being repeated in the exported collection.
([#2937](https://github.com/open-telemetry/opentelemetry-dotnet/pull/2937))

Expand Down

0 comments on commit 83af046

Please sign in to comment.