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
When an error happens in the ingest span queues, it just keeps retrying. TODO @danstarns to populate this more.
The text was updated successfully, but these errors were encountered:
What should be expected here? Which code file is responsible for this, how one can recreate this issue?
Sorry, something went wrong.
Hey @iamYashSinha thanks for taking a look.
It looks like for foreign spans(spans that aren't generated from GraphQL debugger trace schema) we try 10 times then stop processing the span
However, for normal spans, located here:
We don't have any retry logic.
We should check that:
Cheers.
Please assign me this issue 👍
iamYashSinha
No branches or pull requests
When an error happens in the ingest span queues, it just keeps retrying. TODO @danstarns to populate this more.
The text was updated successfully, but these errors were encountered: