DataDogSpan

case class DataDogSpan(trace_id: BigInteger, span_id: BigInteger, parent_id: Option[BigInteger], name: String, service: String, resource: String, meta: Map[String, String], metrics: Map[String, Double], start: Long, duration: Long, error: Option[Int], `type`: String)
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

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