CounterStatistics sealed class CounterStatistics : IAggregationStatistics Documentation Code public double? Delta { get; } public bool IsMonotonic { get; } public double Value { get; } public CounterStatistics(double? delta, bool isMonotonic, double value)