MetricReporter

Companion:
class
class Object
trait Matchable
class Any

Type members

Classlikes

Transforms a metrics PeriodSnapshot instance before delivering it to the actual reporter instance.

Transforms a metrics PeriodSnapshot instance before delivering it to the actual reporter instance.

Value members

Concrete methods

def filterMetrics(filterName: String): Transformation

Creates a transformation that only report metrics whose name matches the provided filter.

Creates a transformation that only report metrics whose name matches the provided filter.

Creates a new MetricReporter instance with all provided transformations. All transformations will be applied to the period snapshots sent the provided reporter in the same order they are provided to this method.

Creates a new MetricReporter instance with all provided transformations. All transformations will be applied to the period snapshots sent the provided reporter in the same order they are provided to this method.