Search
opentelemetry
v1.5.0
v1.4.1
v1.4.0
v1.3.1
v1.3.0
v1.2.1
v1.2.0
v1.2.0-beta
v1.1.2
v1.1.1
v1.1.0
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
v1.0.0-rc.4
v1.0.0-rc.3
v1.0.0-rc.2
v1.0.0-rc.1
v0.6.0
v0.5.0
v0.4.1
Pages
Modules
opentelemetry_app
Summary
Functions
start/2
stop/1
opentelemetry_sup
Summary
Functions
init/1
start_link/1
otel_attributes
Summary
Types
t/0
Functions
dropped/1
map/1
new/3
set/2
set/3
otel_batch_processor
Summary
Functions
callback_mode/0
exporting/3
force_flush/1
idle/3
init/1
on_end/2
on_start/3
report_cb/1
set_exporter/1
set_exporter/2
set_exporter/3
start_link/1
terminate/3
otel_configuration
Summary
Types
t/0
Functions
merge_list_with_environment/3
merge_with_os/1
report_cb/1
otel_events
Summary
Types
t/0
Functions
add/2
dropped/1
list/1
new/3
otel_exporter
Summary
Callbacks
export/4
init/1
shutdown/1
Functions
export_logs/4
export_metrics/4
export_traces/4
init/1
report_cb/1
shutdown/1
otel_exporter_pid
Summary
Functions
export/4
init/1
shutdown/1
otel_exporter_stdout
Summary
Functions
export/4
init/1
shutdown/1
otel_exporter_tab
Summary
Functions
export/4
init/1
shutdown/1
otel_id_generator
Summary
Types
t/0
Callbacks
generate_span_id/0
generate_trace_id/0
Functions
generate_span_id/0
generate_span_id/1
generate_trace_id/0
generate_trace_id/1
otel_links
Summary
Types
t/0
Functions
dropped/1
list/1
new/4
otel_resource
Summary
Types
key/0
schema_url/0
t/0
value/0
Functions
attributes/1
create/1
create/2
is_key/2
merge/2
schema_url/1
otel_resource_app_env
Summary
Functions
get_resource/1
parse/1
otel_resource_detector
Summary
Callbacks
get_resource/1
Functions
callback_mode/0
get_resource/0
get_resource/1
handle_event/4
init/1
start_link/1
otel_resource_env_var
Summary
Functions
get_resource/1
parse/1
otel_sampler
Summary
Types
builtin_sampler/0
description/0
sampler_config/0
sampler_opts/0
sampler_spec/0
sampling_decision/0
sampling_result/0
t/0
Callbacks
description/1
setup/1
should_sample/7
Functions
description/1
new/1
should_sample/7
otel_sampler_always_off
Summary
Functions
description/1
setup/1
should_sample/7
otel_sampler_always_on
Summary
Functions
description/1
setup/1
should_sample/7
otel_sampler_parent_based
Summary
Types
opts/0
Functions
description/1
setup/1
should_sample/7
otel_sampler_trace_id_ratio_based
Summary
Types
config/0
probability/0
Functions
description/1
setup/1
should_sample/7
otel_simple_processor
Summary
Functions
callback_mode/0
exporting/3
force_flush/1
idle/3
init/1
on_end/2
on_start/3
report_cb/1
set_exporter/1
set_exporter/2
set_exporter/3
start_link/1
terminate/3
otel_span_ets
Summary
Functions
add_event/3
add_events/2
end_span/1
end_span/2
get_ctx/1
handle_call/3
handle_cast/2
init/1
set_attribute/3
set_attributes/2
set_status/2
start_link/1
start_span/7
update_name/2
otel_span_limits
Summary
Functions
attribute_count_limit/0
attribute_per_event_limit/0
attribute_per_link_limit/0
attribute_value_length_limit/0
event_count_limit/0
get/0
link_count_limit/0
set/1
otel_span_processor
Summary
Types
processor_config/0
Callbacks
force_flush/1
on_end/2
on_start/3
processor_init/2
Functions
start_link/2
otel_span_processor_sup
Summary
Functions
init/1
start_link/1
otel_span_sup
Summary
Functions
init/1
start_child/1
start_link/1
otel_span_sweeper
Summary
Functions
callback_mode/0
code_change/4
handle_event/4
init/1
start_link/1
storage_size/0
terminate/3
otel_span_utils
Summary
Functions
end_span/1
end_span/2
start_span/5
otel_tracer_default
Summary
Functions
start_span/4
with_span/5
otel_tracer_provider_sup
Summary
Functions
init/1
start_link/0
otel_tracer_server
Summary
Types
instrumentation_scope/0
Functions
code_change/1
handle_call/3
handle_cast/2
init/1
start_link/4
otel_tracer_server_sup
Summary
Functions
init/1
start_link/2
Settings
View Source
otel_attributes
(opentelemetry v1.3.0)
Link to this section
Summary
Types
t/0
Functions
dropped(Attributes)
map(Attributes)
new(List, CountLimit, ValueLengthLimit)
set(NewList, Attributes)
set(Key, Value, Attributes)
Link to this section
Types
Link to this type
t/0
View Source
-type
t() :: #attributes{}.
Link to this section
Functions
Link to this function
dropped(Attributes)
View Source
Link to this function
map(Attributes)
View Source
Link to this function
new(List, CountLimit, ValueLengthLimit)
View Source
Link to this function
set(NewList, Attributes)
View Source
Link to this function
set(Key, Value, Attributes)
View Source
×