This document provides an overview of AIStore (AIS) observability features, tools, and practices. AIS offers comprehensive observability through logs, metrics, and a CLI interface, enabling users to monitor, debug, and optimize their deployments.
AIS provides multiple layers of observability:
AIStore exposes metrics via Prometheus.
StatsD was deprecated in v3.28 (Spring 2025) and completely removed in v4.0 (September 2025).
For Kubernetes deployments, AIS provides additional observability features designed to integrate with Kubernetes monitoring stacks.
There’s a dedicated (and separate) GitHub repository that, in particular, provides Helm charts for AIS Cluster monitoring.
See the Kubernetes Observability document for details.
AIS exposes metrics across several categories:
In addition, all supported jobs that read or write data report their respective progress in terms of objects and bytes (counts).
Briefly, two CLI examples:
ais log or ais cluster download-logs (use --help for details) to access logs for troubleshooting and analysis.