Applies to:
Summary
Issue: Custom views in the monitor dashboard show partial data when filtering by metadata fields added to root traces. Child spans fromopenai-agents-sdk-js integration are missing from filtered results.
Cause: Metadata added to root traces does not automatically propagate to child spans for filtering purposes—metadata indexing is span-level, not inherited.
Resolution: Add metadata to all relevant child spans during logging, or use trace ID filtering to examine full trace hierarchies.