Packages

package common

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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

  1. object Attribute extends Serializable
  2. object Attributes

    Scala helpers to build io.opentelemetry.api.common.Attributes

Ungrouped