Couchbase extension

  • Latest Dynatrace
  • Extension
  • Published Oct 27, 2025

Monitor Couchbase Capella and Server clusters via Prometheus and API metrics.

The Couchbase extension is designed to monitor Couchbase databases. It provides monitoring metrics at the cluster and node level.

Monitoring Cappella is handled by the extension runnng on seleced ActiveGate or ActiveGate group.

Get started

Requirements

OneAgent

  • Virtual Machine

    If your Couchbase is running on a virtual machine directly, you will need to install OneAgent on that virtual machine to get started.

  • Kubernetes workload

    If your Couchbase is running as a workload in Kubernetes, deploy Dynatrace on Kubernetes. See Kubernetes deployment start guide.

  • Openshift workload

    If your Couchbase is running as a workload in OpenShift, deploy Dynatrace on OpenShift. See OpenShift deployment start guide.

OpenTelemetry

If you are instrumenting Couchbase with OpenTelemetry:

  1. Ensure that the OneAgent feature "OpenTelemetry Java Instrumentation agent support" is activated to get full tracing and metric insight (OneAgent version 1.237 or newer needed).
  2. Instrument the Java client with OpenTelemetry.
  3. Store the span attributes.

Capella/Couchbase Server configuration

The extension requires several corresponding settings in the Capella/Couchbase Server Admin UI:

Connection Hostname

  • Capella

    This is the Capella Connection String. In the Capella UI, go to the Connect tab on a Database, copy the full connection string and save paste in the monitoring configuration Connection string field.

  • Server

    IP of a Couchbase Node. The Couchbase Node must be accessible from the ActiveGate the extension is running on.

  • User Credentials

    The extension requires a set of Capella credentials (username / password) that has Read Access to All Buckets and All Scopes in your Database. The required external_stats_reader role is only granted when a Database Credential is given Read Access to all Buckets in a Database. See Manage database users in Couchbase documentation.

    To create credentials, in the Capella UI, go to Settings > Database Access > Create Database Access. See Manage Cluster Access Credentials in Couchbase documentation.

Server

Create a user with Read-Only Admin permissions.

Security Certificate

The Security Certificate for your Database. In the Capella UI, select the Database, go to Settings > Security Certificate, and select Copy.

This will give you a PEM-formatted text. You can paste this in the Certificate Contents monitoring configuration field that is available when the Security Certificate Text checkbox is checked.

Alternatively, you can download the certificate and add it to your ActiveGate. Make sure that the user dtuserag is able to read the file.

Allowed IP Addresses

Before any client can connect to a Capella Database, the client's IP address must be added to the Database's Allowed IP list.

Note: For Allowed IP address, you must find the external IP address of the ActiveGate(s) you are running the extension on and add those IPs to the allowed IP address setting.

Compatibility information

  • Linux OS or Windows
  • Capella, Couchbase's cloud database platform.
  • Couchbase Server version 6+.
  • ActiveGate version 1.270+
  • Dynatrace version 1.270+
  • Sync Gateway 2.8+

Activation and setup

  1. Find the extension in Dynatrace Hub and add it to your environment.
  2. Add a monitoring configuration

Details

The Couchbase extension is designed to monitor Couchbase databases. It provides monitoring metrics at the cluster and node level.

The extension includes FeatureSets that can be enabled based on your monitoring needs and desired licensing consumption. At minimum, we recommend enabling the Cluster metrics FeatureSet.

Prometheus endpoint

These FeatureSets collect metrics from Couchbase's Prometheus /metrics endpoint. Use these FeatureSets to continue monitoring your Couchbase deployment the way you have in previous versions of the extension:

  • Cluster metrics ✅ - 8 metrics
  • System metrics ✅ - 4 metrics
  • Index metrics (Prometheus) ✅ - 5 metrics
  • N1QL query metrics (Prometheus) ✅ - 30 metrics
  • Key-Value metrics ✅ - 20 metrics
  • XDCR (Cross Data Center Replication) metrics - 4 metrics

API Endpoints

These FeatureSets collect metrics from various Couchbase API endpoints. These metrics provide more detail than can be gathered from the Prometheus FeatureSets. They can be used instead of, or alongside the Prometheus FeatureSets.

If you have been previously monitoring Couchbase via the Couchbase UI, these metrics are directly equivalent to what is available in the UI.

  • Node metrics ✅ - 36 metrics
  • Index metrics (API) ✅ - 15 metrics
  • N1QL query metrics (API) ✅ - 12 metrics

