- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Supported OS
This check collects metrics for your Cassandra cluster that are not available through jmx integration. It uses the nodetool
utility to collect them.
The Cassandra Nodetool check is included in the Datadog Agent package, so you don’t need to install anything else on your Cassandra nodes.
Follow the instructions below to configure this check for an Agent running on a host. For containerized environments, see the Containerized section.
Edit the file cassandra_nodetool.d/conf.yaml
in the conf.d/
folder at the root of your Agent’s configuration directory. See the sample cassandra_nodetool.d/conf.yaml for all available configuration options:
init_config:
instances:
## @param keyspaces - list of string - required
## The list of keyspaces to monitor.
## An empty list results in no metrics being sent.
#
- keyspaces:
- "<KEYSPACE_1>"
- "<KEYSPACE_2>"
Cassandra Nodetool logs are collected by the Cassandra integration. See the log collection instructions for Cassandra.
For containerized environments, use the official Prometheus exporter in the pod, and then use Autodiscovery in the Agent to find the pod and query the endpoint.
Run the Agent’s status
subcommand and look for cassandra_nodetool
under the Checks section.
cassandra.nodetool.status.load (gauge) | Amount of file system data under the cassandra data directory without snapshot content Shown as byte |
cassandra.nodetool.status.owns (gauge) | Percentage of the data owned by the node per datacenter times the replication factor Shown as percent |
cassandra.nodetool.status.replication_availability (gauge) | Percentage of data available per keyspace times replication factor Shown as percent |
cassandra.nodetool.status.replication_factor (gauge) | Replication factor per keyspace |
cassandra.nodetool.status.status (gauge) | Node status: up (1) or down (0) |
The Cassandra_nodetool check does not include any events.
cassandra.nodetool.node_up
The agent sends this service check for each node of the monitored cluster. Returns CRITICAL if the node is down, otherwise OK.
Statuses: ok, critical
Need help? Contact Datadog support.