View Source otel_resource (opentelemetry v1.3.0)
Link to this section Summary
Link to this section Types
-type key() :: unicode:latin1_binary() | atom().
-type schema_url() :: uri_string:uri_string().
-type t() :: #resource{} | undefined.
-type value() :: unicode:latin1_binary() | integer() | float() | boolean().
Link to this section Functions
-spec attributes(t()) -> otel_attributes:t() | undefined.
-spec schema_url(t()) -> schema_url() | undefined.