class OpenTelemetry::Exporter::IO
- OpenTelemetry::Exporter::IO
- OpenTelemetry::Exporter::Base
- Reference
- Object
Defined in:
exporters/io.crConstructors
Instance Method Summary
- #handle(elements : Array(Elements))
- #io : ::IO | ::IO::Memory | Nil
- #io=(io : ::IO | ::IO::Memory | Nil)
Instance methods inherited from class OpenTelemetry::Exporter::Base
handle(elements : Array(Elements))
handle
Macros inherited from class OpenTelemetry::Exporter::Base
method_missing(call)
method_missing
Instance methods inherited from module OpenTelemetry::Exporter::UnbufferedExporter
do_reap
do_reap,
export(elements : Array(Elements))export(element : Elements) export, handle(elements : Array(Elements))
handle(element) handle, inject_telemetry_attributes(element) inject_telemetry_attributes, loop_and_receive loop_and_receive, reaped? reaped?, start start
Constructor methods inherited from module OpenTelemetry::Exporter::UnbufferedExporter
new(*_junk, **_kwjunk)new(&) new