HotswapSpanExporter

trait HotswapSpanExporter[F[_], G[_], A] extends SpanExporter[F, G]
Companion:
object
trait SpanExporter[F, G]
class Object
trait Matchable
class Any

Value members

Abstract methods

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

Inherited methods

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