MetricsBuilder

pekko.contrib.persistence.mongodb.MetricsBuilder

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def histogram(name: String): MongoHistogram

Builds a histogram with the given name.

Builds a histogram with the given name.

Value parameters

name

The name of the histogram.

Attributes

Returns

the histogram.

def timer(name: String): MongoTimer

Builds a timer with the given name.

Builds a timer with the given name.

Value parameters

name

The name of the timer.

Attributes

Returns

the timer.