ZStreamAspect

Companion:
class
class Object
trait Matchable
class Any

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.

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.

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.

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.