Targeting Kafka version 1.0.
| Attribute | Description |
|---|---|
| Cluster ID | User-defined in agent configuration |
| Node ID |
Value of the |
| Agent Version | Provided by the agent |
| Data Store Node Version |
Value of the |
| Node's Shard List |
Need to consult each topic’s partition map zookeeper node ( |
| Shard ID |
Derived by combining topic and partition: |
| Shard replication state |
Need to consult each topic’s partition map zookeeper node ( |
| Shard commit offset |
|
| Shard replication lag |
|
| Behaviour | Description |
|---|---|
| Clustering | Set of Kafka broker nodes |
| Replication | Kafka brokers automatically replicate topics |
| Sharding of Data | Each topic's partition is an independent shard |
| Shards Automated Failover | Kafka provides automated failover |
| Agent Actions | Provided by the agent |
Built targeting MongoDB 3.2.
| Attribute | Description |
|---|---|
| Cluster ID |
Replica Set ID from |
| Node ID |
Node name from |
| Agent Version | Provided by the agent |
| Data Store Node Version |
From the output of the |
| Node's Shard List | The Replica Set is the only shard |
| Shard ID |
The Replica Set name from |
| Shard replication state |
The Replica Set node status from |
| Shard commit offset |
|
| Shard replication lag |
The lag is calculated as the oplog time for the PRIMARY node and the oplog time for the
current node as reported by The unit for lag is seconds. |
| Behaviour | Description |
|---|---|
| Clustering | The Replica Set is the cluster |
| Replication | Replica Set provides replication |
| Sharding of Data | No sharding, the whole Replica Set is considered the one and only shard |
| Shards Automated Failover | Replica Set provides automated failover |
| Agent Actions | Provided by the agent |
Built targeting Zookeeper version 3.3.
| Attribute | Description |
|---|---|
| Cluster ID | User-defined in agent configuration |
| Node ID |
|
| Agent Version | Provided by the agent |
| Data Store Node Version | |
| Node's Shard List | The Zookeeper Ensemble is the only shard |
| Shard ID | The Cluster ID |
| Shard replication state |
|
| Shard commit offset |
|
| Shard replication lag | Unavailable (would need access to the PRIMARY node) |
| Behaviour | Description |
|---|---|
| Clustering | The Zookeeper nodes forming the Ensemble |
| Replication | Zookeeper provides replication |
| Sharding of Data | No sharding, the whole Ensemble is considered the one and only shard |
| Shards Automated Failover | Zookeeper Ensemble provides automated failover |
| Agent Actions | Provided by the agent |