pekko.contrib.persistence.mongodb.MongoMetrics
Attributes
-
Graph
-
-
Supertypes
-
trait BaseBuilder
class Object
trait Matchable
class Any
-
Known subtypes
-
Members list
Builds a histogram with the given name appended to BaseBuilder.metricBaseName
Builds a histogram with the given name appended to BaseBuilder.metricBaseName
Value parameters
-
name
-
The name of the histogram. It will get appended to BaseBuilder.metricBaseName
Attributes
-
Returns
-
the histogram.
-
Definition Classes
-
Builds a timer with the given name appended to BaseBuilder.metricBaseName
Builds a timer with the given name appended to BaseBuilder.metricBaseName
Value parameters
-
name
-
The name of the timer. It will get appended to BaseBuilder.metricBaseName
Attributes
-
Returns
-
the timer.
-
Definition Classes
-
The base name for all metrics created from this builder.
The base name for all metrics created from this builder.
Attributes
-
Inherited from:
-
BaseBuilder