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

fix(backend): make span name query param #1591

Merged
merged 1 commit into from
Dec 11, 2024
Merged

fix(backend): make span name query param #1591

merged 1 commit into from
Dec 11, 2024

Conversation

anupcowkur
Copy link
Contributor

Description

Spans with names like 'GET developer.android.com/...' cannot be passed as part of url path in Gin. It confuses the routing system and results in 404s.

This commit fixes the issue by passing in span names as query params instead of as part of the path.

Related issue

Fixes #1575

@anupcowkur anupcowkur requested a review from detj December 11, 2024 09:25
Copy link

vercel bot commented Dec 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
measure-dashboard ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 11, 2024 9:30am

fixes #1575

spans with names like 'GET developer.android.com/...' cannot be
passed as part of url path in Gin. It confuses the routing system
and results in 404s.

This commit fixes the issue by passing in span names as query params
instead of as part of the path.
@anupcowkur anupcowkur merged commit 2f385bd into main Dec 11, 2024
10 checks passed
@anupcowkur anupcowkur deleted the fix-span-name branch December 11, 2024 10:10
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.

Spans with a HTTP URL in name fail to load
2 participants