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

Server: Fix Span HTTP Routes #754

Merged
merged 1 commit into from
Jan 6, 2023
Merged

Conversation

jaymell
Copy link
Contributor

@jaymell jaymell commented Jan 6, 2023

HTTP routes broke after Axum upgrade to 0.6.0 due to changes
in how nested routes work so that matched routes were displaying
as the literal route in the request rather than a generic route
with placeholders for resource IDs. Adding the otel layer
directly in the nested API route fixes the problem.

HTTP routes broke after Axum upgrade to 0.6.0 due to changes
in how nested routes work so that matched routes were displaying
as the literal route in the request rather than a generic route
with placeholders for resource IDs. Adding the otel layer
directly in the nested API route fixes the problem.
@svix-james svix-james merged commit a5e8d93 into svix:main Jan 6, 2023
@jaymell jaymell deleted the fix-http-route-span branch January 6, 2023 19:39
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

Successfully merging this pull request may close these issues.

3 participants