tracing-loki-but-better

Crates.iotracing-loki-but-better
lib.rstracing-loki-but-better
version0.1.4
created_at2025-10-02 19:56:47.165349+00
updated_at2025-12-06 20:09:07.091339+00
descriptionA tracing layer for shipping logs to Grafana Loki
homepage
repositoryhttps://codeberg.org/tazz4843/tracing-loki
max_upload_size
id1864977
size100,189
Niko (tazz4843)

documentation

README

tracing-loki-but-better

A tracing layer for Loki.

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).

Features

  • rustls: use rustls as the TLS backend. Enabled by default.
  • native-tls: use native-tls as the TLS backend.

Examples

See the examples folder.

Commit count: 0

cargo fmt