Analysis updated 2026-05-18
Monitor all your microservices with full request tracing and a visual service topology map in one self-hosted tool.
Ask an AI assistant questions about your system health and get answers grounded in real traces and metrics.
Connect Claude or Cursor to your monitoring data via MCP to investigate production issues from your editor.
Deploy a full monitoring platform on Docker or Kubernetes and see traces from a live app in under 5 minutes.
| databufflabs/databuff | huangdihd/call_me_as_agent | w512/texodus | |
|---|---|---|---|
| Stars | 207 | 50 | 25 |
| Language | Vue | Vue | Vue |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 3/5 | 2/5 | 2/5 |
| Audience | ops devops | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Requires Docker and Docker Compose, you must supply an LLM API key to enable the AI features after installation.
DataBuff is an open-source monitoring tool for software teams that run multiple interconnected services, often called microservices. It collects data about how your services behave, how fast they respond, where errors occur, and how they call each other, then uses an AI assistant to help you investigate problems using plain English questions. The monitoring side uses a standard called OpenTelemetry, which many programming frameworks already support. Once your services send data to DataBuff, it builds a visual map of all your services and their connections, tracks request rates and error counts, and records detailed traces of individual requests as they travel through your system. The AI side is designed to query that monitoring data directly rather than through a generic chat interface added on top. You can ask questions like "why is service X slow?" and it will look at the actual traces, metrics, and alerts to give you an answer based on real data. For complex problems it can coordinate multiple AI agents, each investigating a different aspect of the issue at the same time. DataBuff also exposes a connection point called MCP, which lets external AI tools like Cursor and Claude plug in and query your monitoring data directly. The README is primarily in Chinese and links to a live demo site. Installation requires Docker and Docker Compose. A one-line install script sets up the full platform in about 5 minutes, after which you visit the web interface at port 27403 and enter an AI model API key to enable the AI features. Kubernetes installation is also available. The system runs on three components: an ingest layer, Apache Doris as the data store, and a web frontend.
DataBuff is an open-source AI-native monitoring tool for microservices that uses OpenTelemetry for data collection and lets you troubleshoot production issues with plain-English AI queries.
Mainly Vue. The stack also includes Vue, Docker, Kubernetes.
Setup difficulty is rated moderate, with roughly 5min to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Verify against the repo before relying on details.