Hacker News new | ask | show | jobs
by whateveracct 2771 days ago
> - monitoring,

What is the state of production monitoring of FoundationDB?

2 comments

FoundationDB exposes extremely detailed XML logs, as well as providing a status key you can scrape (\xff\xff/status/json) which exposes high level metrics about the entire cluster, including health, disk space, transaction rate, conflict rate, etc.
Thanks for the direction. I'll read up on it! FoundationDB seems very cool :)