Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure | |
org.springframework.boot.actuate.endpoint | |
org.springframework.boot.actuate.metrics |
Modifier and Type | Method and Description |
---|---|
protected MetricRepository |
MetricRepositoryAutoConfiguration.metricRepository() |
Constructor and Description |
---|
VanillaPublicMetrics(MetricRepository metricRepository) |
Modifier and Type | Class and Description |
---|---|
class |
InMemoryMetricRepository
MetricRepository implementation that stores metric in-memory. |
Constructor and Description |
---|
DefaultCounterService(MetricRepository repository)
Create a
DefaultCounterService instance. |
DefaultGaugeService(MetricRepository counterRepository)
Create a new
DefaultGaugeService instance. |
Copyright © 2013. All rights reserved.