<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="11.0.0-preview.7.26381.103" />

System.Diagnostics.Metrics.Aggregator

abstract class Aggregator
namespace System.Diagnostics.Metrics { internal abstract class Aggregator { public abstract void Update(double measurement); public abstract IAggregationStatistics Collect(); protected Aggregator(); } }