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

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(); } }