Package | Description |
---|---|
org.apache.sling.commons.metrics |
Provides an API to generate and collect metrics in various forms
|
Modifier and Type | Method and Description |
---|---|
<T> Gauge<T> |
MetricsService.gauge(java.lang.String name,
java.util.function.Supplier<T> supplier)
Creates a new
Gauge and registers it under the given name. |
Copyright © 2022 The Apache Software Foundation. All rights reserved.