@0xKingsKuan: 自行修 Bug,可观测性工具! 以前搞生产系统有多崩溃? 日志,trace、metrics 铺天盖地,关键错误被噪声淹没,出了问题只能手动翻日志、猜调用链,排查半天还是不知道根因,更别说自动修复了。 现在好了,superloglabs 直…
摘要
Superloglabs 开源了 Superlog,一个基于 OpenTelemetry 的 agentic 可观测性平台,能自动聚类事件、生成 Incident 并协助修复 Bug。
查看缓存全文
缓存时间: 2026/06/09 12:47
自行修 Bug,可观测性工具!
以前搞生产系统有多崩溃?
日志,trace、metrics 铺天盖地,关键错误被噪声淹没,出了问题只能手动翻日志、猜调用链,排查半天还是不知道根因,更别说自动修复了。
现在好了,superloglabs 直接开源了 Superlog !一个会自动聚类事件、生成 Incident、甚至帮你修 Bug 的开源可观测性平台!
它到底有多离谱:
Superlog 是一个 agentic 遥测系统,摄取 OpenTelemetry 的 traces、logs、metrics 后,自动把嘈杂信号聚类成有意义的 Incident(事件),并通过可插拔的 agent runner 来分析和处理问题。 它不只是“看日志”,而是把可观测性直接变成能行动的智能系统。
https://github.com/superloglabs/superlog…
特别适合跑 AI Agent、生产级服务、微服务架构的团队,想少熬夜修 Bug 的开发者。
superloglabs/superlog
Source: https://github.com/superloglabs/superlog
Website · Code · Skills · Helpers · Discord
About
Superlog is an open-source agentic telemetry system. It ingests traces, logs, and metrics, groups noisy signals into incidents, and watches your infra while you sleep.
Installation
You can install Superlog in your project by using our skills in your favourite coding agent:
Run npx skills add superloglabs/skills --all and use the skills to install Superlog in this project
What is Superlog?
Superlog is an open-core observability workspace for OpenTelemetry data. It ingests traces, logs, and metrics, groups noisy signals into incidents, and gives teams a local-first product surface for debugging production systems.
This repository contains the fully open-source, free community edition:
- Web app and API
- OTLP ingest proxy
- Worker processes for incident grouping and background jobs
- Postgres schema and ClickHouse-backed telemetry queries
- Agent runner interfaces for pluggable investigation runtimes
- A default
communityagent runner that records a local incident summary
We also provide a hosted Superlog Cloud edition with a free tier, a pay-to-go plan and monthly credit packs.
Quick Start
Prerequisites:
- Node.js 20+
- pnpm 9+
- Docker
Install dependencies:
pnpm install
Start the local stack:
docker compose up -d
pnpm --filter @superlog/db db:migrate
pnpm dev
The default local services are:
- Web:
http://localhost:5173 - API:
http://localhost:4100 - OTLP intake:
http://localhost:4101
Development
Run typechecks:
pnpm typecheck
Repository Layout
apps/web- Vite/React frontendapps/api- HTTP APIapps/proxy- OTLP intake proxyapps/worker- background workers and agent orchestrationpackages/db- Drizzle schema and migrationspackages/fingerprint- telemetry fingerprinting helpers
License
Superlog is licensed under the Apache License 2.0.
币世王 🦅 (@0xKingsKuan): 多个模型,一个看板!
将多达 11 个 CLI 代理并行分派(Claude Code、Codex、Gemini、Cursor…),每个代理隔离在其自己的 git worktree 中。
本地 SQLite 模式或 GitHub Issues 模式,配备一个 MCP 服务器以从外部控制整个系统。
相似文章
Launch HN: Superlog (YC P26) – 自行安装并修复bug的可观测性工具
Superlog是一种自行安装的可观测性工具,可自动检测代码、分组错误,并使用AI代理调查和修复bug,旨在减少告警疲劳和手动设置。
@XAMTO_AI: OpenObserve 在圈子里炸了,基于 Rust 的可观测平台,专门收拾那些贵得离谱的日志工具。AGPL-3.0 协议,单文件部署,几分钟搞定。 存储成本暴降 140 倍:Parquet + S3 架构,占用小到夸张 全打包:日志、指…
OpenObserve 是一个基于 Rust 的开源可观测平台,支持日志、指标、链路追踪和 RUM,存储成本比 Elasticsearch 低 140 倍,单文件即可部署,是 Datadog 的开源替代方案。
@QingQ77: 开源自托管 AI 安全运营中心,提供告警融合、紫队演练、AI 辅助分诊和 MITRE ATT&CK 调查分析。 https://github.com/beenuar/AiSOC AiSOC 把安全事件采集、关联分析、AI 调查和 SOC …
AiSOC 是一款开源自托管的 AI 安全运营中心工具,基于 LangGraph 构建,集成警报融合、AI 辅助分诊与 MITRE ATT&CK 调查分析功能,支持全链路推理日志回放及多环境灵活部署。
@XAMTO_AI: 又一个敢玩真的开源可观测性神器,这次是真豁出去了 监控数据被 SaaS 厂商锁死的痛,谁经历谁懂 :https://github.com/monoscope-tech/monoscope… 这玩意儿叫 Monoscope,三大硬核狠活: …
Monoscope is an open-source observability platform that stores logs, traces, and metrics in your own S3 buckets, supports natural language queries via LLMs, and uses AI agents to detect anomalies and send email reports.
@ba_niu80557: https://x.com/ba_niu80557/status/2077416407135048045
本文深度剖析WorkBuddy的六层技术架构,指出其本质是一套Agent操作系统而非单一模型,并通过更新日志展示了Agent工程中的真实故障与修复。