Interface NodeMetrics

Each type of latency has a list of latency buckets.

Latency buckets counts are cumulative and not reset on each metrics snapshot interval.

interface NodeMetrics {
    batchLatency: number[];
    connLatency: number[];
    queryLatency: number[];
    readLatency: number[];
    writeLatency: number[];
}

Properties

batchLatency: number[]

Asynchronous connection stats on this node.

connLatency: number[]

Name of the Aerospike Node.

queryLatency: number[]

Port number of the node’s address.

readLatency: number[]

Port number of the node’s address.

writeLatency: number[]

Address of the Aeropsike Node.

MMNEPVFCICPMFPCPTTAAATR