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
Performance, User experience
We should support creating an index for context.trace_id and context.span_id in the context column from OpenTelemetry Traces(https://opentelemetry.io/docs/concepts/signals/traces/):
context.trace_id
context.span_id
context
"context": { "trace_id": "5b8aa5a2d2c872e8321cf37308d69df2", "span_id": "051581bf3cb55c13" }
Additionally, enabling the query where context.trace_id = '5b8aa5a2d2c872e8321cf37308d69df2' would allow the index to optimize query performance.
where context.trace_id = '5b8aa5a2d2c872e8321cf37308d69df2'
No response
The text was updated successfully, but these errors were encountered:
Seems duplicated to #4849? We can close one of them.
Sorry, something went wrong.
No branches or pull requests
What type of enhancement is this?
Performance, User experience
What does the enhancement do?
We should support creating an index for
context.trace_id
andcontext.span_id
in thecontext
column from OpenTelemetry Traces(https://opentelemetry.io/docs/concepts/signals/traces/):Additionally, enabling the query
where context.trace_id = '5b8aa5a2d2c872e8321cf37308d69df2'
would allow the index to optimize query performance.Implementation challenges
No response
The text was updated successfully, but these errors were encountered: