diff --git a/README.md b/README.md index 375fe19..72a686f 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,11 @@ LLM and agentic systems. It stores traces in SQLite or PostgreSQL that you control, works with local or hosted models, and requires no Observer cloud account. +![Observer dashboard showing a synthetic trace](docs/assets/observer-dashboard.png) + +_The dashboard above was rendered from synthetic telemetry by the clean-runner +[quickstart smoke test](.github/workflows/quickstart-smoke.yml)._ + ## Features - **Multi-framework tracing** — Auto-instrument OpenAI, Anthropic, LangChain diff --git a/docs/assets/observer-dashboard.png b/docs/assets/observer-dashboard.png new file mode 100644 index 0000000..54c4369 Binary files /dev/null and b/docs/assets/observer-dashboard.png differ