We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
resolved by #5962
Sorry, something went wrong.
RogerHYang
Successfully merging a pull request may close this issue.
Describe the bug
The following logs occur when exporting traces to phoenix with otel python:
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
The text was updated successfully, but these errors were encountered: