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
I am wondering what would be the best way to get high availability.
Currently running the exporter itself as a Nomad job, but if for some reason the service stops I loose metrics for all other services. I was hoping to use the consul.agent-only flag to allow using one exporter per node, then I still get metrics for any non-failed nodes. But apparently it doesn't export the same set of metrics. In fact, I couldn't get it to export any service health metrics at all.
So, looking for some suggestions.
The text was updated successfully, but these errors were encountered:
I am wondering what would be the best way to get high availability.
Currently running the exporter itself as a Nomad job, but if for some reason the service stops I loose metrics for all other services. I was hoping to use the
consul.agent-only
flag to allow using one exporter per node, then I still get metrics for any non-failed nodes. But apparently it doesn't export the same set of metrics. In fact, I couldn't get it to export any service health metrics at all.So, looking for some suggestions.
The text was updated successfully, but these errors were encountered: