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
Is there a cloud autoscaling configuration for Fishnet yet, such as K8s HPA or KEDA? Also, is there an official way to collect container logs to track how many games/positions you've analyzed across containers? When run on the desktop, I get the stats in a json file, but with containers there is just the stdout logs.
The text was updated successfully, but these errors were encountered:
The stats file is off by default in containers, but can be enabled with the STATS_FILE environment variable (see docker-entrypoint.sh). We could also consider exposing stats in other/additional ways, if you have suggestions.
Thanks, enabling the stats file was a good suggestion, but I decided to just use Promtail, Loki, and Grafana to track all the stats. For the auto-scaling, I used the http-json Prometheus exporter to scrape the queue metrics and then a Kubernetes HPA to auto-scale containers as the queue changes.
Is there a cloud autoscaling configuration for Fishnet yet, such as K8s HPA or KEDA? Also, is there an official way to collect container logs to track how many games/positions you've analyzed across containers? When run on the desktop, I get the stats in a json file, but with containers there is just the stdout logs.
The text was updated successfully, but these errors were encountered: