-
Notifications
You must be signed in to change notification settings - Fork 0
Add tracing support #9
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
base: main
Are you sure you want to change the base?
Conversation
Amend the command-line help for the `-c` command to note that the RHAI variable `r` refers to the record under consideration. Add a README.md that describes this in a bit more detail and has a couple of one-liner example scripts to get readers started.
add docs for using RHAI scripts
What does it look like visually when you push some tracing entries through it? |
I tried to keep it close to the way the Bunyan logs look. Notably we do not have a dedicated host field, and can have an array of spans associated with a record. (records without spans)
(records with spans)
Or as an alternate display:
|
Really liked using
looker
with nexus logs and wanted to use it on json formatted tracing logs.