Netflix / dynomite

A generic dynamo implementation for different k-v storage engines
Apache License 2.0
4.2k stars 534 forks source link

Logging and heath check ? #642

Closed tannh closed 5 years ago

tannh commented 5 years ago

With run on production. How to can u view logging and healcheck metrics dynomitedb?

mcouillard commented 5 years ago

Metrics are exposed over an HTTP endpoint: https://github.com/Netflix/dynomite/wiki/FAQ#how-can-we-monitor-a-dynomite-process

Logs can be written to a file: https://github.com/Netflix/dynomite#help

smukil commented 5 years ago

@mcouillard Thanks for helping with this issue!

@tannh In addition to what @mcouillard mentioned above, you may also want to have a look at the Dynomite-manager: https://github.com/Netflix/dynomite-manager