Highlights
- SkyWalking 8.0–8.3 compatibility — Ingest now accepts the unqualified gRPC service names the SkyWalking 8.x agents register for Trace, JVM metrics, and Management on the existing ingest port, so 8.0–8.3 agents connect without server-side renames.
- LLM provider management — Full CRUD for LLM providers in config management, with detail views, backend store hardening (
InMemoryLlmProviderStore), and i18n updates. - Credential access hardening — AI agent shell commands and read-only Doris queries are now blocked from reaching LLM provider credential storage (
config_llm_provider/api_key_cipher). The shell policy denies matching commands up front, and the Doris read guard rejects SQL referencing those tables even inside quoted literals. - AI brain stability — Fixed duplicated / repeated messages in AI brain streaming responses (event accumulation rework in the expert runtime).
- Doris-down LLM key — When the config store is unavailable, an LLM provider kept in memory still takes effect (same as v0.1.8), so AI troubleshooting can apply a key during a Doris outage.
- Service inspect —
inspectServiceusesLIMIT 1existence probes and reuses HTTPcomponentTypes. - Docs — Python OTLP integration quick-start (
docs/使用手册/Python应用OTLP接入.md, GitHub #75).
Quick Start
# Platform (latest = 0.1.9)
curl -fsSL https://databuff.ai/databuff/ai-apm-install.sh | bash
# Upgrade existing Docker install (keeps data/)
curl -fsSL https://databuff.ai/databuff/ai-apm-update.sh | bashOpen http://YOUR_HOST:27403 · configure LLM API key for AI features.
Upgrade Notes
No schema migration this release (schema_version stays 8). The upgrade script handles rolling existing installs; Kubernetes does not support in-place upgrade — uninstall then reinstall. See deploy/docker/UPGRADE.md.
Images
| Component | Image |
|---|---|
| Web Platform | databuffhub/ai-apm-web:0.1.9 |
| Ingest | databuffhub/ai-apm-ingest:0.1.9 |
| Demo | databuffhub/ai-apm-demo:0.1.9 |
Links
- Repo: https://github.com/databufflabs/databuff
- Docs: https://github.com/databufflabs/databuff/tree/master/docs
- Website: https://databuff.ai
- Live Demo: https://demo.databuff.ai
Full changelog
See CHANGELOG.md. Commits since v0.1.8: 10 (HEAD 7399290).