Monitoring Backend and Storefront Glue

mikko.ropanen
mikko.ropanen Spryker Solution Partner Posts: 27 ✨ - Novice

Hi, is New Relic monitoring not possible for backend and storefront Glues or do I have something misconfigured?

From my code digging it looks like the monitoring functionality is tied to the event dispatcher, and seems that in \Spryker\Glue\GlueApplication\ApiApplication\ApiApplicationProxy::run if the application is RequestFlowAgnosticApiApplication (like the old Glue) then there's all kinds of events to subscribe to, but the RequestFlowAwareApiApplication (new Glues) workflow doesn't seem to dispatch anything anywhere.