See: Description
Interface | Description |
---|---|
CounterWriter |
Simple writer for counters (metrics that increment).
|
GaugeWriter |
Writer for gauge values (simple metric with a number value).
|
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).
|
MessageChannelMetricWriter |
A
MetricWriter that publishes the metric updates on a MessageChannel . |
MetricWriterMessageHandler |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.