Metadata is key-value pairs attached to traces or spans — useful for model versions, request IDs, feature flags, or any structured context you want to search on.Documentation Index
Fetch the complete documentation index at: https://traceroot.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Using observe
Pass static metadata to observe for values known at definition time:
- Python
- TypeScript
Using using_attributes / usingAttributes
Propagate metadata to all traces and spans within a block:
- Python
- TypeScript