Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable scalable handlerID with GetPathTemplate support #153

Open
nwadams opened this issue Aug 9, 2022 · 1 comment
Open

Enable scalable handlerID with GetPathTemplate support #153

nwadams opened this issue Aug 9, 2022 · 1 comment

Comments

@nwadams
Copy link

nwadams commented Aug 9, 2022

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.

@matino
Copy link

matino commented Aug 31, 2022

That would be great indeed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants