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
Would it be possible to add an option to use GetPathTemplate in gorilla, or similar in other libraries instead of the exact url route when initialized with mdwr.Handler("", h). This will allow more scalable path tracking to generalize ID params and avoid high tag cardinality explosion.
If you want I can investigate making this change if you are willing to accept a PR.
The text was updated successfully, but these errors were encountered:
Would it be possible to add an option to use
GetPathTemplate
in gorilla, or similar in other libraries instead of the exact url route when initialized withmdwr.Handler("", h)
. This will allow more scalable path tracking to generalize ID params and avoid high tag cardinality explosion.If you want I can investigate making this change if you are willing to accept a PR.
The text was updated successfully, but these errors were encountered: