| Package | Description |
|---|---|
| org.springframework.boot.actuate.metrics.rich |
Metrics rich gauge support.
|
| Modifier and Type | Method and Description |
|---|---|
RichGauge |
RichGaugeReader.findOne(String name)
Find a single instance of a rich gauge by name.
|
RichGauge |
MultiMetricRichGaugeReader.findOne(String name) |
RichGauge |
InMemoryRichGaugeRepository.findOne(String metricName) |
RichGauge |
RichGauge.setAlpha(double alpha) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<RichGauge> |
RichGaugeReader.findAll()
Find all instances of rich gauge known to this reader.
|
Iterable<RichGauge> |
MultiMetricRichGaugeReader.findAll() |
Iterable<RichGauge> |
InMemoryRichGaugeRepository.findAll() |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.