openobserve

Active
GitHub TypeScript AGPL-3.0

Description

OpenObserve is a high-performance observability platform for logs, metrics, and traces, well suited for monitoring AI agent runtimes and tool calls.

Key Features

  • All-in-one observability for logs, metrics, traces, LLM, and frontend monitoring
  • Single-binary deployment, one executable runs the whole backend
  • 140x lower storage cost compared to Datadog and Splunk
  • High performance suitable for storing large-scale agent behavior logs
  • OpenTelemetry compatible so existing telemetry data connects directly

Use Cases

πŸ’‘ Serve as a low-cost backend for AI agent behavior logs
πŸ’‘ Unify logs, metrics, and traces inside the enterprise
πŸ’‘ Store query logs for RAG systems to power downstream analysis
πŸ’‘ Provide dedicated LLM observability for LLM-based applications

Quick Start

# Run as a single binary
curl -L https://github.com/openobserve/openobserve/releases/latest/download/openobserve-linux-amd64 -o openobserve
chmod +x openobserve
./openobserve

# Open the web UI
open http://localhost:5080

# Ingest data via OpenTelemetry
# endpoint: http://localhost:5080/api/default/otlp/v1/logs

Related Projects