zio.telemetry.opentelemetry.common

Members list

Type members

Classlikes

final case class Attribute[T](key: AttributeKey[T], value: T)

A Scala wrapper for Java attribute key/value API. It simplifies the creation of key/value pairs without having to box Scala primitives to Java ones.

A Scala wrapper for Java attribute key/value API. It simplifies the creation of key/value pairs without having to box Scala primitives to Java ones.

Type parameters

T

Java-specific type java.lang.*

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Attribute

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Attribute.type
object Attributes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Attributes.type