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

builtins: add builtin to retrieve the payload(s) for a span. #10097

Closed
jseldess opened this issue Mar 23, 2021 · 1 comment
Closed

builtins: add builtin to retrieve the payload(s) for a span. #10097

jseldess opened this issue Mar 23, 2021 · 1 comment
Milestone

Comments

@jseldess
Copy link
Contributor

PR: cockroachdb/cockroach#60616

From release notes:

Added payloads_for_span builtin that takes in a span ID and returns its paylods in JSONB format. If the span is not found, or if the span does not have any payloads, the builtin returns an empty JSON object. [#60616][#60616] {% comment %}doc{% endcomment %}

@jseldess jseldess added this to the 21.1 milestone Mar 23, 2021
@jseldess jseldess added the A-sql label Mar 23, 2021
@ericharmeling
Copy link
Contributor

Fixed by #9907.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants