Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
lacre:ideas [2024/04/14 20:34] – add: rewrite in Rust pfmlacre:ideas [2024/07/12 09:48] (current) – add: observability pfm
Line 48: Line 48:
   * [[https://crates.io/crates/mime|mime]], a strongly typed MIME-Type support;   * [[https://crates.io/crates/mime|mime]], a strongly typed MIME-Type support;
   * something to parse MIME--compliant messages;   * something to parse MIME--compliant messages;
 +
 +===== Make Lacre observable =====
 +
 +Monitoring Lacre's performance and correctness requires following logs at the moment.
 +
 +We could expose endpoints with Lacre statistics for monitoring tools to consume, or consider other observability solutions.
 +
 +Things to check:
 +  * [[https://ebpf.io/|eBPF]];
 +  * [[https://opentelemetry.io/|Open Telemetry]] (supports [[https://opentelemetry.io/docs/languages/python/|Python]] and [[https://opentelemetry.io/docs/languages/rust/|Rust]]);