惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

量子位
Recent Announcements
Recent Announcements
D
Docker
V
V2EX
阮一峰的网络日志
阮一峰的网络日志
Vercel News
Vercel News
Microsoft Security Blog
Microsoft Security Blog
The GitHub Blog
The GitHub Blog
U
Unit 42
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
月光博客
月光博客
腾讯CDC
B
Blog
博客园_首页
罗磊的独立博客
D
DataBreaches.Net
IT之家
IT之家
酷 壳 – CoolShell
酷 壳 – CoolShell
L
LangChain Blog
aimingoo的专栏
aimingoo的专栏
MongoDB | Blog
MongoDB | Blog
GbyAI
GbyAI
Stack Overflow Blog
Stack Overflow Blog
M
MIT News - Artificial intelligence

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
Prometheus dependency graph — interactive showcase | Riftmap
Riftmap · 2026-05-28 · via Hacker News: Show HN

Live dependency graph

The Prometheus org, as a dependency graph.

56 repos. 188 cross-repository edges. Click any node to see what depends on it and simulate the blast radius of a breaking change.

prometheus dependency graph — static preview, 56 repositories with edges between them

This page renders an interactive graph of every cross-repository dependency in the Prometheus GitHub organisation. Enable JavaScript to explore it, or read our writeup of what we found.

Read the writeup →

What this graph says

A 30-second read of the Prometheus org

What's central

Five repos carry almost everything: prometheus/common (28 dependents), client_golang (25), client_model (23), prometheus/prometheus (23), and exporter-toolkit (22). If you've contributed to the org, this ranking is calibration, not surprise — and that's the point. The graph confirms the mental model a senior maintainer already has, in a form a new engineer can read on day one.

What's a leaf

The bottom row of disconnected repos is doing two different things. Most are repos whose dependencies leave the org entirely (lezer-promql imports five npm packages cleanly — they're just not Prometheus packages). The rest are repos in ecosystems Riftmap can't yet parse. The graph treats them identically. The writeup below doesn't.

What surprised us

client_golang is imported from prometheus/prometheus three separate times — once each in go.mod, exp/go.mod, and tutorials/whatsup/go.mod. Riftmap surfaces each manifest as its own reference rather than collapsing them. "We bumped the dependency" and "we bumped every reference to the dependency" are not the same statement, and Go monorepos are exactly where that bug hides.

What Riftmap didn't see

The honest list of parser gaps in this scan: no pom.xml (so client_java and jmx_exporter come out unconnected), no pyproject.toml (client_python), no Gemfile (client_ruby), no Cargo.toml (client_rust). These are real, named gaps — next on the parser roadmap, roughly in that order. A scan that doesn't tell you what it missed isn't a scan you should trust.

See what your own org looks like.

A read-only token, ~90 seconds to first scan, free for 15 repos. The graph above is what you get back — interactive, file-level evidence, impact mode included.

Scan your own org

Further reading

What 56 Prometheus repos actually depend on

I scanned all 56 repos in the Prometheus org with Riftmap. Here's the cross-repo dependency graph, including the 25 repos that import client_golang.

Read the deeper dive