EndpointMetricsTracker
Tracks BasicEndpointMetrics over time, providing both cumulative and instant (diff since last read) metrics.
Properties
Link copied to clipboard
The cumulative metrics since the start.
Link copied to clipboard
The instant metrics (difference between the current and the previous read). If no previous read exists, it equals the current metrics. Avoid calling this from 2 different parts.
Link copied to clipboard
The implementation-specific metrics wrapper.