Tag: observability
-
Spring Boot 3 Observability – collect GraphQL error metrics
0 I’ve been working on adding monitoring metrics in our GraphQL gateway recently. I have a Spring Boot project with the following dependencies: ‘org.springframework.boot’ version ‘3.1.5’ spring-boot-starter-graphql:3.0.1 spring-boot-starter-actuator spring-boot-starter-aop …[others not relevant]… So I have a GraphQL server that typically returns an HTTP 200 status code for all responses and in case of an issue…