Attribute

zio.telemetry.opentelemetry.common.Attribute
See theAttribute companion class
object Attribute

Attributes

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

Members list

Type members

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def boolean(key: String, value: Boolean): Attribute[Boolean]
def booleanList(key: String, values: List[Boolean]): Attribute[List[Boolean]]
def double(key: String, value: Double): Attribute[Double]
def doubleList(key: String, values: List[Double]): Attribute[List[Double]]
def long(key: String, value: Long): Attribute[Long]
def longList(key: String, values: List[Long]): Attribute[List[Long]]
def string(key: String, value: String): Attribute[String]
def stringList(key: String, values: List[String]): Attribute[List[String]]