Package | Description |
---|---|
org.springframework.boot.actuate.metrics.export |
Metrics export support.
|
org.springframework.boot.actuate.metrics.jmx |
Metrics integration with JMX.
|
org.springframework.boot.actuate.metrics.opentsdb |
Metrics integration with OpenTSDB.
|
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 | Method and Description |
---|---|
void |
MetricExporters.setWriters(Map<String,GaugeWriter> writers) |
Constructor and Description |
---|
MetricCopyExporter(MetricReader reader,
GaugeWriter writer)
Create a new
MetricCopyExporter instance. |
MetricCopyExporter(MetricReader reader,
GaugeWriter writer,
String prefix)
Create a new
MetricCopyExporter instance. |
Modifier and Type | Class and Description |
---|---|
class |
JmxMetricWriter
A
MetricWriter for MBeans. |
Modifier and Type | Class and Description |
---|---|
class |
OpenTsdbGaugeWriter
A
GaugeWriter for the Open TSDB database (version 2.0), writing metrics to the
HTTP endpoint provided by the server. |
Modifier and Type | Interface and Description |
---|---|
interface |
MetricRepository
Convenient combination of reader and writer concerns.
|
Modifier and Type | Class and Description |
---|---|
class |
InMemoryMetricRepository
MetricRepository and MultiMetricRepository 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 |
DropwizardMetricWriter
Deprecated.
Since 1.3 in favor of
DropwizardMetricServices |
class |
MessageChannelMetricWriter
A
MetricWriter that publishes the metric updates on a MessageChannel . |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.