Sync Gateway Metrics

These FeatureSets are specifically for monitoring Couchbase Sync Gateway (only enable if monitoring Sync Gateway):

  • Sync Gateway main metrics - 11 metrics
  • Sync Gateway cache metrics - 7 metrics
  • Sync Gateway database metrics - 9 metrics
  • Sync Gateway delta sync metrics - 3 metrics
  • Sync Gateway GSI views metrics - 22 metrics
  • Sync Gateway security metrics - 3 metrics
  • Sync Gateway shared bucket import metrics - 3 metrics

Feature sets

When activating your extension using monitoring configuration, you can limit monitoring to one of the feature sets. To work properly the extension has to collect at least one metric after the activation.

In highly segmented networks, feature sets can reflect the segments of your environment. Then, when you create a monitoring configuration, you can select a feature set and a corresponding ActiveGate group that can connect to this particular segment.

All metrics that aren't categorized into any feature set are considered to be the default and are always reported.

A metric inherits the feature set of a subgroup, which in turn inherits the feature set of a group. Also, the feature set defined on the metric level overrides the feature set defined on the subgroup level, which in turn overrides the feature set defined on the group level.

kv
Metric nameMetric keyDescription
Current MCBP/DCP Connectionscouchbase.kv_curr_connectionsCurrent number of MCBP/DCP connections
Waiting for commit (bucket)couchbase.kv_disk_seconds_bucketWaiting for a commit after a batch of updates
Waiting for commit (count)couchbase.kv_disk_seconds_count.gaugeWaiting for a commit after a batch of updates
Waiting for commit (sum)couchbase.kv_disk_seconds_sumWaiting for a commit after a batch of updates
Disk used by Bucketcouchbase.kv_ep_db_data_size_bytesTotal size of valid data in db files
Disk drain ratecouchbase.kv_ep_diskqueue_drainTotal drained items on disk queue
Enqueued items on disk queuecouchbase.kv_ep_diskqueue_fillTotal enqueued items on disk queue
Total memory used in disk queuecouchbase.kv_ep_diskqueue_memory_bytesTotal memory used in disk queue
Disk write queue - being writtencouchbase.kv_ep_flusher_todoNumber of items currently being written
Disk used percent by nodecouchbase.kv_ep_magma_total_disk_usage_bytesDisk used percent by node
Items queued for storagecouchbase.kv_ep_queue_sizeNumber of items queued for storage
Temporary out of memory errors by bucketcouchbase.kv_ep_tmp_oom_errorsNumber of times temporary OOMs happened while processing operations
Total engine memory usagecouchbase.kv_mem_used_bytesEngine's total memory usage
Get ops per secondcouchbase.kv_vb_ops_getGet Ops Per Second
Set ops per secondcouchbase.kv_vb_ops_setSet Ops Pet Second
Active item resident ratiocouchbase.kv_vb_perc_mem_resident_ratioActive item resident ratio
VB queue draincouchbase.kv_vb_queue_drainVB queue drain
VB queue fillcouchbase.kv_vb_queue_fillVB queue fill
VB queue pendingcouchbase.kv_vb_queue_pending_bytesVB queue pending
VB queue sizecouchbase.kv_vb_queue_sizeVB queue size
SG_Security
Metric nameMetric keyDescription
Unsuccessful authenticationscouchbase.sync_gateway.sgw_security_auth_failed_countThe total number of unsuccessful authentications.
Successful authenticationscouchbase.sync_gateway.sgw_security_auth_success_countThe total number of successful authentications.
Total authentication timecouchbase.sync_gateway.sgw_security_total_auth_timeThe total time spent in authenticating all requests.
SG_Delta_Sync
Metric nameMetric keyDescription
Delta cache hitcouchbase.sync_gateway.sgw_delta_sync_delta_cache_hitThe total number of requested deltas that were available in the revision cache.
Delta cache misscouchbase.sync_gateway.sgw_delta_sync_delta_cache_missThe total number of requested deltas that were not available in the revision cache.
Total deltas sentcouchbase.sync_gateway.sgw_delta_sync_deltas_sentThe total number of revisions sent to clients as deltas
index
Metric nameMetric keyDescription
Documents indexed per secondcouchbase.index_avg_drain_rateAverage number of documents indexed per second, for this index
Average size of index itemscouchbase.index_avg_item_sizeAverage size of the indexed items
Uncompressed index data sizecouchbase.index_data_sizeThe approximate size of the valid uncompressed index data
Index total disk spacecouchbase.index_disk_sizeTotal disk space taken up by this index after compression. This includes index data files, checkpoints etc.
Records in memory ratiocouchbase.index_resident_percentRatio of records in memory to total records, for this index
QueryStats_API
Metric nameMetric keyDescription
Queries > 500mscouchbase.query.requests_500ms.countNumber of queries that take longer than 500ms.
Queries > 1000mscouchbase.query.requests_1000ms.countNumber of queries that take longer than 1000ms.
Queries > 5000mscouchbase.query.requests_5000ms.countNumber of queries that take longer than 5000ms.
N1QL Selectscouchbase.query.selects.countTotal number of N1QL SELECT requests.
N1QL Requestscouchbase.query.requests.countTotal number of N1QL requests.
N1QL Warningscouchbase.query.warnings.countTotal number of N1QL warnings.
N1QL Invalid Requestscouchbase.query.invalid_requests.countTotal number of N1QL invalid requests.
N1QL Errorscouchbase.query.errors.countTotal number of N1QL errors.
Query Request Timecouchbase.query.request_time.countEnd-to-end time to process all queries.
Query Execution Timecouchbase.query.service_time.countTime to execute all queries.
couchbase.query.result_count.count
Query Result Sizecouchbase.query.result_size.countTotal size of data returned by the query engine.
SG_Cache
Metric nameMetric keyDescription
Channel cache hitscouchbase.sync_gateway.sgw_cache_chan_cache_hitsThe total number of channel cache requests fully served by the cache.
Channel cache largestcouchbase.sync_gateway.sgw_cache_chan_cache_max_entriesThe total size of the largest channel cache.
Channel cache missescouchbase.sync_gateway.sgw_cache_chan_cache_missesThe total number of channel cache requests not fully served by the cache.
Total channels cachedcouchbase.sync_gateway.sgw_cache_chan_cache_num_channelsThe total number of channels being cached.
Total active channelscouchbase.sync_gateway.sgw_cache_num_active_channelsThe total number of active channels.
Revision cache hitscouchbase.sync_gateway.sgw_cache_rev_cache_hitsThe total number of revision cache hits.
Revision cache missescouchbase.sync_gateway.sgw_cache_rev_cache_missesThe total number of revision cache misses.
xdcr
Metric nameMetric keyDescription
XDCR replicated docscouchbase.xdcr_docs_processed_totalNumber of documents processed for a Replication
XDCR docs receivedcouchbase.xdcr_docs_received_from_dcp_totalNumber of Document Mutations received from the Data Service
XDCR docs writtencouchbase.xdcr_docs_written_totalNumber of docs Document Mutations written/sent to the Target
XDCR write operationscouchbase.xdcr_set_docs_written_totalNumber of Set operations successfully written to the Target
NodeStats
Metric nameMetric keyDescription
CPU Utilizationcouchbase.node.system.cpu_utilization_rateCPU utilization rate
couchbase.node.system.cpu_stolen_rate
couchbase.node.system.swap_total
couchbase.node.system.swap_used
couchbase.node.system.mem_total
couchbase.node.system.mem_free
couchbase.node.system.mem_limit
couchbase.node.system.cpu_cores_available
couchbase.node.system.allocstall
couchbase.node.interesting.cmd_get
couchbase.node.interesting.couch_docs_actual_disk_size
couchbase.node.interesting.couch_docs_data_size
couchbase.node.interesting.couch_spatial_data_size
couchbase.node.interesting.couch_spatial_disk_size
couchbase.node.interesting.couch_views_actual_disk_size
couchbase.node.interesting.couch_views_data_size
couchbase.node.interesting.curr_items
couchbase.node.interesting.curr_items_tot
couchbase.node.interesting.ep_bg_fetched
couchbase.node.interesting.get_hits
couchbase.node.interesting.index_data_size
couchbase.node.interesting.index_disk_size
Memory Usedcouchbase.node.interesting.mem_usedMemory used by the node
Total Operationscouchbase.node.interesting.opsTotal Operations per second to this bucket
Total swapcouchbase.node.interesting.swap_totalTotal swap memory
Used swapcouchbase.node.interesting.swap_usedUsed swap memory
couchbase.node.interesting.vb_active_num_non_resident
couchbase.node.interesting.vb_replica_curr_items
Cluster Uptimecouchbase.node.system.uptimeUptime of the cluster
couchbase.node.interesting.cmd_set
couchbase.node.interesting.couch_docs_fragmentation
couchbase.node.interesting.couch_total_disk_size
couchbase.node.interesting.ep_cache_miss_rate
couchbase.node.interesting.ep_diskqueue_drain
couchbase.node.interesting.ep_diskqueue_fill
couchbase.node.interesting.ep_queue_size
couchbase.node.interesting.vb_active_resident_items_ratio
n1ql
Metric nameMetric keyDescription
Total active requestscouchbase.n1ql_active_requestsTotal number of active requests.
Total N1QL requests with at_plus index consistencycouchbase.n1ql_at_plus.countTotal number of N1QL requests with at_plus index consistency.
Total audit records sentcouchbase.n1ql_audit_actions.countThe total number of audit records sent to the server. Some requests cause more than one audit record to be emitted. Records in the output queue that have not yet been sent to the server are not counted.
Total failed audit records sentcouchbase.n1ql_audit_actions_failed.countThe total number of audit records sent to the server that failed.
Potentially auditable requests with no audit actioncouchbase.n1ql_audit_requests_filtered.countThe number of potentially auditable requests that cause no audit action to be taken.
Potentially auditable requests sent to query enginecouchbase.n1ql_audit_requests_total.countThe total number of potentially auditable requests sent to the query engine.
Cancelled requestscouchbase.n1ql_cancelled.countTotal number of cancelled requests.
Delete operationscouchbase.n1ql_deletes.countTotal number of DELETE operations.
N1QL error countcouchbase.n1ql_errors.countThe total number of N1QL errors returned so far.
Secondary index scanscouchbase.n1ql_index_scans.countTotal number of secondary index scans.
Insert operationscouchbase.n1ql_inserts.countTotal number of INSERT operations.
Invalid requestscouchbase.n1ql_invalid_requests.countTotal number of requests for unsupported endpoints.
Document mutationscouchbase.n1ql_mutations.countTotal number of document mutations.
Prepared statements executedcouchbase.n1ql_prepared.countTotal number of prepared statements executed.
Primary index scanscouchbase.n1ql_primary_scans.countTotal number of primary index scans.
Query process timecouchbase.n1ql_request_time.countTotal end-to-end time to process all queries.
N1QL requestscouchbase.n1ql_requests.countTotal number of N1QL requests.
Queries longer than 1000mscouchbase.n1ql_requests_1000ms.countNumber of queries that take longer than 1000ms.
Queries longer than 250mscouchbase.n1ql_requests_250ms.countNumber of queries that take longer than 250ms.
Queries longer than 5000mscouchbase.n1ql_requests_5000ms.countNumber of queries that take longer than 5000ms.
Queries longer than 500mscouchbase.n1ql_requests_500ms.countNumber of queries that take longer than 500ms.
Results (document) returned countcouchbase.n1ql_result_countTotal number of results (documents) returned by the query engine.
Result sizecouchbase.n1ql_result_size.countTotal size of data returned by the query engine.
N1QL requests with request_plus consistencycouchbase.n1ql_scan_plus.countTotal number of N1QL requests with request_plus index consistency.
Select requestscouchbase.n1ql_selects.countTotal number of SELECT requests.
Time to execute queriescouchbase.n1ql_service_time.countTime to execute all queries.
Elapsed transaction timecouchbase.n1ql_transaction_time.countTotal elapsed time of transactions so far.
Transaction countcouchbase.n1ql_transactions.countTotal number of transactions.
N1QL requests with not_bounded consistencycouchbase.n1ql_unbounded.countTotal number of N1QL requests with not_bounded index consistency.
Update requestscouchbase.n1ql_updates.countTotal number of UPDATE requests.
N1QL warningscouchbase.n1ql_warnings.countThe total number of N1QL warnings returned so far.
SG_SharedBucketImport
Metric nameMetric keyDescription
Documents importscouchbase.sync_gateway.sgw_shared_bucket_import_import_countThe total number of docs imported.
Document import errorscouchbase.sync_gateway.sgw_shared_bucket_import_import_error_countThe total number of errors arising as a result of a document import.
Document import processing timecouchbase.sync_gateway.sgw_shared_bucket_import_import_processing_timeThe total time taken to process a document import.
SG_GSI_Views
Metric nameMetric keyDescription
Access count queriescouchbase.sync_gateway.sgw_gsi_views_access_countThe total number of queries performed.
Access count queries errorscouchbase.sync_gateway.sgw_gsi_views_access_error_countThe total number of errors that occurred when performing the query.
allDocs queriescouchbase.sync_gateway.sgw_gsi_views_allDocs_countThe total number of queries performed.
allDocs queries errorscouchbase.sync_gateway.sgw_gsi_views_allDocs_error_countThe total number of errors that occurred when performing the query.
cahnnelsStar queriescouchbase.sync_gateway.sgw_gsi_views_channelsStar_countThe total number of queries performed.
cahnnelsStar queries errorscouchbase.sync_gateway.sgw_gsi_views_channelsStar_error_countThe total number of errors that occurred when performing the query.
Channels queriescouchbase.sync_gateway.sgw_gsi_views_channels_countThe total number of queries performed.
Channels queries errorscouchbase.sync_gateway.sgw_gsi_views_channels_error_countThe total number of errors that occurred when performing the query.
Principals queriescouchbase.sync_gateway.sgw_gsi_views_principals_countThe total number of queries performed.
Principals queries errorscouchbase.sync_gateway.sgw_gsi_views_principals_error_countThe total number of errors that occurred when performing the query.
Resync queriescouchbase.sync_gateway.sgw_gsi_views_resync_countThe total number of queries performed.
Resync queries errorscouchbase.sync_gateway.sgw_gsi_views_resync_error_countThe total number of errors that occurred when performing the query.
roleAccess queriescouchbase.sync_gateway.sgw_gsi_views_roleAccess_countThe total number of queries performed.
roleAccess queries errorscouchbase.sync_gateway.sgw_gsi_views_roleAccess_error_countThe total number of errors that occurred when performing the query.
Sequences queriescouchbase.sync_gateway.sgw_gsi_views_sequences_countThe total number of queries performed.
Sequences queries errorscouchbase.sync_gateway.sgw_gsi_views_sequences_error_countThe total number of errors that occurred when performing the query.
Sessions queriescouchbase.sync_gateway.sgw_gsi_views_sessions_countThe total number of queries performed.
Sessions queries errorscouchbase.sync_gateway.sgw_gsi_views_sessions_error_countThe total number of errors that occurred when performing the query.
Tombstones queriescouchbase.sync_gateway.sgw_gsi_views_tombstones_countThe total number of queries performed.
couchbase.sync_gateway.sgw_gsi_views_tomestones_error_count
Users queriescouchbase.sync_gateway.sgw_gsi_views_users_countThe total number of queries performed.
Users queries errorscouchbase.sync_gateway.sgw_gsi_views_users_error_countThe total number of errors that occurred when performing the query.
sysproc
Metric nameMetric keyDescription
CPU Utilization (Deprecated in CB v7.6.0)couchbase.sysproc_cpu_utilizationCPU utilization rate
Resident memory usedcouchbase.sysproc_mem_residentAmount of resident memory used
Memory usedcouchbase.sysproc_mem_sizeAmount of memory used
CPU Utilizationcouchbase.sys_cpu_utilization_rateCPU utilization rate
SG_Main
Metric nameMetric keyDescription
Admin bytes receivedcouchbase.sync_gateway.sgw_resource_utilization_admin_net_bytes_recv.countThe total number of bytes received (since node start-up) on the network interface to which the Sync Gateway api.admin_interface is bound.
Admin bytes sentcouchbase.sync_gateway.sgw_resource_utilization_admin_net_bytes_sent.countThe total number of bytes sent (since node start-up) on the network interface to which the Sync Gateway api.admin_interface is bound.
Error countcouchbase.sync_gateway.sgw_resource_utilization_error_countThe total number of errors logged.
Go routine high watermarkcouchbase.sync_gateway.sgw_resource_utilization_goroutines_high_watermarkPeak number of go routines since process start.
Total number of goroutinescouchbase.sync_gateway.sgw_resource_utilization_num_goroutinesThe total number of goroutines.
CPU utilizationcouchbase.sync_gateway.sgw_resource_utilization_process_cpu_percent_utilizationThe CPU’s utilization as percentage value. Based on user and system CPU time, but it doesn’t include components such as iowait.
Memory utilizationcouchbase.sync_gateway.sgw_resource_utilization_process_memory_residentThe memory utilization (Resident Set Size) for the process, in bytes
Public bytes receivedcouchbase.sync_gateway.sgw_resource_utilization_pub_net_bytes_recv.countThe total number of bytes received (since node start-up) on the network interface to which the Sync Gateway api.public_interface is bound.
Public bytes sentcouchbase.sync_gateway.sgw_resource_utilization_pub_net_bytes_sent.countThe total number of bytes sent (since node start-up) on the network interface to which Sync Gateway api.public_interface is bound.
Total available memorycouchbase.sync_gateway.sgw_resource_utilization_system_memory_totalThe total memory available on the system in bytes.
Uptimecouchbase.sync_gateway.sgw_resource_utilization_uptime_upThe total uptime.
ClusterStats
Metric nameMetric keyDescription
Total RAMcouchbase.cluster.ram.totalTotal RAM available in the cluster
Used RAMcouchbase.cluster.ram.usedTotal RAM used in the cluster
Total RAM Quotacouchbase.cluster.ram.quotaTotalTotal RAM quota available in the cluster
Used RAM Quotacouchbase.cluster.ram.quotaUsedRAM quota used in the cluster
Total HDDcouchbase.cluster.hdd.totalTotal HDD available in the cluster
Used HDDcouchbase.cluster.hdd.usedHDD used by the cluster
Total HDD Quotacouchbase.cluster.hdd.quotaTotalTotal HDD quota available in the cluster
Used HDD Quotacouchbase.cluster.hdd.quotaUsedHDD quota used by the cluster
SG_Database
Metric nameMetric keyDescription
DCP mutations addedcouchbase.sync_gateway.sgw_database_dcp_caching_countThe total number of DCP mutations added to Sync Gateway’s channel cache.
DCP mutation timecouchbase.sync_gateway.sgw_database_dcp_caching_timeThe total time between a DCP mutation arriving at Sync Gateway and being added to channel cache.
DCP received timecouchbase.sync_gateway.sgw_database_dcp_received_timeThe time between a document write and that document being received by Sync Gateway over DCP. If the document was written prior to Sync Gateway starting the feed, it is recorded as the time since the feed was started.
Active replicationscouchbase.sync_gateway.sgw_database_num_replications_activeThe total number of active replications.
Total replicationscouchbase.sync_gateway.sgw_database_num_replications_totalThe total number of replications created since Sync Gateway node startup.
Channel name size warningscouchbase.sync_gateway.sgw_database_warn_channel_name_size_countThe total number of warnings relating to the channel name size.
Channel count threshold exceededcouchbase.sync_gateway.sgw_database_warn_channels_per_doc_countThe total number of warnings relating to the channel count exceeding the channel count threshold.
Grant count threshold exceededcouchbase.sync_gateway.sgw_database_warn_grants_per_doc_countThe total number of warnings relating to the grant count exceeding the grant count threshold.
Xattr sync data threshold exceededcouchbase.sync_gateway.sgw_database_warn_xattr_size_countThe total number of warnings relating to the xattr sync data being larger than a configured threshold.
IndexStats_API
Metric nameMetric keyDescription
Index Mutations Remainingcouchbase.index.num_docs_pendingNumber of documents remaining to be indexed.
Index Drain Ratecouchbase.index.avg_drain_rateNumber of documents indexed by the indexer
Index Resident Percentcouchbase.index.resident_percentPercentage of index data resident in memory
Index RAM Usedcouchbase.index.memory_usedBytes in memory for this index
Indexed itemscouchbase.index.items_count.gaugeCurrent total indexed documents
Index Data Sizecouchbase.index.data_sizeTotal data in index
Index Disk Sizecouchbase.index.disk_sizeTotal data on disk for index
Index Item Sizecouchbase.index.avg_item_sizeAverage size of each item in Index
Index Scan Latencycouchbase.index.avg_scan_latencyAverage time to serve a scan request
Index Requestscouchbase.index.num_requestsNumber of requests served by the indexer
Index Scan Bytescouchbase.index.scan_bytes_readNumber of bytes scanned by the indexer
Index Fragmentationcouchbase.index.frag_percentPercentage fragmentation of the index
Index Cache Hit Percentcouchbase.index.cache_hit_percentPercentage of access to index data from RAM as opposed to disk
Items scannedcouchbase.index.num_rows_returned.countNumber of index items scanned by the indexer per second.
Number of documents indexedcouchbase.index.num_docs_indexed.countNumber of documents indexed by the indexer since last startup.
Related tags
DatabasePrometheusNoSQLCouchbaseApplication Observability