trace4cats

package trace4cats

Members list

Type members

Classlikes

case class CompleterConfig(bufferSize: Int, batchSize: Int, batchTimeout: FiniteDuration, retryConfig: ExportRetryConfig)

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
trait EntryPoint[F[_]]

An entry point, for creating root spans or continuing traces that were started on another system.

An entry point, for creating root spans or continuing traces that were started on another system.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object EntryPoint

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
EntryPoint.type
case class ExportRetryConfig(delay: FiniteDuration, nextDelay: NextDelay, maxAttempts: Int)

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object SemanticTags

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
trait StreamSpanExporter[F[_]] extends SpanExporter[F, Chunk]

Attributes

Companion
object
Supertypes
trait SpanExporter[F, Chunk]
class Object
trait Matchable
class Any

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
trait Trace[F[_]]

A tracing effect, which always has a current span.

A tracing effect, which always has a current span.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class EitherTTrace[F, A]
trait WithContext[F]
class KleisliTrace[F]

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Trace.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Trace.type

Deprecated types

type SpanName = String

Attributes

Deprecated
true