Capture real-world feedback and metrics to enrich your traces, spans, and sessions.
field | type | required | notes |
---|---|---|---|
completion_id | string | β | OpenAI completion ID (for LLM completions) |
span_id | string | β | Span ID (for specific spans) |
trace_id | string | β | Trace ID (for entire traces) |
session_id | string | β | Session ID (for user sessions) |
name | string | β | e.g. user_satisfaction |
value | string | bool | int | float | β | your data β see examples below |
completion_id
, span_id
, trace_id
, or
session_id
.true
/false
values β useful for success/failure, yes/no feedback