opentelemetry
▼
Project version
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
API Reference
Modules
Erlang/Elixir OpenTelemetry SDK
Configuration
Contributing
LICENSE
Versioning and Releasing
Module Prefix
OTP Applications
Releases
Deprecation
Removal
Examples
otel_events
Summary
Types
t/0
Functions
add/2
dropped/1
list/1
new/3
otel_exporter_traces
Summary
Callbacks
export/3
init/1
shutdown/1
Functions
export/3
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_tracer_default
Summary
Functions
start_span/4
with_span/5
otel_tracer_server
Summary
Types
instrumentation_scope/0
Functions
code_change/1
handle_call/3
handle_cast/2
init/1
start_link/5
Span
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_sweeper
Summary
Functions
callback_mode/0
code_change/4
handle_event/4
init/1
start_link/1
storage_size/0
terminate/3
Span Processing
otel_batch_processor
Summary
Functions
set_exporter/1
set_exporter/2
set_exporter/3
start_link/1
otel_simple_processor
Summary
Functions
set_exporter/1
set_exporter/2
set_exporter/3
start_link/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
Exporter
otel_exporter
Summary
Callbacks
export/4
init/1
shutdown/1
Functions
export_logs/3
export_logs/4
export_metrics/3
export_metrics/4
export_traces/3
export_traces/4
init/1
report_cb/1
shutdown/1
otel_exporter_pid
Summary
Functions
export/3
init/1
shutdown/1
otel_exporter_stdout
Summary
Functions
export/3
init/1
shutdown/1
otel_exporter_tab
Summary
Functions
export/3
init/1
shutdown/1
Resource
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
otel_resource_detector
Summary
Callbacks
get_resource/1
Functions
get_resource/0
get_resource/1
otel_resource_env_var
Sampling
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
otel_sampler_always_off
otel_sampler_always_on
otel_sampler_parent_based
Summary
Types
opts/0
otel_sampler_trace_id_ratio_based
Summary
Types
config/0
probability/0
Search documentation of opentelemetry
Settings
View Source
otel_sampler_always_off
(opentelemetry v1.5.0)
An
otel_sampler
that drops all spans.
This is one of the
built-in samplers
provided by the OpenTelemetry SDK.
×