HotswapSpanExporter

trace4cats.dynamic.HotswapSpanExporter
See theHotswapSpanExporter companion object
trait HotswapSpanExporter[F[_], G[_], A] extends SpanExporter[F, G]

Attributes

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

Members list

Value members

Abstract methods

def getConfig: F[A]
def update(config: A): F[Boolean]

Inherited methods

def exportBatch(batch: Batch[G]): F[Unit]

Attributes

Inherited from:
SpanExporter