Uses of Class
org.mockserver.metrics.Metrics.LoadGaugeKey
Packages that use Metrics.LoadGaugeKey
-
Uses of Metrics.LoadGaugeKey in org.mockserver.metrics
Methods in org.mockserver.metrics that return types with arguments of type Metrics.LoadGaugeKeyModifier and TypeMethodDescriptionstatic Map<Metrics.LoadGaugeKey,Integer> Metrics.getLoadActiveVus()Live readers for the OTEL load observable gauges (active VUs / in-flight).static Map<Metrics.LoadGaugeKey,Integer> Metrics.getLoadInflightRequests()Method parameters in org.mockserver.metrics with type arguments of type Metrics.LoadGaugeKeyModifier and TypeMethodDescriptionstatic voidMetrics.setLoadGaugeReaders(Supplier<Map<Metrics.LoadGaugeKey, Integer>> activeVusReader, Supplier<Map<Metrics.LoadGaugeKey, Integer>> inflightReader) Register the live readers for the active-VU and in-flight load gauges.