InMemory

oxygen.zio.telemetry.TelemetryTarget.InMemory
See theInMemory companion class
object InMemory

Attributes

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

Members list

Type members

Classlikes

final case class Stats(count: Int, minMS: Long, maxMS: Long, avgMS: Long)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Stats

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Stats.type
final case class TraceAggregator(key: String, segregateByArgs: Set[String], pollDuration: Duration, aggregationDuration: Duration, someLevel: LogLevel, noneLevel: Option[LogLevel])

Attributes

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

Value members

Concrete methods

def make(aggregators0: TraceAggregator, aggregatorsN: TraceAggregator*): URIO[Scope, TelemetryTarget]