ZStreamAspect

zio.stream.ZStreamAspect$
See theZStreamAspect companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def annotated(key: String, value: String): ZStreamAspect[Nothing, Any, Nothing, Any, Nothing, Any]

An aspect that annotates each log in this stream with the specified log annotation.

An aspect that annotates each log in this stream with the specified log annotation.

Attributes

def annotated(annotations: (String, String)*): ZStreamAspect[Nothing, Any, Nothing, Any, Nothing, Any]

An aspect that annotates each log in this stream with the specified log annotations.

An aspect that annotates each log in this stream with the specified log annotations.

Attributes

def rechunk(n: Int): ZStreamAspect[Nothing, Any, Nothing, Any, Nothing, Any]

An aspect that rechunks the stream into chunks of the specified size.

An aspect that rechunks the stream into chunks of the specified size.

Attributes

def tagged(key: String, value: String): ZStreamAspect[Nothing, Any, Nothing, Any, Nothing, Any]

An aspect that tags each metric in this stream with the specified tag.

An aspect that tags each metric in this stream with the specified tag.

Attributes