class OpenTelemetry::Exporter::Null

Overview

This implements an exporter that simply eats data, sending it into oblivion. It will, however, log what it consumes if compiled with -DDEBUG.

Defined in:

exporters/null.cr

Instance Method Summary

Instance methods inherited from class OpenTelemetry::Exporter::Base

handle(elements : Array(Elements)) handle

Instance methods inherited from module OpenTelemetry::Exporter::UnbufferedExporter

export(elements : Array(Elements))
export(element : Elements)
export
, handle(elements : Array(Elements))
handle(element)
handle
, loop_and_receive loop_and_receive, start start

Constructor methods inherited from module OpenTelemetry::Exporter::UnbufferedExporter

new
new(&)
new

Instance Method Detail

def handle(elements : Array(Elements)) #

[View source]