user1730289
user1730289

Reputation: 377

Raven DB Replication Stats

I need to build a Health monitoring component for Raven DB Replication and Periodic Export

For Replication: Last Run and Duration

For Periodic Export Last Run, Duration, Size of Export

Is there a client API much like getting Database Statistics and Server Statistics.

Raven 3.5

Upvotes: 1

Views: 64

Answers (1)

Andrej Krivulčík
Andrej Krivulčík

Reputation: 387

For replication, you are looking for /databases/[database_name]/replication/info endpoint.

For periodic export, I'm not aware of any endpoint providing this information, perhaps someone else will supplement this if available.

Upvotes: 0

Related Questions