databuff

作者 databufflabs已验证

AI Native OpenTelemetry APM

151
Stars
26
Forks
Vue
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/databufflabs/databuff

快速入门

使用 databuff 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

DataBuff    Databuff

DataBuff — AI-Native APM Built On Opentelemetry

Mission: build the strongest OpenTelemetry APM backend

AI-native · OTLP-native · multi-agent out of the box · self-hosted traces, metrics, topology

Live Demo  ·  Documentation  ·  Open Source APM  ·  简体中文  ·  Community

Demo login: admin / Databuff@123

DataBuff demo: AI chat, services, topology

AI multi-agent troubleshooting · Service health · Call graph topology

Keywords: AI-Native APM · OpenTelemetry APM · OTLP Backend · Multi-Agent · Distributed Tracing · AIOps · Open Source APM · MCP · Self-Hosted Observability


What is DataBuff

DataBuff is an AI-native APM backend built on Opentelemetry — ingest traces, metrics, and logs via OTLP, with full-stack monitoring, service topology, RED metrics, and out-of-the-box multi-agent AI troubleshooting.

The goal is not "yet another observability UI," but to build the strongest OpenTelemetry APM backend — letting LLMs query live telemetry directly, from natural-language query → multi-agent inspection → root-cause analysis → ops remediation.

Listed on OpenTelemetry official Vendors (Native OTLP) and CNCF Landscape.

⭐ Star the project · Live Demo · Documentation


Why DataBuff

If you are evaluating an OpenTelemetry APM backend, or want AI that actually closes the troubleshooting loop, DataBuff is built for you:

  • AI-native, not bolted on — LLMs query traces, metrics, topology, and alerts directly; add an API key after install, no separate AI platform needed
  • Multi-agent out of the box — AI Brain orchestrates query, inspection, ops, and Q&A experts in parallel
  • Fully embrace OpenTelemetry — OTLP-native ingestion with existing instrumentation as-is; SkyWalking compatible for smooth migration
  • Clear mission — build the strongest OpenTelemetry APM backend: self-hosted, production-grade, extensible
  • Minimal deployment — Ingest + Doris + Web, one Docker command to run

Key Features

🤖 AI-Native

  • Not a bolt-on chat box — LLM answers from real telemetry, not hallucination
  • Multi-agent collaboration out of the box — AI Brain orchestrates query, inspection, ops, and Q&A experts
  • AI application observability (Roadmap) — LLM call chains · token analytics · agent topology · skill/tool/model tracing
  • MCP both ways — expose capabilities to Cursor / Claude; ingest external MCPs like Prometheus
  • Bring your own model — Kimi, DeepSeek, GLM, Ollama, and other OpenAI-compatible APIs

📊 OpenTelemetry-Native

  • OTLP-native ingestion — gRPC 4317 / HTTP 4318 for Traces + Metrics + Logs
  • eBPF APM — kernel-level, non-intrusive collection; call chains and performance data without code changes
  • Dual-protocol support — OTLP native + SkyWalking native gRPC (11800); switch by changing exporter address
  • Alerting loop — threshold detection, scheduled evaluation, alert event history

🐳 Engineering Foundation

  • 3-component stack — Ingest + Doris + Web, no middleware sprawl
  • Skill extensibility — custom digital experts without touching core code

Feature Gallery

Out-of-the-box multi-agent AI on top of a full OpenTelemetry APM.

AIOps roadmap: Visible → Legion → Inspect → Diagnose → Repair → Predict → Answer

Natural Language Query

Ask "which service was slowest" in plain language — AI ranks results, no query language required.

Natural language query

Multi-Agent Collaboration

Complex tasks dispatched to multiple experts in parallel, synthesized into a forwardable incident report.

Multi-agent collaboration

Root Cause Analysis

Pull topology, rank metrics, attribute bottlenecks by share — conclusions ready for your incident report.

Root cause analysis

APM UI

Global topology, service list, and trace drill-down — AI reads the data, the UI confirms it.

Global topology

More capabilities in Documentation


Architecture & Ingestion

Minimal architecture: Ingest + Doris + Web
ProtocolPort / EndpointSignals
OTLP (OpenTelemetry native)gRPC 4317 · HTTP 4318Traces + Metrics + Logs
SkyWalking native gRPCgRPC 11800Trace + JVM metrics + Logs

Quick Start in 5 Minutes

  1. Install platform — one command to launch Ingest + Doris + Web
curl -fsSL https://databuff.ai/databuff/ai-apm-install.sh | bash
  1. Install demo (optional) — auto-report traces and see topology quickly
curl -fsSL https://databuff.ai/databuff/ai-apm-demo-install.sh | bash
  1. Connect a model → start troubleshooting — open http://YOUR_HOST:27403, login admin / Databuff@123, add API key to enable AI
Offline install / Kubernetes install

Offline install — download the bundle from the install page:

tar -zxvf databuff-ai-apm-offline-<version>-<arch>.tar.gz
cd databuff-ai-apm-offline-<version>-<arch> && sudo ./install.sh

Kubernetes install

curl -fsSL https://databuff.ai/databuff/ai-apm-k8s-install.sh | bash
curl -fsSL https://databuff.ai/databuff/ai-apm-demo-k8s-install.sh | bash  # demo optional

Documentation

DocDescription
DocumentationProduct overview, user guides, ops reference
OTLP ingestion guideOpenTelemetry SDK / Collector setup
Competitive comparisonvs Jaeger, SigNoz, SkyWalking, and more
Migration guideMigrate from other APM tools

Contributing

If you are building AI-native APM / OpenTelemetry observability, help make the strongest OpenTelemetry APM backend a real, usable open-source foundation:

Scan to join the DataBuff community on WeChat
Scan to join the DataBuff community


License

This repository is licensed under Apache-2.0.

常见问题

What is databuff?

databuff is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by databufflabs. AI Native OpenTelemetry APM. It has 151 GitHub stars.

Is databuff safe to use?

Yes. databuff passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install databuff?

Clone the repository with "git clone https://github.com/databufflabs/databuff" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is databuff written in?

databuff is primarily written in Vue. It is open-source under databufflabs on GitHub, so you can review or fork the full source.

Are there alternatives to databuff?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh databuff against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情