Add API support and storage for GeoNode status in the database
This MR saves the periodic Geo node status into the database and provides an API to query the status of each node.
There are several new API endpoints now:
-
api/v4/geo_nodes
- Lists the available Geo Nodes -
api/v4/geo_nodes/:id
- Lists a specific Geo Node -
api/v4/geo_nodes/status
- Lists the metrics for all Geo Nodes -
api/v4/geo_nodes/:id/status
- Lists the metrics for a specific Geo Node
Closes #3867 (closed), #3740 (closed)
Edited by Stan Hu