ContextStorage

zio.telemetry.opentelemetry.context.ContextStorage
See theContextStorage companion object

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def get(implicit trace: Trace): UIO[Context]
def getAndSet(context: Context)(implicit trace: Trace): UIO[Context]
def locally[R, E, A](context: Context)(zio: ZIO[R, E, A])(implicit trace: Trace): ZIO[R, E, A]
def set(context: Context)(implicit trace: Trace): UIO[Unit]
def updateAndGet(f: Context => Context)(implicit trace: Trace): UIO[Context]