Interface | Description |
---|---|
Counter |
A mutable number.
|
Gauge<T> |
A metrics which measures a discrete value.
|
Histogram |
A metric which measures the distribution of values.
|
Meter |
A metric which measure the rate at which some operation is invoked.
|
Metric |
Parent interface for all metrics.
|
MetricsSystem |
General purpose factory for creating various metrics.
|
MetricsSystemConfiguration<T> |
A container used by a
MetricsSystemFactory to create a MetricsSystem . |
MetricsSystemFactory |
A factory class for creating instances of
MetricsSystem . |
Timer | |
Timer.Context |
A object that tracks an active timing state.
|
Class | Description |
---|---|
MetricsSystemLoader |
A utility encapsulating use of
ServiceLoader to instantiate a MetricsSystem . |
Annotation Type | Description |
---|---|
PackageMarker |
This is a dummy annotation that forces javac to produce output for
otherwise empty package-info.java.
|
Copyright © 2012-2024 Apache Software Foundation. All Rights Reserved.