Fukastor — Updated

In the past, you needed sidecar exporters to get metrics into Grafana. The new update has native Prometheus endpoints on every node, exposing granular metrics like histogram bucket latencies per OSD (Object Storage Daemon).


Version 2.2.x allowed small Python snippets inside config files. That feature has been completely removed in favor of Wasm plugins. Any existing pipelines using python_filter will fail to start on the Fukastor updated engine. fukastor updated

Older iterations of Fukastor relied on static proxy lists. If a proxy died mid-operation, the tool would hang or throw cryptic socket errors. The updated version completely rewrites the proxy engine. In the past, you needed sidecar exporters to

New proxy management features include:

To use this, simply pipe your proxy list in protocol://user:pass@host:port format via stdin or a file flag. Version 2

- address: "192.168.1.100:3128"
  protocol: "http"
  username: "user1"
  password: "pass1"
- address: "10.0.0.55:1080"
  protocol: "socks5"

Release Date: April 12, 2026
Previous Version: 2.0.5
Status: Stable Release