Search
opentelemetry
v1.3.0
Pages
Modules
Settings
View Source
otel_span_limits
(opentelemetry v1.3.0)
Module for setting the global limits for the number of attributes, events and links on a Span.
Link to this section
Summary
Functions
attribute_count_limit()
attribute_per_event_limit()
attribute_per_link_limit()
attribute_value_length_limit()
event_count_limit()
get()
link_count_limit()
set(Opts)
Link to this section
Functions
Link to this function
attribute_count_limit()
View Source
Link to this function
attribute_per_event_limit()
View Source
Link to this function
attribute_per_link_limit()
View Source
Link to this function
attribute_value_length_limit()
View Source
Link to this function
event_count_limit()
View Source
Link to this function
get()
View Source
-spec
get() -> #span_limits{}.
Link to this function
link_count_limit()
View Source
Link to this function
set(Opts)
View Source
-spec
set(
otel_configuration:t
()) -> ok.