View Source otel_utils (opentelemetry_api v1.3.0)

Link to this section Summary

Link to this section Functions

Link to this function

assert_to_binary(String)

View Source
-spec assert_to_binary(unicode:chardata()) -> binary().
Link to this function

format_binary_string(Format, Data)

View Source
-spec format_binary_string(io:format(), [term()]) -> {ok, binary()} | {error, bad_binary_conversion}.
Link to this function

format_binary_string(Format, Data, Options)

View Source
-spec format_binary_string(io:format(), [term()], [{chars_limit, integer()}]) ->
                        {ok, binary()} | {error, bad_binary_conversion}.
Link to this function

format_exception(Kind, Reason, StackTrace)

View Source
Link to this function

unicode_to_binary(String)

View Source
-spec unicode_to_binary(unicode:chardata()) -> {ok, binary()} | {error, bad_binary_conversion}.