Class ServiceLevelObjectiveBoundary

java.lang.Object
org.springframework.boot.actuate.autoconfigure.metrics.ServiceLevelObjectiveBoundary

public final class ServiceLevelObjectiveBoundary extends Object
A boundary for a service-level objective (SLO) for use when configuring Micrometer. Can be specified as either a Double (applicable to timers and distribution summaries) or a Duration (applicable to only timers).
Since:
2.3.0
Author:
Phillip Webb, Stephane Nicoll