public interface MetricsService
| Modifier and Type | Interface and Description |
|---|---|
static class |
MetricsService.DefaultMetricsService
Default Metrics service that throws an UnsupportedOperationException.
|
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.logging.Logger |
LOG |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.microprofile.metrics.MetricRegistry |
getMetricRegistry(org.eclipse.microprofile.metrics.MetricRegistry.Type type) |
String |
getName() |
static MetricsService |
load() |
static MetricsService load()
String getName()
org.eclipse.microprofile.metrics.MetricRegistry getMetricRegistry(org.eclipse.microprofile.metrics.MetricRegistry.Type type)
Copyright © 2018–2020. All rights reserved.