Skip to content

Conversation

mjq
Copy link
Member

@mjq mjq commented Apr 7, 2025

We structured our OTLP endpoint URL to match the OTLP standard, but we added a trailing slash that isn't present in the spec. That causes OTLP clients that automatically apply the /v1/traces suffix to 404 when trying to reach Relay. Add a version without the trailing slash to match the spec.

Out of an abundance of caution this PR keeps the version with the trailing slash just in case someone is using it (although there are no known clients).

@mjq mjq requested a review from a team as a code owner April 7, 2025 15:48
@Dav1dde
Copy link
Member

Dav1dde commented Apr 8, 2025

Need to make sure Nginx allows that route as well.

@mjq mjq enabled auto-merge (squash) April 10, 2025 03:22
@mjq mjq merged commit fc00fc9 into master Apr 10, 2025
27 checks passed
@mjq mjq deleted the mjq-fix-otlp-endpoint branch April 10, 2025 03:30
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.

2 participants