Module otel_resource

.

Description

Data Types

key()

key() = io_lib:latin1_string()

t()

abstract datatype: t()

value()

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

Function Index

attributes/1
create/1
merge/2

Function Details

attributes/1

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

create/1

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

merge/2

merge(X1::t(), X2::t()) -> t()


Generated by EDoc