Package io.micrometer.observation
Interface GlobalObservationConvention<T extends Observation.Context>
- All Superinterfaces:
KeyValuesConvention
,ObservationConvention<T>
public interface GlobalObservationConvention<T extends Observation.Context>
extends ObservationConvention<T>
An observation convention that will be set on the
ObservationRegistry
.- Since:
- 1.10.0
-
Field Summary
Fields inherited from interface io.micrometer.observation.ObservationConvention
EMPTY
-
Method Summary
Methods inherited from interface io.micrometer.observation.ObservationConvention
getContextualName, getHighCardinalityKeyValues, getLowCardinalityKeyValues, getName, supportsContext