-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Export logs to Loki #1894
Comments
Update: PR #1952 will be finished and ready for review this coming week. |
/cc @slim-bean can you take a look? |
…del and add Composite Sampler (#1894) Migrate Tail Sampling Processor to the new OTLP-based internal data model and add composite sampler **Design Doc - Added support for composite policy in tailsampling processor. This would help in grouping sampling policies and rate limiting them. https://docs.google.com/document/d/10wpIv3TtXgOik05smHm3nYeBX48Bj76TCMxPy8e1NZw/edit#heading=h.ecy5l2puwtp4 **Link to tracking Issue:** 1306 **Testing:** Unit testing **Documentation:** Refer open-telemetry/opentelemetry-collector#1306, https://docs.google.com/document/d/10wpIv3TtXgOik05smHm3nYeBX48Bj76TCMxPy8e1NZw/edit#heading=h.ecy5l2puwtp4
@andrewhsu - Could you assign this to me? |
Apologies @gramidt have not forgotten about this but haven't had a chance just yet to follow up! |
No worries at all, @slim-bean! I appreciate you taking the time to review and ensure that the implementation is the best it can be. On a side note, I would love https://github.com/grafana/loki-client-go to have an official versioned release and assurance that it will be kept in sync, so that this implementation can use it for the generated protos and maybe eventually use the client pieces too. This would help reduce the dependencies used to the minimum. |
The exporter has been added to the binary. Other enhancements for the exporter exist as other GH issues. Closing this issue. |
Signed-off-by: Hu Shuai <hus.fnst@cn.fujitsu.com> Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
Is your feature request related to a problem? Please describe.
I would like to send log data to Loki (https://grafana.com/docs/loki/latest/)
Describe the solution you'd like
Have an exporter that sends log data to Loki.
Additional context
A PR will soon be provided that accomplishes this request. The primary driver for Loki is that its design is similar to that of Cortex and reduces the cost of operating a logging solution at scale.
Progress
The text was updated successfully, but these errors were encountered: