trace4cats.datadog
package trace4cats.datadog
Members list
Type members
Classlikes
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
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object DataDogSpan
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
DataDogSpan.type
object DataDogSpanCompleter
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DataDogSpanCompleter.type
object DataDogSpanExporter
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DataDogSpanExporter.type
In this article