You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi and thank you for this library!
I'm in the progress of migrating an application from akka-http to http4s and I noticed a behavioral difference.
While in akka-http paths are reported to Prometheus with a {} placeholder when the segment contains dynamic values (like integers), in http4s paths are reported literally:
For example:
with http4s:
/v1/organization/30755/authors/suggested
with akka-http:
/v1/organization/{}/authors/suggested
Is this intended? Can I configure Kamon to have the same behavior? In case it's a missing feature, are you willing to merge a PR implementing the change (maybe guiding me to show what needs to be changed)
Thank you!
Lorenzo
LazyBun, albertoadami, machadoit and ViktorMarinov