This guide assumes that you deploy RisingWave on K8s using the RisingWave K8s Operator. In the Operator, we packaged RisingWave, RisingWave Dashboard, and third-party observability and logging tools like Prometheus and Grafana.
http://localhost:5691
by default.
Alternative: RisingWave Console
For enhanced monitoring and troubleshooting capabilities, you can also use the RisingWave Console, which provides diagnostic collection, automated monitoring, and a comprehensive web-based interface for cluster management and observability.
http://<client_address>:3000
to access Grafana from a different host, where <client_address>
is the IP address of the machine running the Grafana service. When prompted, enter the default credentials (username: admin
; password: prom-operator
).
There are 2 built-in dashboards in the official release.
stdout
by default. If you are deploying RisingWave via our official Kubernetes operator, you can view them via the kubectl logs
command.
We recommend that you deploy a dedicated logging system, such as Grafana Loki or Elasticsearch.