| Package | Description |
|---|---|
| com.linecorp.armeria.common.metric |
Common metric collection utilities.
|
| io.micrometer.core.instrument.dropwizard |
Copyright 2017 Pivotal Software, Inc.
|
| io.micrometer.core.instrument.util |
Copyright 2017 Pivotal Software, Inc.
|
| Modifier and Type | Method and Description |
|---|---|
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,
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. |
| Constructor and Description |
|---|
DropwizardMeterRegistry(DropwizardConfig config,
MetricRegistry registry,
HierarchicalNameMapper nameMapper,
Clock clock) |
| Modifier and Type | Field and Description |
|---|---|
static HierarchicalNameMapper |
HierarchicalNameMapper.DEFAULT
Sort tags alphabetically by key and append tag key values to the name with '
|
Copyright © 2020 LeanCloud. All rights reserved.