Package | Description |
---|---|
org.springframework.boot.actuate.endpoint | |
org.springframework.boot.actuate.metrics |
Modifier and Type | Method and Description |
---|---|
Collection<Metric> |
VanillaPublicMetrics.metrics() |
Collection<Metric> |
PublicMetrics.metrics() |
Modifier and Type | Method and Description |
---|---|
Metric |
MetricRepository.findOne(String metricName) |
Metric |
InMemoryMetricRepository.findOne(String metricName) |
Metric |
Measurement.getMetric() |
Metric |
Metric.increment(int amount)
Create a new
Metric with an incremented value. |
Metric |
Metric.set(double value)
Create a new
Metric with a different value. |
Modifier and Type | Method and Description |
---|---|
Collection<Metric> |
MetricRepository.findAll() |
Collection<Metric> |
InMemoryMetricRepository.findAll() |
Constructor and Description |
---|
Measurement(Date timestamp,
Metric metric) |
Copyright © 2013. All rights reserved.