Class DefaultScheduledTaskObservationConvention
java.lang.Object
org.springframework.scheduling.support.DefaultScheduledTaskObservationConvention
- All Implemented Interfaces:
 io.micrometer.observation.KeyValuesConvention,io.micrometer.observation.ObservationConvention<ScheduledTaskObservationContext>,ScheduledTaskObservationConvention
public class DefaultScheduledTaskObservationConvention
extends Object
implements ScheduledTaskObservationConvention
Default implementation for 
ScheduledTaskObservationConvention.- Since:
 - 6.1
 - Author:
 - Brian Clozel
 
- 
Field Summary
Fields inherited from interface io.micrometer.observation.ObservationConvention
EMPTY - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected io.micrometer.common.KeyValueprotected io.micrometer.common.KeyValueprotected io.micrometer.common.KeyValueexception(ScheduledTaskObservationContext context) io.micrometer.common.KeyValuesgetName()protected io.micrometer.common.KeyValueoutcome(ScheduledTaskObservationContext context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micrometer.observation.ObservationConvention
getHighCardinalityKeyValuesMethods inherited from interface org.springframework.scheduling.support.ScheduledTaskObservationConvention
supportsContext 
- 
Constructor Details
- 
DefaultScheduledTaskObservationConvention
public DefaultScheduledTaskObservationConvention() 
 - 
 - 
Method Details
- 
getName
- Specified by:
 getNamein interfaceio.micrometer.observation.ObservationConvention<ScheduledTaskObservationContext>
 - 
getContextualName
- Specified by:
 getContextualNamein interfaceio.micrometer.observation.ObservationConvention<ScheduledTaskObservationContext>
 - 
getLowCardinalityKeyValues
public io.micrometer.common.KeyValues getLowCardinalityKeyValues(ScheduledTaskObservationContext context) - Specified by:
 getLowCardinalityKeyValuesin interfaceio.micrometer.observation.ObservationConvention<ScheduledTaskObservationContext>
 - 
codeFunction
 - 
codeNamespace
 - 
exception
 - 
outcome
 
 -