Telemetry

oxygen.zio.telemetry.Telemetry
object Telemetry

Attributes

Experimental
true
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Telemetry.type

Members list

Type members

Classlikes

final case class Config(targets: Json)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def traceScoped(key: String, args: (String, Any)*): URIO[Scope, Unit]
def traced(key: String, args: (String, Any)*): ZIOAspectPoly