Attribute

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

Represents the key-value attribute.

Attributes

A

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

key

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

value

the value of the attribute

Companion:
object
Source:
Attribute.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product