-
Notifications
You must be signed in to change notification settings - Fork 21
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
Support ingesting span events #302
Conversation
This should be ready for a look now. In particular, the attempt to make the original level hygienic would be worth exploring. Once it's ready to go it could probably do with a squash-merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great; is missing @sc
scope attributes property but think that'll be a quick and easy addition :-)
It looks like we support span attributes ( |
This PR adds support for ingesting events with the new
@tr
,@sp
,@ps
,@st
,@ra
, and@sa
properties for span events. I've also replaced a lot of the infrastructure used to evaluate expressions with the newSeq.Syntax
package, which makes evaluation consistent betweenseqcli
and Seq apps that run expressions.