public final class GraphQlTags
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static io.micrometer.core.instrument.Tag |
dataFetchingOutcome(java.lang.Throwable exception) |
static io.micrometer.core.instrument.Tag |
dataFetchingPath(graphql.execution.instrumentation.parameters.InstrumentationFieldFetchParameters parameters) |
static io.micrometer.core.instrument.Tag |
errorPath(graphql.GraphQLError error) |
static io.micrometer.core.instrument.Tag |
errorType(graphql.GraphQLError error) |
static io.micrometer.core.instrument.Tag |
executionOutcome(graphql.ExecutionResult result,
java.lang.Throwable exception) |
public static io.micrometer.core.instrument.Tag executionOutcome(graphql.ExecutionResult result,
java.lang.Throwable exception)
public static io.micrometer.core.instrument.Tag errorType(graphql.GraphQLError error)
public static io.micrometer.core.instrument.Tag errorPath(graphql.GraphQLError error)
public static io.micrometer.core.instrument.Tag dataFetchingOutcome(java.lang.Throwable exception)
public static io.micrometer.core.instrument.Tag dataFetchingPath(graphql.execution.instrumentation.parameters.InstrumentationFieldFetchParameters parameters)