package common
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
final
case class
Attribute[T](key: AttributeKey[T], value: T) extends Product with Serializable
A Scala wrapper for Java attribute key/value API.
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.
- T
Java-specific type
java.lang.*
Value Members
- object Attribute extends Serializable
-
object
Attributes
Scala helpers to build io.opentelemetry.api.common.Attributes