Skip to content
10 / 10

Что такое OpenTelemetry GenAI conventions и OpenInference: vendor-neutral tracing для LLM?

OpenTelemetry GenAI conventions (https://opentelemetry.io/docs/specs/semconv/gen-ai/) — стандартные attribute names: gen_ai.system, gen_ai.request.model, gen_ai.usage.input_tokens. OpenInference (Arize) — параллельная спека: llm.input_messages, llm.token_count.*. Преимущество — vendor neutrality: switch Langfuse → Datadog без переписывания instrumentation. Auto-instrument: openllmetry (Python), @opentelemetry/instrumentation-openai (Node).

Что такое OpenTelemetry GenAI conventions и OpenInference: vendor-neutral tracing для LLM? | JScriptiser