Package | Description |
---|---|
org.springframework.boot.actuate.metrics.export |
Metrics export support.
|
org.springframework.boot.actuate.metrics.repository |
Metrics repository support.
|
org.springframework.boot.actuate.metrics.repository.redis |
Metrics Redis repository support.
|
Constructor and Description |
---|
PrefixMetricGroupExporter(PrefixMetricReader reader,
PrefixMetricWriter writer)
Create a new exporter for metrics to a writer based on an empty prefix for the
metric names.
|
PrefixMetricGroupExporter(PrefixMetricReader reader,
PrefixMetricWriter writer,
String prefix)
Create a new exporter for metrics to a writer based on a prefix for the metric
names.
|
RichGaugeExporter(RichGaugeReader reader,
PrefixMetricWriter writer) |
RichGaugeExporter(RichGaugeReader reader,
PrefixMetricWriter writer,
String prefix) |
Modifier and Type | Interface and Description |
---|---|
interface |
MultiMetricRepository
A repository for metrics that allows efficient storage and retrieval of groups of
metrics with a common name prefix (their group name).
|
Modifier and Type | Class and Description |
---|---|
class |
InMemoryMetricRepository
MetricRepository and MultiMetricRepository implementation that stores
metrics in memory. |
Modifier and Type | Class and Description |
---|---|
class |
RedisMultiMetricRepository
MultiMetricRepository implementation backed by a redis store. |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.