콘텐츠로 이동

ConsoleSpanExporter

이 콘텐츠는 아직 번역되지 않았습니다.

Prints the traces and spans to the console

new ConsoleSpanExporter(): ConsoleSpanExporter;

ConsoleSpanExporter

export(items): Promise<void>;

Export the given traces and spans

Parameter Type Description

items

(Trace | Span)[]

The traces and spans to export

Promise<void>

TracingExporter.export