module OpenTelemetry::Exporter

Overview

The Exporter is what sends your telemetry data out for processing, analysis, aggregation, etc.

Direct including types

Defined in:

exporter.cr

Instance Method Summary

Instance Method Detail

abstract def trace(traces : Array(Trace)) #

[View source]
def trace(trace : Trace) #

Send a single trace to the exporter's trace endpoint


[View source]