Class DefaultBatchJobObservationConvention
java.lang.Object
org.springframework.batch.core.observability.DefaultBatchJobObservationConvention
- All Implemented Interfaces:
io.micrometer.observation.KeyValuesConvention
,io.micrometer.observation.ObservationConvention<BatchJobContext>
,BatchJobObservationConvention
public class DefaultBatchJobObservationConvention
extends Object
implements BatchJobObservationConvention
Default
BatchJobObservationConvention
implementation.- Since:
- 5.0
- Author:
- Marcin Grzejszczak, Mahmoud Ben Hassine
-
Field Summary
Fields inherited from interface io.micrometer.observation.ObservationConvention
EMPTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionio.micrometer.common.KeyValues
io.micrometer.common.KeyValues
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.batch.core.observability.BatchJobObservationConvention
supportsContext
Methods inherited from interface io.micrometer.observation.ObservationConvention
getContextualName, getName
-
Constructor Details
-
DefaultBatchJobObservationConvention
public DefaultBatchJobObservationConvention()
-
-
Method Details
-
getLowCardinalityKeyValues
- Specified by:
getLowCardinalityKeyValues
in interfaceio.micrometer.observation.ObservationConvention<BatchJobContext>
-
getHighCardinalityKeyValues
- Specified by:
getHighCardinalityKeyValues
in interfaceio.micrometer.observation.ObservationConvention<BatchJobContext>
-