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_LEG_STATS
Property that enables recording of leg latencies as objects flow through the system.
|
static boolean |
PROP_LATENCY_LEG_STATS_DEFAULT
The default value for enabling "nv.stats.latency.leg.global.enabled" (false)
|
static String |
PROP_LATENCY_MANAGER_SAMPLE_SIZE
Property that can be used to control the default sampling size for latencies series stats.
|
static String |
PROP_LATENCY_WAYPOINT_STATS
Property that enables recording of waypoints on objects flowing through the system.
|
static boolean |
PROP_LATENCY_WAYPOINT_STATS_DEFAULT
The default value for enabling ()
|
PROP_SERIES_SAMPLE_SIZE, PROP_SERIES_SAMPLE_SIZE_DEFAULTstatic 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
static final String PROP_LATENCY_WAYPOINT_STATS
When set to true, the system records waypoint timestamps on objects as they flow through the system. Enabling this property can increase latency due to the overhead of recording timestamps.
Property Name: Default Value:
static final boolean PROP_LATENCY_WAYPOINT_STATS_DEFAULT
static final String PROP_LATENCY_LEG_STATS
When set to true, the system records leg latencies of objects (message, store objects, transaction contexts) as they progress through the system. Enabling this property can increase latency due to the overhead of calculating leg latencies.
Property Name: "nv.stats.latency.leg.global.enabled" Default Value: false
static final boolean PROP_LATENCY_LEG_STATS_DEFAULT
Copyright © 2019 N5 Technologies, Inc. All Rights Reserved.