Hacker News new | ask | show | jobs
by bhyolken 940 days ago
Thanks! For logs, we actually use github.com/segmentio/events and just implemented a handler for that library that batches logs and periodically flushes them out to our collector using the underlying protocol buffer interface. We plan on migrating to log/slog soon, and once we do that we'll adapt our handler and can share the code.
1 comments

Awesome! Great work and thanks for sharing your experience!