spring-projects / spring-graphql

Spring Integration for GraphQL
https://spring.io/projects/spring-graphql
Apache License 2.0
1.5k stars 297 forks source link

UNKNOWN uri value in web observations for GraphQL endpoints #987

Closed bclozel closed 1 month ago

bclozel commented 1 month ago

In #906, we implemented custom RequestPredicate for performance optimization. Those implementation are not setting the RouterFunctions.MATCHING_PATTERN_ATTRIBUTE (see Framework implementation).

As a result, this information is not available anymore and the observation conventions cannot extract this information and report it in metrics.