-
[OPIK-7377] [DOCS] docs: add data export best practices and read rate limits (#7552)
发布于
2026-07-21 14:38:16 +00:00 Document how to export traces and spans at scale without hitting read
rate limits: prefer the SDK search_* methods (which stream, auto-paginate,
and back off on 429), fetch in bulk and group client-side rather than one
request per trace, filter server-side, and go easy on concurrency. Add the
30 req/min per-workspace read/search limit to the rate-limit FAQ.Implements OPIK-7377: Best practices for data export
Co-authored-by: Claude Opus 4.8 (1M context) noreply@anthropic.com
下载附件