Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure |
Auto-configuration for the actuator.
|
org.springframework.boot.actuate.metrics.dropwizard |
Metrics integration with Dropwizard Metrics.
|
Constructor and Description |
---|
MetricsDropwizardAutoConfiguration(ObjectProvider<ReservoirFactory> reservoirFactory) |
Modifier and Type | Field and Description |
---|---|
static ReservoirFactory |
ReservoirFactory.NONE
Default empty
ReservoirFactory implementation. |
Constructor and Description |
---|
DropwizardMetricServices(com.codahale.metrics.MetricRegistry registry,
ReservoirFactory reservoirFactory)
Create a new
DropwizardMetricServices instance. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.