public static interface IStats.Latencies extends IStats.Series
IStats.Series
used to collect latency timings.
Latency statistics only support recording of values up to Integer.MAX_VALUE.
IStats.Series.Collector, IStats.Series.Type
Modifier and Type | Field and Description |
---|---|
static String |
PROP_LATENCY_MANAGER_SAMPLE_SIZE
Property that can be used to control the default sampling size for latencies series stats.
|
PROP_SERIES_SAMPLE_SIZE, PROP_SERIES_SAMPLE_SIZE_DEFAULT
static final String PROP_LATENCY_MANAGER_SAMPLE_SIZE
If the number of datapoints collected in a stats interval exceeds this size the computation for histographical data will be lossy, increasing the value will reduce loss of datapoints, but results in greater overhead in stats collection in terms of both memory usage and pressure on the process caches.
Default value: Value of IStats.Series.PROP_SERIES_SAMPLE_SIZE_DEFAULT
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.