| Package | Description |
|---|---|
| com.linecorp.armeria.common.metric |
Common metric collection utilities.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends DropwizardMeterRegistry> |
DropwizardMeterRegistries.configureRegistry(T meterRegistry)
Configures the
DropwizardMeterRegistry with Armeria's defaults. |
| Modifier and Type | Method and Description |
|---|---|
static DropwizardMeterRegistry |
DropwizardMeterRegistries.newRegistry()
Returns a newly-created
DropwizardMeterRegistry instance with the default
HierarchicalNameMapper. |
static DropwizardMeterRegistry |
DropwizardMeterRegistries.newRegistry(HierarchicalNameMapper nameMapper,
Clock clock)
Returns a newly-created
DropwizardMeterRegistry instance with the specified
HierarchicalNameMapper and Clock. |
static DropwizardMeterRegistry |
DropwizardMeterRegistries.newRegistry(MetricRegistry registry)
Returns a newly-created
DropwizardMeterRegistry instance with the specified
MetricRegistry and the default HierarchicalNameMapper. |
static DropwizardMeterRegistry |
DropwizardMeterRegistries.newRegistry(MetricRegistry registry,
HierarchicalNameMapper nameMapper)
Returns a newly-created
DropwizardMeterRegistry instance with the specified
MetricRegistry and HierarchicalNameMapper. |
static DropwizardMeterRegistry |
DropwizardMeterRegistries.newRegistry(MetricRegistry registry,
HierarchicalNameMapper nameMapper,
Clock clock)
Returns a newly-created
DropwizardMeterRegistry instance with the specified
MetricRegistry, HierarchicalNameMapper and Clock. |
Copyright © 2020 LeanCloud. All rights reserved.