-
Notifications
You must be signed in to change notification settings - Fork 525
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
Make OTLP input return partial success response #11883
Conversation
This pull request is now in conflicts. Could you fix it @carsonip? 🙏
|
This pull request does not have a backport label. Could you fix it @carsonip? 🙏
NOTE: |
f0e2e1d
to
c44a57c
Compare
c44a57c
to
e98a304
Compare
Ran a couple of OTEL collectors, and configured them to target 8.12 and a prior version(8.8) respectively. Sent following payload to trigger partial success response(modified version of this example):
Collector logs showing different results: APM Server v8.12.0:
APM Server v8.8 (Prior to the change)
Before the change, the partial success was silently ignored and the result wasn't returned to the sender, but APM Server returns a partial success response since 8.12. |
Motivation/summary
Make OTLP input return partial success response.
elastic/apm-data#156
elastic/apm-data#172
Checklist
apmpackage
have been made)For functional changes, consider:
How to test these changes
Send otel metrics with exponential histogram and observe partial success response.
Related issues