Package | Description |
---|---|
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.
|
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 © 2016 Pivotal Software, Inc.. All rights reserved.