Unnamed Routes for Actions and Metrics #6463
Unanswered
ambitionphp
asked this question in
Ideas & Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Our team uses DataDog to discover latency issues within our projects. Unfortunately, routes used for metrics and actions are currently unnamed, preventing us from deteriorating them within DataDog. I introduced a middleware and attached it to Nova which names the routes within the request but I believe this is happening too late in the chain and is not being passed onto DataDog. Is there any way to apply names to these routes?
Here is my middleware:
Beta Was this translation helpful? Give feedback.
All reactions