You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Fluentd and Prometheus/whatever time series DB can
potentially be run on Nomad. If the Nomad cluster is unhealthy
or the jobs are not running properly, new nodes will never be
able to bootstrap properly. We rearrange the order of launching
so that these nodes can still bootstrap their respective services.
On the downside, this means that we might not even know that the nodes
are not sending their logs.
Perhaps #44 will help?
Currently, Fluentd and Prometheus/whatever time series DB can
potentially be run on Nomad. If the Nomad cluster is unhealthy
or the jobs are not running properly, new nodes will never be
able to bootstrap properly. We rearrange the order of launching
so that these nodes can still bootstrap their respective services.
On the downside, this means that we might not even know that the nodes
are not sending their logs.
Perhaps #44 will help?
We run pretty elaborate scripts in the
user_data
portions of the EC2 instances.We need some way to detect if these scripts have failed.
Probabilities:
Idea:
user_data
completion marker file as a service health check in ConsulTODOs:
The text was updated successfully, but these errors were encountered: