Open eenblam opened 5 years ago
cc @bennlich
:wave: @eenblam
We're currently storing:
{
timestamp,
exitnodeIP,
routes: [ { nodeIP, gatewayIP }, ... ]
}
nodeIP
above is really a subnet address. This data currently gets rendered as both the network topology and the timeseries plot. We only render the last 24 hours of data, but we store the most recent 200MB, which is somewhere between 1 month and 1 week's worth of entries.
--
Some data we could derive from the above:
--
We could go further back in time either by increasing the storage limit, or by storing derived values we are interested in instead of entire routing table dumps.
What data can we get now?
What improvements could be made to the monitor in terms of data retention, API endpoints, etc?
What can we visualize locally in the repo with the data available / potentially available?