OtelBridge.Exporter (otel_bridge v0.1.1)

Copy Markdown View Source

OTLP metrics exporter used by OtelBridge profiles.

This module focuses on metrics export wiring and environment merging. Most callers should access it indirectly via OtelBridge.Profile helpers.

Summary

Functions

Exports metric payloads through the configured OTLP transport.

Initializes exporter state from explicit options plus standard OTLP environment variables.

Shuts down any exporter-owned network resources.

Functions

export(metrics, resource, state)

export(arg1, metrics, resource, state)

Exports metric payloads through the configured OTLP transport.

init(opts)

Initializes exporter state from explicit options plus standard OTLP environment variables.

shutdown(arg1)

Shuts down any exporter-owned network resources.