| Crates.io | tracing-loki-but-better |
| lib.rs | tracing-loki-but-better |
| version | 0.1.4 |
| created_at | 2025-10-02 19:56:47.165349+00 |
| updated_at | 2025-12-06 20:09:07.091339+00 |
| description | A tracing layer for shipping logs to Grafana Loki |
| homepage | |
| repository | https://codeberg.org/tazz4843/tracing-loki |
| max_upload_size | |
| id | 1864977 |
| size | 100,189 |
Some code reused from tracing-loki,
but the most critical parts of the code (namely BackgroundTask) have been
entirely rewritten to avoid queues and manual implementations of futures
(in other words, this crate has less memory and less CPU use).
rustls: use rustls as the TLS backend. Enabled by default.native-tls: use native-tls as the TLS backend.See the examples folder.