.docker/openobserve-otel/README.md
English | 中文
This directory contains the configuration for an alternative observability stack using OpenObserve.
For the recommended observability stack (Prometheus, Grafana, Tempo, Loki), please see ../observability/.
OpenObserve is a lightweight, all-in-one observability platform that handles logs, metrics, and traces in a single binary. This setup is ideal for:
cd .docker/openobserve-otel
docker compose up -d
[email protected]rustfs1235080: HTTP API and UI5081: OTLP gRPC4317, HTTP 4318)Configure your application to send OTLP data to the collector:
http://localhost:4318 (HTTP) or localhost:4317 (gRPC)Example for RustFS:
export RUSTFS_OBS_ENDPOINT=http://localhost:4318
export RUSTFS_OBS_SERVICE_NAME=rustfs-node-1