TraceConfig
Metadata for observability and tracing. Known keys (trace_id, trace_name, span_name, generation_name, parent_span_id) have special handling. Additional keys are passed through as custom metadata to configured broadcast destinations.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
GenerationName | *string | :heavy_minus_sign: | N/A | |
ParentSpanID | *string | :heavy_minus_sign: | N/A | |
SpanName | *string | :heavy_minus_sign: | N/A | |
TraceID | *string | :heavy_minus_sign: | N/A | |
TraceName | *string | :heavy_minus_sign: | N/A | |
AdditionalProperties | map[string]any | :heavy_minus_sign: | N/A | { “trace_id”: “trace-abc123”, “trace_name”: “my-app-trace” } |