Package | Description |
---|---|
org.springframework.boot.actuate.metrics.jmx |
Metrics integration with JMX.
|
org.springframework.boot.actuate.metrics.repository |
Metrics repository support.
|
org.springframework.boot.actuate.metrics.repository.redis |
Metrics Redis repository support.
|
org.springframework.boot.actuate.metrics.rich |
Metrics rich gauge support.
|
org.springframework.boot.actuate.metrics.statsd |
Metrics integration with Statsd.
|
org.springframework.boot.actuate.metrics.writer |
Support for writing metrics.
|
Modifier and Type | Class and Description |
---|---|
class |
JmxMetricWriter
A
MetricWriter for MBeans. |
Modifier and Type | Interface and Description |
---|---|
interface |
MetricRepository
Convenient combination of reader and writer concerns.
|
Modifier and Type | Class and Description |
---|---|
class |
InMemoryMetricRepository
MetricRepository implementation that stores metrics in memory. |
Modifier and Type | Class and Description |
---|---|
class |
RedisMetricRepository
A
MetricRepository implementation for a redis backend. |
Modifier and Type | Interface and Description |
---|---|
interface |
RichGaugeRepository
Convenient combination of reader and writer concerns for
RichGauge instances. |
Modifier and Type | Class and Description |
---|---|
class |
InMemoryRichGaugeRepository
In memory implementation of
MetricWriter and RichGaugeReader . |
Modifier and Type | Class and Description |
---|---|
class |
StatsdMetricWriter
A
MetricWriter that pushes data to statsd. |
Modifier and Type | Interface and Description |
---|---|
interface |
MetricWriter
Basic strategy for write operations on
Metric data. |
Modifier and Type | Class and Description |
---|---|
class |
CompositeMetricWriter
Composite implementation of
MetricWriter that just sends its input to all of
the delegates that have been registered. |
class |
MessageChannelMetricWriter
A
MetricWriter that publishes the metric updates on a MessageChannel . |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.