Package com.espacogeek.geek.metrics
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 Summary
Constructors -
Method Summary
-
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:
filterin interfaceorg.springframework.web.server.WebFilter
-