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

Allow users defining http.route #6

Closed
mariomac opened this issue Feb 24, 2023 · 0 comments
Closed

Allow users defining http.route #6

mariomac opened this issue Feb 24, 2023 · 0 comments
Assignees

Comments

@mariomac
Copy link
Contributor

Currently, metrics/traces reports the http.target attribute as something like:

/users/123/article/456

We should let users defining regexpes so they can provide http.route according to the semantic conversions document

E.g.

target: /users/\d+/article/\d+
route: /users/{:userId}/article/{:articleId}
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

1 participant