CodeRoadMap
路线图课程知识库文章题库资源社区我的学习
CodeRoadMap

程序员的学习成长路线图。登录解锁全部课程,并同步路线图与课时进度。

学习

  • 路线图
  • 课程
  • 文章
  • 题库
  • 知识库

更多

  • 资源
  • 社区
  • 我的学习
  • 内容说明

© 2026 CodeRoadMap

津ICP备2026012044号-1·coderoadmap@126.com
开发路线图/AI 智能体开发路线图/openllmetry
阶段一

openllmetry

节点说明与学习资源

openllmetry 是小型 Python library,便于观察 AI agent 在做什么以及表现如何。它包装对大语言 model API、vector store 与其他 tool 的调用,将 log、trace 与简单 metric 发送到任何支持 OpenTelemetry standard 的 backend,如 Jaeger、Zipkin 或 Grafana。在 start-up 添加一两行代码,library 在 agent 每次向 model 请求 answer 时捕获 prompt text、model name、latency、token count 与 cost。数据帮助发现 slow step、高 spend 或 bad answer,并可 replay 完整 trace 以 debug agent chain。因遵循 OpenTelemetry,可将这些 AI trace 与 normal service trace 混合,在一处看到完整 flow。

← 上一节点LangFuse下一节点 →提示词注入 / 越狱