Package | Description |
---|---|
org.springframework.boot.actuate.endpoint |
Endpoints used to expose actuator information.
|
org.springframework.boot.actuate.metrics.aggregate | |
org.springframework.boot.actuate.metrics.buffer |
Metrics buffering support.
|
org.springframework.boot.actuate.metrics.export |
Metrics export support.
|
org.springframework.boot.actuate.metrics.integration | |
org.springframework.boot.actuate.metrics.reader |
Metrics readers.
|
org.springframework.boot.actuate.metrics.repository |
Metrics repository support.
|
org.springframework.boot.actuate.metrics.repository.redis |
Metrics Redis repository support.
|
Modifier and Type | Class and Description |
---|---|
class |
MetricsEndpointMetricReader
MetricReader that pulls all current values out of the MetricsEndpoint . |
Constructor and Description |
---|
MetricReaderPublicMetrics(MetricReader metricReader) |
Modifier and Type | Class and Description |
---|---|
class |
AggregateMetricReader
A metric reader that aggregates values from a source reader, normally one that has been
collecting data from many sources in the same form (like a scaled-out application).
|
Constructor and Description |
---|
AggregateMetricReader(MetricReader source) |
Modifier and Type | Class and Description |
---|---|
class |
BufferMetricReader
|
Modifier and Type | Method and Description |
---|---|
void |
MetricExporters.setReader(MetricReader reader) |
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 |
SpringIntegrationMetricReader
A
MetricReader for Spring Integration metrics (as provided by
spring-integration-jmx). |
Modifier and Type | Class and Description |
---|---|
class |
CompositeMetricReader
Composite implementation of
MetricReader . |
class |
MetricRegistryMetricReader
A Spring Boot
MetricReader that reads metrics from a Dropwizard
MetricRegistry . |
Constructor and Description |
---|
CompositeMetricReader(MetricReader... readers) |
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. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.