Rust Observability

Open-source Rust projects categorized as Observability

Top 10 Rust Observability Projects

  • vector

    A high-performance observability data pipeline.

  • Project mention: Docker Log Observability: Analyzing Container Logs in HashiCorp Nomad with Vector, Loki, and Grafana | dev.to | 2024-04-19

    job "vector" { datacenters = ["dc1"] # system job, runs on all nodes type = "system" group "vector" { count = 1 network { port "api" { to = 8686 } } ephemeral_disk { size = 500 sticky = true } task "vector" { driver = "docker" config { image = "timberio/vector:0.30.0-debian" ports = ["api"] volumes = ["/var/run/docker.sock:/var/run/docker.sock"] } env { VECTOR_CONFIG = "local/vector.toml" VECTOR_REQUIRE_HEALTHY = "false" } resources { cpu = 100 # 100 MHz memory = 100 # 100MB } # template with Vector's configuration template { destination = "local/vector.toml" change_mode = "signal" change_signal = "SIGHUP" # overriding the delimiters to [[ ]] to avoid conflicts with Vector's native templating, which also uses {{ }} left_delimiter = "[[" right_delimiter = "]]" data=<

  • openobserve

    🚀 10x easier, 🚀 140x lower storage cost, 🚀 high performance, 🚀 petabyte scale - Elasticsearch/Splunk/Datadog alternative for 🚀 (logs, metrics, traces, RUM, Error tracking, Session replay).

  • Project mention: Show HN: OneUptime – open-source Datadog Alternative | news.ycombinator.com | 2024-04-02

    Lot of interesting OSS observability products coming out in recent years. One of the more impressive(and curious for many reasons) IMHO is OpenObserve: https://github.com/openobserve/openobserve .

    As opposed to just a stack, they are implementing just about the whole backend shebang from scratch.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • aya

    Aya is an eBPF library for the Rust programming language, built with a focus on developer experience and operability.

  • Project mention: Bpfman: An eBPF Manager | news.ycombinator.com | 2024-03-30
  • parseable

    Parseable is a log analytics system platform for modern, cloud native workloads

  • Project mention: New release of Parseable [Log analytics system written in Rust] is now available | /r/rust | 2023-10-03

    Checkout the release here: https://github.com/parseablehq/parseable/releases/tag/v0.7.0

  • autometrics-rs

    Easily add metrics to your code that actually help you spot and debug issues in production. Built on Prometheus and OpenTelemetry.

  • Project mention: Show HN: Autometrics – open-source observability stack | news.ycombinator.com | 2023-12-05
  • wasm-bpf

    WebAssembly library, toolchain and runtime for eBPF programs

  • Project mention: Bytecode VMs in Surprising Places | news.ycombinator.com | 2024-04-30
  • prodzilla

    🦖 Testing in Production - Synthetic Monitoring on Rust

  • Project mention: Prodzilla: From Zero to Prod with Rust and Shuttle | dev.to | 2024-02-21

    I’ve been working on Prodzilla, a modern synthetic monitoring tool built in Rust. I wanted to share how it's different to existing tools, why I’ve built it in Rust and how you can host it for free on Shuttle, and what I hope to achieve in the long-term.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • modsurfer

    Devtools to validate, audit and investigate WebAssembly binaries.

  • Project mention: Extism Makes WebAssembly Easy | news.ycombinator.com | 2023-10-04

    you should also check out modsurfer[0]

    "modsurfer generate -p cowsay.wasm -o mod.yaml"

    Especially for non-component core modules that wont have wit definitions

    [0]: https://github.com/dylibso/modsurfer

  • modality-probe

    A distributed causal tracing probe suitable for embedded systems.

  • rustfuif

    Performance & correctness oriented beursfuif implementation in rust

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Rust Observability related posts

  • Show HN: Quickwit – OSS Alternative to Elasticsearch, Splunk, Datadog

    4 projects | news.ycombinator.com | 7 Jan 2024
  • Uprobes Siblings - Capturing HTTPS Traffic: A Rust and eBPF Odyssey

    3 projects | dev.to | 7 Dec 2023
  • Hacks to reduce cloud spend

    1 project | /r/sre | 6 Dec 2023
  • Show HN: Autometrics – open-source observability stack

    1 project | news.ycombinator.com | 5 Dec 2023
  • Harnessing eBPF and XDP for DDoS Mitigation - A Rust Adventure with rust-aya

    3 projects | dev.to | 21 Nov 2023
  • New release of Parseable [Log analytics system written in Rust] is now available

    1 project | /r/rust | 3 Oct 2023
  • InfluxDB CTO: Why We Moved from Go to Rust

    5 projects | news.ycombinator.com | 1 Oct 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 4 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Observability projects in Rust? This list will help you:

Project Stars
1 vector 16,561
2 openobserve 9,648
3 aya 2,699
4 parseable 1,713
5 autometrics-rs 771
6 wasm-bpf 327
7 prodzilla 176
8 modsurfer 96
9 modality-probe 8
10 rustfuif 3

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com