#3364·metaflow

特性: GenAI 可观测性 - 文档 + 可选的 @genai_trace 扩展,可重复利用现有的 OTel 基础设施

作者: arnabwithab创建于 2026年9月6日更新于 2026年9月9日

背景

递归步骤(2025年8月)支持代理循环,但Metaflow没有LLM的成本/延迟可观测性。OTel GenAI semconv将于2026年5月发布(opentelemetry.io/blog/2026/genai-observability)。Prefect/Dagster/Flyte和Airflow 3.3已经发布OTel;Metaflow自己的OTel位于metaflow/tracing/__init__.py:57tracing_modules.py:36OTEL_ENDPOINTOTEL_SERVICE_NAME)、span_exporter.py:13,但没有GenAI故事。

内容来源: Netflix/metaflow