public abstract class AbstractExecutionMetric
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
name |
| Constructor and Description |
|---|
AbstractExecutionMetric(org.springframework.boot.actuate.metrics.GaugeService gaugeService,
org.springframework.boot.actuate.metrics.CounterService counterService,
java.lang.String name) |
AbstractExecutionMetric(org.springframework.boot.actuate.metrics.GaugeService gaugeService,
org.springframework.boot.actuate.metrics.CounterService counterService,
java.lang.String name,
org.slf4j.Logger logger,
org.springframework.boot.logging.LogLevel logLevel) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
finish(org.springframework.util.StopWatch stopWatch) |
protected org.springframework.util.StopWatch |
start() |
protected void |
submit(long duration) |
public AbstractExecutionMetric(org.springframework.boot.actuate.metrics.GaugeService gaugeService,
org.springframework.boot.actuate.metrics.CounterService counterService,
java.lang.String name)
public AbstractExecutionMetric(org.springframework.boot.actuate.metrics.GaugeService gaugeService,
org.springframework.boot.actuate.metrics.CounterService counterService,
java.lang.String name,
org.slf4j.Logger logger,
org.springframework.boot.logging.LogLevel logLevel)