DataDogSpan

trace4cats.datadog.DataDogSpan
See theDataDogSpan companion object
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)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product