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
Call to manticore-exporter while manticore is running normally:
$ curl -s http://localhost:9247/metrics|grep 'manticore_up '
# HELP manticore_up Could the manticore server be reached.
# TYPE manticore_up gauge
manticore_up 1
Call to manticore-exporter while manticore (searchd) is not running:
The manticore_up metric only gets set at the end of Collect - if there are any errors Collect returns before it is set.
Ideally want to initialize it to 0 & set it to one at the end of Collect (I'm a bit unclear on the right way to do this otherwise this would be a PR)
The text was updated successfully, but these errors were encountered: