View Source otel_span_limits (opentelemetry v1.5.0)

Module for setting the global limits for the number of attributes, events and links on a Span.

Summary

Functions

Link to this function

attribute_per_event_limit()

View Source
Link to this function

attribute_value_length_limit()

View Source
-spec get() ->
       #span_limits{attribute_count_limit :: integer(),
                    attribute_value_length_limit :: integer() | infinity,
                    event_count_limit :: integer(),
                    link_count_limit :: integer(),
                    attribute_per_event_limit :: integer(),
                    attribute_per_link_limit :: integer()}.
-spec set(otel_configuration:t()) -> ok.