Erik Nordström 4b05402580 Add health check function
A new health check function _timescaledb_internal.health() returns the
health and status of the database instance, including any configured
data nodes (in case the instance is an access node).

Since the function returns also the health of the data nodes, it tries
hard to avoid throwing errors. An error will fail the whole function
and therefore not return any node statuses, although some of the nodes
might be healthy.

The health check on the data nodes is a recursive (remote) call to the
same function on those nodes. Unfortunately, the check will fail with
an error if a connection cannot be established to a node (or an error
occurs on the connection), which means the whole function call will
fail. This will be addressed in a future change by returning the error
in the function result instead.
2022-10-21 10:34:16 +02:00
..
2022-10-21 10:34:16 +02:00
2022-10-07 10:10:22 +02:00
2020-10-05 19:35:51 +02:00
2022-10-21 10:34:16 +02:00
2020-07-29 15:30:39 -04:00
2019-04-26 13:08:00 -04:00
2022-05-03 07:55:43 +02:00
2022-05-03 07:55:43 +02:00