WARNING: Version 6.0 of Metricbeat has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Aerospike Fields
editAerospike Fields
edit[]experimental Aerospike module
aerospike Fields
editnamespace Fields
editnamespace
client Fields
editClient stats.
delete Fields
editClient delete transactions stats.
aerospike.namespace.client.delete.error
edittype: long
Number of client delete transactions that failed with an error.
aerospike.namespace.client.delete.not_found
edittype: long
Number of client delete transactions that resulted in a not found.
aerospike.namespace.client.delete.success
edittype: long
Number of successful client delete transactions.
aerospike.namespace.client.delete.timeout
edittype: long
Number of client delete transactions that timed out.
read Fields
editClient read transactions stats.
aerospike.namespace.client.read.error
edittype: long
Number of client read transaction errors.
aerospike.namespace.client.read.not_found
edittype: long
Number of client read transaction that resulted in not found.
aerospike.namespace.client.read.success
edittype: long
Number of successful client read transactions.
aerospike.namespace.client.read.timeout
edittype: long
Number of client read transaction that timed out.
write Fields
editClient write transactions stats.
aerospike.namespace.client.write.error
edittype: long
Number of client write transactions that failed with an error.
aerospike.namespace.client.write.success
edittype: long
Number of successful client write transactions.
aerospike.namespace.client.write.timeout
edittype: long
Number of client write transactions that timed out.
device Fields
editDisk storage stats
aerospike.namespace.device.available.pct
edittype: scaled_float
format: percent
Measures the minimum contiguous disk space across all disks in a namespace.
aerospike.namespace.device.free.pct
edittype: scaled_float
format: percent
Percentage of disk capacity free for this namespace.
aerospike.namespace.device.total.bytes
edittype: long
format: bytes
Total bytes of disk space allocated to this namespace on this node.
aerospike.namespace.device.used.bytes
edittype: long
format: bytes
Total bytes of disk space used by this namespace on this node.
aerospike.namespace.hwm_breached
edittype: boolean
If true, Aerospike has breached high-water-[disk|memory]-pct for this namespace.
memory Fields
editMemory storage stats.
aerospike.namespace.memory.free.pct
edittype: scaled_float
format: percent
Percentage of memory capacity free for this namespace on this node.
aerospike.namespace.memory.used.data.bytes
edittype: long
format: bytes
Amount of memory occupied by data for this namespace on this node.
aerospike.namespace.memory.used.index.bytes
edittype: long
format: bytes
Amount of memory occupied by the index for this namespace on this node.
aerospike.namespace.memory.used.sindex.bytes
edittype: long
format: bytes
Amount of memory occupied by secondary indexes for this namespace on this node.
aerospike.namespace.memory.used.total.bytes
edittype: long
format: bytes
Total bytes of memory used by this namespace on this node.
aerospike.namespace.name
edittype: keyword
Namespace name
aerospike.namespace.node.host
edittype: keyword
aerospike.namespace.node.name
edittype: keyword
Node name
objects Fields
editRecords stats.
aerospike.namespace.objects.master
edittype: long
Number of records on this node which are active masters.
aerospike.namespace.objects.total
edittype: long
Number of records in this namespace for this node.
aerospike.namespace.stop_writes
edittype: boolean
If true this namespace is currently not allowing writes.