public class DefaultGraphQlTagsProvider extends java.lang.Object implements GraphQlTagsProvider
GraphQlTagsProvider.| Constructor and Description |
|---|
DefaultGraphQlTagsProvider() |
DefaultGraphQlTagsProvider(java.util.List<GraphQlTagsContributor> contributors) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<io.micrometer.core.instrument.Tag> |
getDataFetchingTags(graphql.schema.DataFetcher<?> dataFetcher,
graphql.execution.instrumentation.parameters.InstrumentationFieldFetchParameters parameters,
java.lang.Throwable exception) |
java.lang.Iterable<io.micrometer.core.instrument.Tag> |
getErrorTags(graphql.execution.instrumentation.parameters.InstrumentationExecutionParameters parameters,
graphql.GraphQLError error) |
java.lang.Iterable<io.micrometer.core.instrument.Tag> |
getExecutionTags(graphql.execution.instrumentation.parameters.InstrumentationExecutionParameters parameters,
graphql.ExecutionResult result,
java.lang.Throwable exception) |
public DefaultGraphQlTagsProvider(java.util.List<GraphQlTagsContributor> contributors)
public DefaultGraphQlTagsProvider()
public java.lang.Iterable<io.micrometer.core.instrument.Tag> getExecutionTags(graphql.execution.instrumentation.parameters.InstrumentationExecutionParameters parameters,
graphql.ExecutionResult result,
java.lang.Throwable exception)
getExecutionTags in interface GraphQlTagsProviderpublic java.lang.Iterable<io.micrometer.core.instrument.Tag> getErrorTags(graphql.execution.instrumentation.parameters.InstrumentationExecutionParameters parameters,
graphql.GraphQLError error)
getErrorTags in interface GraphQlTagsProviderpublic java.lang.Iterable<io.micrometer.core.instrument.Tag> getDataFetchingTags(graphql.schema.DataFetcher<?> dataFetcher,
graphql.execution.instrumentation.parameters.InstrumentationFieldFetchParameters parameters,
java.lang.Throwable exception)
getDataFetchingTags in interface GraphQlTagsProvider