distributed-tracing by aj-geddes/useful-ai-prompts
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill distributed-tracing使用 Jaeger 或 Zipkin 设置分布式追踪基础设施,以跟踪跨微服务的请求并识别性能瓶颈。
最小工作示例:
# docker-compose.yml
version: "3.8"
services:
jaeger:
image: jaegertracing/all-in-one:latest
ports:
- "5775:5775/udp"
- "6831:6831/udp"
- "16686:16686"
- "14268:14268"
networks:
- tracing
networks:
tracing:
references/ 目录下的详细实现:
| 指南 | 内容 |
|---|---|
| Jaeger 设置 |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| Jaeger 设置,Node.js Jaeger 仪表化 |
| Express 追踪中间件 | Express 追踪中间件 |
| Python Jaeger 集成 | Python Jaeger 集成 |
| 分布式上下文传播 | 分布式上下文传播 |
| Zipkin 集成 | Zipkin 集成,追踪分析 |
每周安装量
94
代码仓库
GitHub 星标数
121
首次出现
2026年1月21日
安全审计
安装于
opencode80
gemini-cli78
codex75
claude-code75
cursor73
github-copilot65
Set up distributed tracing infrastructure with Jaeger or Zipkin to track requests across microservices and identify performance bottlenecks.
Minimal working example:
# docker-compose.yml
version: "3.8"
services:
jaeger:
image: jaegertracing/all-in-one:latest
ports:
- "5775:5775/udp"
- "6831:6831/udp"
- "16686:16686"
- "14268:14268"
networks:
- tracing
networks:
tracing:
Detailed implementations in the references/ directory:
| Guide | Contents |
|---|---|
| Jaeger Setup | Jaeger Setup, Node.js Jaeger Instrumentation |
| Express Tracing Middleware | Express Tracing Middleware |
| Python Jaeger Integration | Python Jaeger Integration |
| Distributed Context Propagation | Distributed Context Propagation |
| Zipkin Integration | Zipkin Integration, Trace Analysis |
Weekly Installs
94
Repository
GitHub Stars
121
First Seen
Jan 21, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode80
gemini-cli78
codex75
claude-code75
cursor73
github-copilot65
ARM Cortex-M 嵌入式开发专家:提供完整固件、驱动模块与架构指导
210 周安装
ripgrep (rg) 快速文本搜索工具:比 grep 快 100 倍的正则表达式搜索
104 周安装
Python PDF处理指南:合并、拆分、提取文本与表格,创建PDF文件
104 周安装
Shopify Polaris Web Components 使用指南:为 App Home 构建 UI 的完整教程
104 周安装
每日新闻摘要生成器 - AI自动汇总多源新闻,智能生成Markdown报告
104 周安装
Obsidian CLI 官方命令行工具使用指南:文件管理、搜索、属性与任务操作
104 周安装
流程图创建器 - 在线生成交互式HTML流程图、决策树和工作流可视化工具
104 周安装