Diagnostics

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def make(host: String, port: Int): ZLayer[Clock & Console, Exception, Has[Diagnostics]]

The Diagnostics service will listen on the specified port for commands to perform fiber dumps, either across all fibers or across the specified fiber ids.

The Diagnostics service will listen on the specified port for commands to perform fiber dumps, either across all fibers or across the specified fiber ids.

Concrete fields

val live: ZLayer[Has[Service] & Has[Service] & Has[ZMXConfig], Exception, Has[Diagnostics]]