Class DefaultDataFetcherObservationConvention

java.lang.Object
org.springframework.graphql.observation.DefaultDataFetcherObservationConvention
All Implemented Interfaces:
io.micrometer.observation.KeyValuesConvention, io.micrometer.observation.ObservationConvention<DataFetcherObservationContext>, DataFetcherObservationConvention

public class DefaultDataFetcherObservationConvention extends Object implements DataFetcherObservationConvention
Default implementation for a DataFetcherObservationConvention extracting information from a DataFetcherObservationContext.
Since:
1.1.0
Author:
Brian Clozel