Class GraphQLMetricsUtil

java.lang.Object
com.espacogeek.geek.metrics.GraphQLMetricsUtil
All Implemented Interfaces:
org.springframework.web.server.WebFilter

@Component public class GraphQLMetricsUtil extends Object implements org.springframework.web.server.WebFilter
WebFilter para capturar e registrar métricas de requisições GraphQL
  • Constructor Details

    • GraphQLMetricsUtil

      public GraphQLMetricsUtil()
  • Method Details

    • filter

      public reactor.core.publisher.Mono<Void> filter(org.springframework.web.server.ServerWebExchange exchange, org.springframework.web.server.WebFilterChain chain)
      Specified by:
      filter in interface org.springframework.web.server.WebFilter