Skip to main content
Module

x/observability/mod.ts>OTLPTracesExporter

WIP module for transmitting common metrics to multiple destinations
Go to Latest
class OTLPTracesExporter
implements SpanExporter
extends OTLPFetchExporterBase<ReadableSpan, IExportTraceServiceRequest>
import { OTLPTracesExporter } from "https://deno.land/x/observability@v0.4.0/mod.ts";

Collector Trace Exporter for Deno using fetch()

Constructors

new
OTLPTracesExporter(config?: ExporterOpts)

Methods

convert(spans: ReadableSpan[]): IExportTraceServiceRequest