Module otel_metric_exporter

MetricExporter defines the interface that protocol-specific exporters MUST implement so that they can be plugged into OpenTelemetry SDK and support sending of telemetry data.

Description

MetricExporter defines the interface that protocol-specific exporters MUST implement so that they can be plugged into OpenTelemetry SDK and support sending of telemetry data.

Function Index

export/2
force_flush/0
init/1
shutdown/0

Function Details

export/2

export(Batch, Config) -> any()

force_flush/0

force_flush() -> any()

init/1

init(X1) -> any()

shutdown/0

shutdown() -> any()


Generated by EDoc