otel_span_ets (opentelemetry v1.0.0-rc.3) View Source
Link to this section Summary
Functions
Start a span and insert into the active span ets table.
Link to this section Functions
Specs
add_event(opentelemetry:span_ctx(), unicode:unicode_binary(), opentelemetry:attributes()) -> boolean().
Specs
add_events(opentelemetry:span_ctx(), opentelemetry:events()) -> boolean().
Specs
get_ctx(opentelemetry:span()) -> opentelemetry:span_ctx().
Specs
set_attribute(opentelemetry:span_ctx(), opentelemetry:attribute_key(), opentelemetry:attribute_value()) -> boolean().
Specs
set_attributes(opentelemetry:span_ctx(), opentelemetry:attributes()) -> boolean().
Specs
set_status(opentelemetry:span_ctx(), opentelemetry:status()) -> boolean().
Specs
start_span(otel_ctx:t(), opentelemetry:span_name(), otel_span:start_opts(), fun(), otel_tracer_server:instrumentation_library()) -> opentelemetry:span_ctx().
Specs
update_name(opentelemetry:span_ctx(), opentelemetry:span_name()) -> boolean().