Skip to main content

Module semconv

Module semconv 

Source
Expand description

Shared OpenTelemetry GenAI semantic-convention attribute keys.

Defined once so the exporter (trace-weft-otel) and the OTLP ingest adapter (trace-weft-ingest) agree on attribute names instead of each repeating the string literals.

Constantsยง

GEN_AI_PROVIDER_NAME
GEN_AI_REQUEST_MODEL
GEN_AI_TOOL_NAME
GEN_AI_USAGE_INPUT_TOKENS
GEN_AI_USAGE_OUTPUT_TOKENS
GEN_AI_USAGE_REASONING_TOKENS
TRACE_WEFT_SPAN_KIND
TraceWeft span kind, serialized as the Rust variant name (e.g. LlmCall).