akka-http route attribute #7691
Unanswered
imaxmelnyk
asked this question in
Q&A
Replies: 1 comment
-
Hey @imaxmelnyk , If you have access to the route in your application you can use the |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi guys,
For the
akka-http
instrumentaiton,route
attribute, of http server metrics, is not exported due to hardly achievable low cardinality of it, that is fine and i understand it. However, is there any way to fill it via either extension or manual instrumentation?Say, if i put the route attribute inside the
HttpRequest
object so that i reuse it in the extension later on to fillroute
? is it even possible?Thanks
Beta Was this translation helpful? Give feedback.
All reactions