| Package | Description |
|---|---|
| org.springframework.boot.actuate.endpoint |
Endpoints used to expose actuator information.
|
| org.springframework.boot.actuate.metrics.export |
Metrics export support.
|
| 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.
|
| Constructor and Description |
|---|
MetricReaderPublicMetrics(MetricReader metricReader) |
VanillaPublicMetrics(MetricReader reader)
Deprecated.
|
| Constructor and Description |
|---|
MetricCopyExporter(MetricReader reader,
MetricWriter writer) |
MetricCopyExporter(MetricReader reader,
MetricWriter writer,
String prefix) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeMetricReader
Composite implementation of
MetricReader. |
class |
MetricRegistryMetricReader
A Spring Boot
MetricReader that reads metrics from a Codahale
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 © 2015 Pivotal Software, Inc.. All rights reserved.