trace4cats.test.jaeger

Members list

Type members

Classlikes

trait BaseJaegerSpec extends AnyFlatSpec, ScalaCheckDrivenPropertyChecks, ArbitraryInstances

Attributes

Supertypes
trait ArbitraryInstances
trait ArbitraryAttributeValues
trait ScalaCheckDrivenPropertyChecks
trait Configuration
trait Whenever
class AnyFlatSpec
trait AnyFlatSpecLike
trait Documenting
trait Alerting
trait Notifying
trait Informing
trait CanVerb
trait MustVerb
trait ShouldVerb
trait TestRegistration
trait TestSuite
trait Suite
trait Serializable
trait Assertions
trait TripleEquals
trait TripleEqualsSupport
class Object
trait Matchable
class Any
Show all
case class JaegerProcess(serviceName: String, tags: List[JaegerTag])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class JaegerReference(refType: String, traceID: String, spanID: String)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class JaegerSpan(traceID: String, spanID: String, operationName: String, startTime: Long, duration: Long, tags: List[JaegerTag], references: List[JaegerReference])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
JaegerSpan.type
sealed trait JaegerTag

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class BoolTag
class FloatTag
class LongTag
class StringTag
object JaegerTag

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
JaegerTag.type
case class JaegerTrace(traceID: String, spans: List[JaegerSpan], processes: Map[String, JaegerProcess])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class JaegerTraceResponse(data: NonEmptyList[JaegerTrace])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all