OpenAITracingExporter
このコンテンツはまだ日本語訳がありません。
A tracing exporter that exports traces to OpenAI’s tracing API.
Implements
Section titled “Implements”TracingExporter
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new OpenAITracingExporter(options): OpenAITracingExporter
Parameters
Section titled “Parameters”Parameter | Type |
---|---|
|
|
Returns
Section titled “Returns”OpenAITracingExporter
Methods
Section titled “Methods”export()
Section titled “export()”export(items, signal?): Promise<void>
Export the given traces and spans
Parameters
Section titled “Parameters”Parameter | Type | Description |
---|---|---|
|
( |
The traces and spans to export |
|
|
‐ |
Returns
Section titled “Returns”Promise
<void
>
Implementation of
Section titled “Implementation of”TracingExporter.export