Package | Description |
---|---|
org.eclipse.microprofile.metrics |
MicroProfile Metrics
|
Modifier and Type | Method and Description |
---|---|
abstract Meter |
MetricRegistry.meter(Metadata metadata)
|
abstract Meter |
MetricRegistry.meter(Metadata metadata,
Tag... tags)
|
abstract Meter |
MetricRegistry.meter(String name)
|
abstract Meter |
MetricRegistry.meter(String name,
Tag... tags)
|
Modifier and Type | Method and Description |
---|---|
abstract SortedMap<MetricID,Meter> |
MetricRegistry.getMeters()
Returns a map of all the meters in the registry and their
MetricID s. |
abstract SortedMap<MetricID,Meter> |
MetricRegistry.getMeters(MetricFilter filter)
Returns a map of all the meters in the registry and their
MetricID s which match the given filter. |
Copyright © 2019. All rights reserved.