Package com.linkedin.venice.router.stats
Class LongTailRetryStatsProvider
java.lang.Object
com.linkedin.venice.router.stats.LongTailRetryStatsProvider
- All Implemented Interfaces:
Function<VenicePath,
ScatterGatherStats>
public class LongTailRetryStatsProvider
extends Object
implements Function<VenicePath,ScatterGatherStats>
This class is a stats generator for dds router framework to record scattering/gathering
related metrics.
Venice is using this class to expose the internal stats to Venice and report them.
-
Constructor Summary
ConstructorDescriptionLongTailRetryStatsProvider
(RouterStats<AggRouterHttpRequestStats> routerStats) -
Method Summary
-
Constructor Details
-
LongTailRetryStatsProvider
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<VenicePath,
ScatterGatherStats>
-