DdSpan

case class DdSpan(traceId: BigInt, spanId: BigInt, parentId: Option[BigInt], name: String, resource: String, service: String, spanType: String, start: Long, duration: Duration, meta: Map[String, String], error: Boolean)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def toJson(): JsonObject

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product