TracingExporter
Exports traces and spans. For example, could log them or send them to a backend.
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
>