Add `count` and `sum` to Histogram for System.Diagnostics.Metrics (#85595)
authorkkeirstead <85592574+kkeirstead@users.noreply.github.com>
Wed, 3 May 2023 02:27:07 +0000 (19:27 -0700)
committerGitHub <noreply@github.com>
Wed, 3 May 2023 02:27:07 +0000 (19:27 -0700)
commitd72afaf35df74aa97bf04adb24651c35dc2f81e3
treebc56c7e1d0fb84a6d232ffb1f7c4495453e2ad1d
parent43efab5a69a92bc37c3c578dd7d9468a0df5802d
Add `count` and `sum` to Histogram for System.Diagnostics.Metrics (#85595)
src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Aggregator.cs
src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ExponentialHistogramAggregator.cs
src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MetricsEventSource.cs
src/libraries/System.Diagnostics.DiagnosticSource/tests/ExponentialHistogramTests.cs
src/libraries/System.Diagnostics.DiagnosticSource/tests/MetricEventSourceTests.cs