MongoPersistenceJournalMetrics
pekko.contrib.persistence.mongodb.MongoPersistenceJournalMetrics
Attributes
- Graph
-
- Supertypes
-
trait MongoMetricstrait BaseBuildertrait MetricsBuilderclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
def replayJournal(pid: String, from: Long, to: Long, max: Long)(replayCallback: PersistentRepr => Unit): Future[Unit]
Inherited methods
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
- Inherited from:
- MongoMetrics
Attributes
- Inherited from:
- MongoPersistenceJournallingApi
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
- Inherited from:
- MongoMetrics
Concrete fields
The base name for all metrics created from this builder.
The base name for all metrics created from this builder.
Attributes
In this article