nanoctl monitor
command provides real-time visibility into your Blok applications through a metrics dashboard. It offers both terminal-based and web-based interfaces, allowing you to monitor application performance, request counts, error rates, and resource usage.
This powerful observability tool connects to Prometheus metrics, making it easy to track the health and performance of your bloks whether they’re running locally or deployed to the cloud.
Option | Type | Description | Default |
---|---|---|---|
--web | boolean | Launch web-based dashboard instead of terminal UI | false |
--host | string | Prometheus server URL | Local Prometheus URL |
--token | string | Bearer token for authenticated Prometheus access | None |
--help | boolean | Show help | false |