OpenAITracingExporter
A tracing exporter that exports traces to OpenAI’s tracing API.
Implements
Section titled “Implements”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
>