Aerospike fieldsedit

Aerospike module

aerospike fieldsedit

namespace fieldsedit

namespace

client fieldsedit

Client stats.

delete fieldsedit

Client delete transactions stats.

aerospike.namespace.client.delete.error

type: long

Number of client delete transactions that failed with an error.

aerospike.namespace.client.delete.not_found

type: long

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

aerospike.namespace.client.delete.success

type: long

Number of successful client delete transactions.

aerospike.namespace.client.delete.timeout

type: long

Number of client delete transactions that timed out.

read fieldsedit

Client read transactions stats.

aerospike.namespace.client.read.error

type: long

Number of client read transaction errors.

aerospike.namespace.client.read.not_found

type: long

Number of client read transaction that resulted in not found.

aerospike.namespace.client.read.success

type: long

Number of successful client read transactions.

aerospike.namespace.client.read.timeout

type: long

Number of client read transaction that timed out.

write fieldsedit

Client write transactions stats.

aerospike.namespace.client.write.error

type: long

Number of client write transactions that failed with an error.

aerospike.namespace.client.write.success

type: long

Number of successful client write transactions.

aerospike.namespace.client.write.timeout

type: long

Number of client write transactions that timed out.

device fieldsedit

Disk storage stats

aerospike.namespace.device.available.pct

type: scaled_float

format: percent

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

aerospike.namespace.device.free.pct

type: scaled_float

format: percent

Percentage of disk capacity free for this namespace.

aerospike.namespace.device.total.bytes

type: long

format: bytes

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

aerospike.namespace.device.used.bytes

type: long

format: bytes

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

aerospike.namespace.hwm_breached

type: boolean

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

memory fieldsedit

Memory storage stats.

aerospike.namespace.memory.free.pct

type: scaled_float

format: percent

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

aerospike.namespace.memory.used.data.bytes

type: long

format: bytes

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

aerospike.namespace.memory.used.index.bytes

type: long

format: bytes

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

aerospike.namespace.memory.used.sindex.bytes

type: long

format: bytes

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

aerospike.namespace.memory.used.total.bytes

type: long

format: bytes

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

aerospike.namespace.name

type: keyword

Namespace name

aerospike.namespace.node.host

type: keyword

Node host

aerospike.namespace.node.name

type: keyword

Node name

objects fieldsedit

Records stats.

aerospike.namespace.objects.master

type: long

Number of records on this node which are active masters.

aerospike.namespace.objects.total

type: long

Number of records in this namespace for this node.

aerospike.namespace.stop_writes

type: boolean

If true this namespace is currently not allowing writes.