SpanExporter

trace4cats.kernel.SpanExporter$
See theSpanExporter companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def handleErrors[F[_], G[_], E](exporter: SpanExporter[F, G])(pf: PartialFunction[E, F[Unit]])(implicit F: ApplicativeError[F, E]): SpanExporter[F, G]

Inherited methods

def empty[F[_] : Applicative, G[_]]: SpanExporter[F, G]

Attributes

Inherited from:
LowPrioritySpanExporterInstances

Implicits

Implicits

implicit def spanExporterMonoidFromParallel[F[_] : Parallel, G[_]]: Monoid[SpanExporter[F, G]]

Inherited implicits

implicit def spanExporterMonoidFromApply[F[_] : Applicative, G[_]]: Monoid[SpanExporter[F, G]]

Attributes

Inherited from:
LowPrioritySpanExporterInstances