Co-authored-by: Sandor Gonzalez <sandor.gonzalez@aoshield.com>
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
Co-authored-by: Timothy Mothra <tilee@microsoft.com>
This commit is contained in:
gsandorx 2022-10-31 12:32:29 -07:00 коммит произвёл GitHub
Родитель d6567bfafd
Коммит 91e245a751
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -9,7 +9,7 @@
#pragma warning disable CA1034 // "Do not nest type" - part of the public API and too late to change.
/// <summary>Abstracts the configuration for a metric series aggregated using the "measurement" aggregation kind.
/// A mear=surement is best suited for metrics describing sizes or durations.
/// A measurement is best suited for metrics describing sizes or durations.
/// It contains the Min, Max, Sum and Count of values tracked during an aggregation period.</summary>
public class MetricSeriesConfigurationForMeasurement : IMetricSeriesConfiguration
{