トレース使用量
トレース使用量
子孫 call を含めて集計し、trace の call ごとの使用量を計算します。
POST
トレース使用量
Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-docs-2658.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
承認
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
ボディ
application/json
子孫のロールアップを含めて、trace の call ごとの使用量を計算するためのリクエストです。
この Endpoint は、trace 内の各 call の使用量メトリクスを返します。各 call のメトリクスには、その call 自身の使用量に加えて、すべての子孫の使用量の合計が含まれます。 call ごとにロールアップされたメトリクスを確認したい Trace view で使用してください。
注: 一致するすべての calls は、集約のためにメモリに読み込まれます。結果セットが非常に大きい場合 (>10k calls)は、より具体的なフィルターを使用するか、application レイヤーでページネーションを検討してください。