| Package | Description |
|---|---|
| org.eclipse.microprofile.metrics |
MicroProfile Metrics
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMetadata
The default implementation of
Metadata |
| Modifier and Type | Method and Description |
|---|---|
Metadata |
MetadataBuilder.build() |
Metadata |
MetricRegistry.getMetadata(String name)
Return the
Metadata for the provided name. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Metadata> |
MetricRegistry.getMetadata()
Returns a map of all the metadata in the registry and their names.
|
| Modifier and Type | Method and Description |
|---|---|
static MetadataBuilder |
Metadata.builder(Metadata metadata)
Returns a new builder with the
Metadata information |
Counter |
MetricRegistry.counter(Metadata metadata)
|
Counter |
MetricRegistry.counter(Metadata metadata,
Tag... tags)
|
<T extends Number> |
MetricRegistry.gauge(Metadata metadata,
Supplier<T> supplier,
Tag... tags)
|
<T,R extends Number> |
MetricRegistry.gauge(Metadata metadata,
T object,
Function<T,R> func,
Tag... tags)
|
Histogram |
MetricRegistry.histogram(Metadata metadata)
|
Histogram |
MetricRegistry.histogram(Metadata metadata,
Tag... tags)
|
Timer |
MetricRegistry.timer(Metadata metadata)
|
Timer |
MetricRegistry.timer(Metadata metadata,
Tag... tags)
|
Copyright © 2017 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.