forked from DataStax-Academy/kubecon2020
-
Notifications
You must be signed in to change notification settings - Fork 16
Monitoring Cassandra
Aleks Volochnev edited this page Feb 28, 2021
·
6 revisions
✅ Step 1i: Monitor your system
Modern applications and systems require that you can monitor them. K8ssandra is no different and to that end provides us with built-in Grafana and Prometheus.
To find the UI for Grafana and Prometheus use the links page in your instance and click on the corresponding Grafana and Prometheus.
If running on a local kind cluster navigate to prometheus.localhost:8080 and grafana.localhost:8080
For Grafana the credentials are:
username: admin
password: secret
Locate the panel on the left and pick Dashboard > Manage. Then click the ellipsis to show the available dashboards

Cassandra Overview

Cassandra Cluster Condenses

Cassandra Node Metrics

Got questions? Ask us using discord chat or a community forum!