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

Add support for ProtoBuffers for sending logging information #5

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

flying7eleven
Copy link
Owner

Currently the crate only supports logging messages send via JSON to the Loki backend. The recommended way for the best performance however is to use ProtoBuffers for the payload. This PR should implement this as an optional features for the crate.

@flying7eleven flying7eleven self-assigned this Jul 12, 2023
@tazz4843
Copy link
Contributor

I attempted to implement protobufs in my fork but eventually abandoned it as there was basically no documentation on loki's side. If it helps, I can try to dig out the code I had prototyped and push it to GitHub. It's obviously incomplete but it might be useful to get started.

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

Successfully merging this pull request may close these issues.

2 participants