Attribute

org.typelevel.otel4s.Attribute
See theAttribute companion object
final case class Attribute[A](key: AttributeKey[A], value: A)

Represents the key-value attribute.

Type parameters

A

the type of the attribute's value. One of AttributeType

Value parameters

key

the key of the attribute. Denotes the types of the value

value

the value of the attribute

Attributes

Companion
object
Source
Attribute.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product