otel_resource (opentelemetry v1.0.0-rc.3) View Source

Link to this section Summary

Link to this section Types

Specs

key() :: io_lib:latin1_string().

Specs

t()

Specs

value() :: io_lib:latin1_string() | integer() | float() | boolean().

Link to this section Functions

Specs

attributes(t()) -> [{key(), value()}].

Specs

create(#{key() => value()} | [{key(), value()}]) -> t().

Specs

merge(t(), t()) -> t().