JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Interface
org.apache.sling.commons.metrics.Gauge
Uses of
Gauge
in
org.apache.sling.commons.metrics
Methods in
org.apache.sling.commons.metrics
that return
Gauge
Modifier and Type
Method
Description
<T>
Gauge
<T>
MetricsService.
gauge
(
String
name,
Supplier
<T> supplier)
Creates a new
Gauge
and registers it under the given name.