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

[BUG] POST /v1/traces returns 204 not 200 #5963

Closed
codefromthecrypt opened this issue Jan 9, 2025 · 1 comment · Fixed by #5962
Closed

[BUG] POST /v1/traces returns 204 not 200 #5963

codefromthecrypt opened this issue Jan 9, 2025 · 1 comment · Fixed by #5962
Assignees
Labels
bug Something isn't working

Comments

@codefromthecrypt
Copy link

Describe the bug

The following logs occur when exporting traces to phoenix with otel python:

DEBUG:urllib3.connectionpool:http://localhost:6006 "POST /v1/traces HTTP/1.1" 204 0 ERROR:opentelemetry.exporter.otlp.proto.http.trace_exporter:Failed to export batch code: 204, reason:

Expected behavior

OTLP requires 200, yet Phoenix returns 204.

Additional context

Source issue open-telemetry/opentelemetry-python#4338 where @stfines-clgx made comments about this

@RogerHYang
Copy link
Contributor

resolved by #5962

@github-project-automation github-project-automation bot moved this from 📘 Todo to ✅ Done in phoenix Jan 9, 2025
@RogerHYang RogerHYang self-assigned this Jan 9, 2025
@RogerHYang RogerHYang linked a pull request Jan 9, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants