Couchbase Fields

edit

This functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.

Metrics collected from Couchbase servers.

couchbase Fields

edit

couchbase contains the metrics that were scraped from Couchbase.

bucket Fields

edit

Couchbase bucket metrics.

couchbase.bucket.name

edit

type: keyword

Name of the bucket.

couchbase.bucket.type

edit

type: keyword

Type of the bucket.

couchbase.bucket.data.used.bytes

edit

type: long

format: bytes

Size of user data within buckets of the specified state that are resident in RAM.

couchbase.bucket.disk.fetches

edit

type: long

Number of disk fetches.

couchbase.bucket.disk.used.bytes

edit

type: long

format: bytes

Amount of disk used (bytes).

couchbase.bucket.memory.used.bytes

edit

type: long

format: bytes

Amount of memory used by the bucket (bytes).

couchbase.bucket.quota.ram.bytes

edit

type: long

format: bytes

Amount of RAM used by the bucket (bytes).

couchbase.bucket.quota.use.pct

edit

type: scaled_float

format: percent

Percentage of RAM used (for active objects) against the configured bucket size (%).

couchbase.bucket.ops_per_sec

edit

type: long

Number of operations per second.

couchbase.bucket.item_count

edit

type: long

Number of items associated with the bucket.

cluster Fields

edit

Couchbase cluster metrics.

couchbase.cluster.hdd.free.bytes

edit

type: long

format: bytes

Free hard drive space in the cluster (bytes).

couchbase.cluster.hdd.quota.total.bytes

edit

type: long

format: bytes

Hard drive quota total for the cluster (bytes).

couchbase.cluster.hdd.total.bytes

edit

type: long

format: bytes

Total hard drive space available to the cluster (bytes).

couchbase.cluster.hdd.used.value.bytes

edit

type: long

format: bytes

Hard drive space used by the cluster (bytes).

couchbase.cluster.hdd.used.by_data.bytes

edit

type: long

format: bytes

Hard drive space used by the data in the cluster (bytes).

couchbase.cluster.max_bucket_count

edit

type: long

Max bucket count setting.

couchbase.cluster.quota.index_memory.mb

edit

type: long

Memory quota setting for the Index service (Mbyte).

couchbase.cluster.quota.memory.mb

edit

type: long

Memory quota setting for the cluster (Mbyte).

couchbase.cluster.ram.quota.total.value.bytes

edit

type: long

format: bytes

RAM quota total for the cluster (bytes).

couchbase.cluster.ram.quota.total.per_node.bytes

edit

type: long

format: bytes

RAM quota used by the current node in the cluster (bytes).

couchbase.cluster.ram.quota.used.value.bytes

edit

type: long

format: bytes

RAM quota used by the cluster (bytes).

couchbase.cluster.ram.quota.used.per_node.bytes

edit

type: long

format: bytes

Ram quota used by the current node in the cluster (bytes)

couchbase.cluster.ram.total.bytes

edit

type: long

format: bytes

Total RAM available to cluster (bytes).

couchbase.cluster.ram.used.value.bytes

edit

type: long

format: bytes

RAM used by the cluster (bytes).

couchbase.cluster.ram.used.by_data.bytes

edit

type: long

format: bytes

RAM used by the data in the cluster (bytes).

node Fields

edit

Couchbase node metrics.

couchbase.node.cmd_get

edit

type: long

Number of get commands

couchbase.node.couch.docs.disk_size.bytes

edit

type: long

format: bytes

Amount of disk space used by Couch docs (bytes).

couchbase.node.couch.docs.data_size.bytes

edit

type: long

format: bytes

Data size of Couch docs associated with a node (bytes).

couchbase.node.couch.spatial.data_size.bytes

edit

type: long

Size of object data for spatial views (bytes).

couchbase.node.couch.spatial.disk_size.bytes

edit

type: long

Amount of disk space used by spatial views (bytes).

couchbase.node.couch.views.disk_size.bytes

edit

type: long

Amount of disk space used by Couch views (bytes).

couchbase.node.couch.views.data_size.bytes

edit

type: long

Size of object data for Couch views (bytes).

couchbase.node.cpu_utilization_rate.pct

edit

type: scaled_float

The CPU utilization rate (%).

couchbase.node.current_items.value

edit

type: long

Number of current items.

couchbase.node.current_items.total

edit

type: long

Total number of items associated with the node.

couchbase.node.ep_bg_fetched

edit

type: long

Number of disk fetches performed since the server was started.

couchbase.node.get_hits

edit

type: long

Number of get hits.

couchbase.node.hostname

edit

type: keyword

The hostname of the node.

couchbase.node.mcd_memory.allocated.bytes

edit

type: long

format: bytes

Amount of memcached memory allocated (bytes).

couchbase.node.mcd_memory.reserved.bytes

edit

type: long

Amount of memcached memory reserved (bytes).

couchbase.node.memory.free.bytes

edit

type: long

Amount of memory free for the node (bytes).

couchbase.node.memory.total.bytes

edit

type: long

Total memory available to the node (bytes).

couchbase.node.memory.used.bytes

edit

type: long

Memory used by the node (bytes).

couchbase.node.ops

edit

type: long

Number of operations performed on Couchbase.

couchbase.node.swap.total.bytes

edit

type: long

Total swap size allocated (bytes).

couchbase.node.swap.used.bytes

edit

type: long

Amount of swap space used (bytes).

couchbase.node.uptime.sec

edit

type: long

Time during which the node was in operation (sec).

couchbase.node.vb_replica_curr_items

edit

type: long

Number of items/documents that are replicas.