Package | Description |
---|---|
org.springframework.boot.actuate.metrics.export | |
org.springframework.boot.actuate.metrics.rich |
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 © 2014 Pivotal Software, Inc.. All rights reserved.