Publish `UpDownCounter` and `ObservableUpDownCounter` Events for System.Diagnostics...
authorkkeirstead <85592574+kkeirstead@users.noreply.github.com>
Sun, 29 Jan 2023 00:56:15 +0000 (16:56 -0800)
committerGitHub <noreply@github.com>
Sun, 29 Jan 2023 00:56:15 +0000 (16:56 -0800)
commitdfe1076090adad6990747e6abed8bf6699371877
tree19576431438b7e81923bb77d63119c7a144c6066
parent84a7b8e798916916d91e3312092710966fde5889
Publish `UpDownCounter` and `ObservableUpDownCounter` Events for System.Diagnostics.Metrics (#81041)

Add support for publishing UpDownCounter (and Observable...) - also added in the missing testing for this.
src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/AggregationManager.cs
src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MetricsEventSource.cs
src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/RateAggregator.cs
src/libraries/System.Diagnostics.DiagnosticSource/tests/MetricEventSourceTests.cs
src/libraries/System.Diagnostics.DiagnosticSource/tests/MetricsTests.cs