Liking cljdoc? Tell your friends :D

steffan-westcott.clj-otel.api.attributes

Conversion functions between maps and io.opentelemetry.api.common.Attributes objects.

Conversion functions between maps and
`io.opentelemetry.api.common.Attributes` objects.
raw docstring

->attributesclj

(->attributes m)

Converts an attribute map to a Attributes instance. Each map key may be a keyword, string or AttributeKey instance. Each map value may be a boolean, long, double, string or a collection of one of those types. Attributes with nil values are dropped.

Converts an attribute map to a `Attributes` instance. Each map key may be a
keyword, string or `AttributeKey` instance. Each map value may be a boolean,
long, double, string or a collection of one of those types. Attributes with
`nil` values are dropped.
sourceraw docstring

->mapclj

(->map attributes)

Converts an Attributes instance to an attribute map. Each key of the returned map is a string.

Converts an `Attributes` instance to an attribute map. Each key of the
returned map is a string.
sourceraw docstring

attribute-nameclj

Function that returns a namespace qualified attribute name. May be overridden using set-attribute-name-fn!.

Function that returns a namespace qualified attribute name. May be
overridden using [[set-attribute-name-fn!]].
sourceraw docstring

set-attribute-name-fn!clj

(set-attribute-name-fn! f)

Sets function for setting attribute names. See default function steffan-westcott.clj-otel.util/qualified-name.

Sets function for setting attribute names. See default function
`steffan-westcott.clj-otel.util/qualified-name`.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close