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

TimespanLogging: Provide log serialization helper #381

Open
jpsamaroo opened this issue Mar 3, 2023 · 2 comments
Open

TimespanLogging: Provide log serialization helper #381

jpsamaroo opened this issue Mar 3, 2023 · 2 comments
Labels

Comments

@jpsamaroo
Copy link
Member

It's super common to want to export logs to a file to be later imported for analysis. We could provide an interface to export to any Tables.jl-compatible sink to make this easy.

An open question is how to serialize streams of a MultiEventLog, which tend to have different formats. These also often contain data like Dict or NamedTuple which don't serialize nicely as column values in CSV; maybe we should also have a JSON-based format? If we emit JSON, we could also move most of the sanitization code from DaggerWebDash over to TimespanLogging.

@findmyway
Copy link

Hi @jpsamaroo ,

I'm working on oolong-dev/OpenTelemetry.jl#74 recently. I believe most logging related issues listed here can be addressed gracefully. Maybe we can have a discussion on it in the next Dagger.jl user meeting?

@jpsamaroo
Copy link
Member Author

@findmyway sounds great to me!

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

No branches or pull requests

2 participants