| Package | Description |
|---|---|
| org.springframework.boot.actuate.autoconfigure |
Auto-configuration for the actuator.
|
| 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.rich |
Metrics rich gauge support.
|
| Modifier and Type | Method and Description |
|---|---|
RichGaugeReaderPublicMetrics |
PublicMetricsAutoConfiguration.richGaugePublicMetrics(RichGaugeReader richGaugeReader) |
| Constructor and Description |
|---|
RichGaugeReaderPublicMetrics(RichGaugeReader richGaugeReader) |
| Constructor and Description |
|---|
RichGaugeExporter(RichGaugeReader reader,
PrefixMetricWriter writer) |
RichGaugeExporter(RichGaugeReader reader,
PrefixMetricWriter writer,
String prefix) |
| 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. |
class |
MultiMetricRichGaugeReader
A
RichGaugeReader that works by reading metric values from a
MultiMetricRepository where the group name is the RichGauge name. |
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.