You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.
An eventuate application should be enabled to expose metrics about the replication state. In particular the following numbers should be exposed per replication endpoint and per log:
current sequence number of the local log
per remote log: sequence number in the remote log up to which events are replicated into the local log
Initial implementation is based on dropwizard's metrics library, but support for other metrics libraries can follow.
The text was updated successfully, but these errors were encountered:
An eventuate application should be enabled to expose metrics about the replication state. In particular the following numbers should be exposed per replication endpoint and per log:
Initial implementation is based on dropwizard's metrics library, but support for other metrics libraries can follow.
The text was updated successfully, but these errors were encountered: