Aerospike Fields

edit

[]experimental Aerospike module

aerospike Fields

edit

namespace Fields

edit

namespace

client Fields

edit

Client stats.

delete Fields

edit

Client delete transactions stats.

aerospike.namespace.client.delete.error

edit

type: long

Number of client delete transactions that failed with an error.

aerospike.namespace.client.delete.not_found

edit

type: long

Number of client delete transactions that resulted in a not found.

aerospike.namespace.client.delete.success

edit

type: long

Number of successful client delete transactions.

aerospike.namespace.client.delete.timeout

edit

type: long

Number of client delete transactions that timed out.

read Fields

edit

Client read transactions stats.

aerospike.namespace.client.read.error

edit

type: long

Number of client read transaction errors.

aerospike.namespace.client.read.not_found

edit

type: long

Number of client read transaction that resulted in not found.

aerospike.namespace.client.read.success

edit

type: long

Number of successful client read transactions.

aerospike.namespace.client.read.timeout

edit

type: long

Number of client read transaction that timed out.

write Fields

edit

Client write transactions stats.

aerospike.namespace.client.write.error

edit

type: long

Number of client write transactions that failed with an error.

aerospike.namespace.client.write.success

edit

type: long

Number of successful client write transactions.

aerospike.namespace.client.write.timeout

edit

type: long

Number of client write transactions that timed out.

device Fields

edit

Disk storage stats

aerospike.namespace.device.available.pct

edit

type: scaled_float

format: percent

Measures the minimum contiguous disk space across all disks in a namespace.

aerospike.namespace.device.free.pct

edit

type: scaled_float

format: percent

Percentage of disk capacity free for this namespace.

aerospike.namespace.device.total.bytes

edit

type: long

format: bytes

Total bytes of disk space allocated to this namespace on this node.

aerospike.namespace.device.used.bytes

edit

type: long

format: bytes

Total bytes of disk space used by this namespace on this node.

aerospike.namespace.hwm_breached

edit

type: boolean

If true, Aerospike has breached high-water-[disk|memory]-pct for this namespace.

memory Fields

edit

Memory storage stats.

aerospike.namespace.memory.free.pct

edit

type: scaled_float

format: percent

Percentage of memory capacity free for this namespace on this node.

aerospike.namespace.memory.used.data.bytes

edit

type: long

format: bytes

Amount of memory occupied by data for this namespace on this node.

aerospike.namespace.memory.used.index.bytes

edit

type: long

format: bytes

Amount of memory occupied by the index for this namespace on this node.

aerospike.namespace.memory.used.sindex.bytes

edit

type: long

format: bytes

Amount of memory occupied by secondary indexes for this namespace on this node.

aerospike.namespace.memory.used.total.bytes

edit

type: long

format: bytes

Total bytes of memory used by this namespace on this node.

aerospike.namespace.name

edit

type: keyword

Namespace name

aerospike.namespace.node.host

edit

type: keyword

aerospike.namespace.node.name

edit

type: keyword

Node name

objects Fields

edit

Records stats.

aerospike.namespace.objects.master

edit

type: long

Number of records on this node which are active masters.

aerospike.namespace.objects.total

edit

type: long

Number of records in this namespace for this node.

aerospike.namespace.stop_writes

edit

type: boolean

If true this namespace is currently not allowing writes.