Y
Hacker News
new
|
ask
|
show
|
jobs
by
whateveracct
2771 days ago
> - monitoring,
What is the state of production monitoring of FoundationDB?
2 comments
ryanworl
2771 days ago
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.
link
whateveracct
2771 days ago
Thanks for the direction. I'll read up on it! FoundationDB seems very cool :)
link
amirouche
2771 days ago
Here is the relevant thread in the forum
https://forums.foundationdb.org/t/what-do-you-monitor/184?u=...
link