| Constructor and Description |
|---|
MetricReaderPublicMetrics(MetricReader metricReader) |
VanillaPublicMetrics(MetricReader reader)
Deprecated.
|
| Constructor and Description |
|---|
MetricCopyExporter(MetricReader reader,
MetricWriter writer) |
MetricCopyExporter(MetricReader reader,
MetricWriter writer,
String prefix) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeMetricReader
Composite implementation of
MetricReader. |
class |
MetricRegistryMetricReader
A Spring Boot
MetricReader that reads metrics from a Codahale
MetricRegistry. |
| Constructor and Description |
|---|
CompositeMetricReader(MetricReader... readers) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MetricRepository
Convenient combination of reader and writer concerns.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryMetricRepository
MetricRepository and MultiMetricRepository implementation that stores
metrics in memory. |
| Modifier and Type | Class and Description |
|---|---|
class |
RedisMetricRepository
A
MetricRepository implementation for a redis backend. |
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.