LabeledAggregationStatistics sealed class LabeledAggregationStatistics Documentation Code public IAggregationStatistics AggregationStatistics { get; } public KeyValuePair<string, string>[] Labels { get; } public LabeledAggregationStatistics(IAggregationStatistics stats, KeyValuePair<string, string>[] labels)