Class GraphQLExecutionInstrumentation

java.lang.Object
com.espacogeek.geek.metrics.GraphQLExecutionInstrumentation

@Component public class GraphQLExecutionInstrumentation extends Object
Componente de métricas GraphQL para Prometheus As métricas são capturadas via Controller Advice ou interceptadores HTTP
  • Constructor Details

    • GraphQLExecutionInstrumentation

      public GraphQLExecutionInstrumentation()
  • Method Details

    • recordOperation

      public void recordOperation(String operationName, String operationType, long durationMs, boolean success)
      Registra métrica de operação GraphQL executada