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 |
BufferGaugeService
Fast implementation of
GaugeService using GaugeBuffers . |
Modifier and Type | Class and Description |
---|---|
class |
DropwizardMetricServices
A
GaugeService and CounterService that sends data to a Dropwizard
MetricRegistry based on a naming convention:
Updates to DropwizardMetricServices.increment(String) with names in "meter.*" are treated as
Meter events
Other deltas are treated as simple Counter values
Inputs to DropwizardMetricServices.submit(String, double) with names in "histogram.*" are treated
as Histogram updates
Inputs to DropwizardMetricServices.submit(String, double) with names in "timer.*" are treated as
Timer updates
Other metrics are treated as simple Gauge values (single valued
measurements of type double)
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultGaugeService
Default implementation of
GaugeService . |
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.