| Name | Description | Type | Package | Framework |
| InMemoryRichGaugeRepository | In memory implementation of MetricWriter and RichGaugeReader. | Class | org.springframework.boot.actuate.metrics.rich | Spring Boot |
| MultiMetricRichGaugeReader | A RichGaugeReader that works by reading metric values from aMultiMetricRepository where the group name is the RichGauge name. | Class | org.springframework.boot.actuate.metrics.rich | Spring Boot |
| RichGauge | A gauge which stores the maximum, minimum and average in addition to the current value. | Class | org.springframework.boot.actuate.metrics.rich | Spring Boot |
| RichGaugeReader | A basic set of read operations for RichGauge instances. | Interface | org.springframework.boot.actuate.metrics.rich | Spring Boot |
| RichGaugeRepository | Convenient combination of reader and writer concerns for RichGauge instances. | Interface | org.springframework.boot.actuate.metrics.rich | Spring Boot |