See: Description
| Interface | Description |
|---|---|
| MetricWriter |
Basic strategy for write operations on
Metric data. |
| PrefixMetricWriter |
A writer for metrics that allows efficient storage of groups of metrics with a common
name prefix (their group name).
|
| Class | Description |
|---|---|
| CompositeMetricWriter |
Composite implementation of
MetricWriter that just sends its input to all of
the delegates that have been registered. |
| DefaultCounterService |
Default implementation of
CounterService. |
| DefaultGaugeService |
Default implementation of
GaugeService. |
| Delta<T extends Number> |
A value object representing an increment in a metric value (usually a counter).
|
| DropwizardMetricWriter | Deprecated
Since 1.3 in favor of
DropwizardMetricServices |
| MessageChannelMetricWriter |
A
MetricWriter that publishes the metric updates on a MessageChannel. |
| MetricWriterMessageHandler |
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.