| Package | Description |
|---|---|
| org.springframework.boot.actuate.autoconfigure |
Auto-configuration for the actuator.
|
| org.springframework.boot.actuate.metrics.buffer |
Metrics buffering support.
|
| org.springframework.boot.actuate.metrics.dropwizard |
Metrics integration with Dropwizard Metrics.
|
| org.springframework.boot.actuate.metrics.writer |
Support for writing metrics.
|
| Constructor and Description |
|---|
MetricFilterAutoConfiguration(CounterService counterService,
GaugeService gaugeService,
MetricFilterProperties properties) |
| Modifier and Type | Class and Description |
|---|---|
class |
BufferCounterService
Fast implementation of
CounterService using CounterBuffers. |
| Modifier and Type | Class and Description |
|---|---|
class |
DropwizardMetricServices
A
GaugeService and CounterService that sends data to a Dropwizard
MetricRegistry based on a naming convention. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCounterService
Default implementation of
CounterService. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.