adk_trace_store_exporter (erlang_adk v0.10.0)

View Source

Observability exporter adapter for the bounded developer trace store.

Configuration is intentionally closed: callers must bind one authenticated principal and one trace-store server when constructing the exporter descriptor. Neither envelope data nor the principal is reflected in error values.

Summary

Functions

export(Envelope0, Config0)

-spec export(map(), map()) -> ok | {error, term()}.

validate_config(Config)

-spec validate_config(map()) -> {ok, map()} | {error, term()}.