OpenLiberty / open-liberty

Open Liberty is a highly composable, fast to start, dynamic application server runtime environment
https://openliberty.io
Eclipse Public License 2.0
1.13k stars 572 forks source link

The new metrics RestMetricsCallbackImpl not working when MPGraphQL is enabled. #28351

Closed jdmcclur closed 1 week ago

jdmcclur commented 1 week ago

PR #28298 reorganized some code to consolidate to use one JAX-RS filter from com.ibm.ws.jaxrs.2.x.monitor for MP Metrics 5.x. Normally, this works fine, but when mpGraphQL-2.0 is enabled, the RestMetricsCallbackImpl is not working correctly.

David is investigating, it looks to be the order in which services start.