XDCR Metrics

      +
      A list of the metrics provided by XDCR.

      The following XDCR metrics can be queried by means of the REST APIs described in Statistics.

      Tip
      • The x.y.z badge shows the Couchbase Server version the metric was added in.

      • The type / unit badge shows shows the Prometheus type and unit (if present).

      xdcr_atr_txn_docs_filtered_total     7.6.0counter

      Total number of documents filtered and not replicated because the documents were ATR documents

      xdcr_binary_filtered_total     7.2.1counter

      Number of documents filtered that were binary documents

      xdcr_changes_left_total     7.0.0gauge

      Given the vBuckets of this node, the number of sequence numbers that need to be processed (either replicated or handled) before catching up to the high sequence numbers for the vBuckets

      xdcr_client_txn_docs_filtered_total     7.6.0counter

      Total number of documents filtered and not replicated because the documents were transaction client records

      xdcr_data_replicated_bytes     7.0.0counter / bytes

      Amount of data replicated for a Replication

      xdcr_data_replicated_uncompress_bytes     7.6.0counter / bytes

      Theoretical amount of data replicated for a Replication if compression were not used

      xdcr_datapool_failed_gets_total     7.0.0counter

      The total number of failed GET() operation on a reusable datapool within XDCR for the purpose of avoiding garbage generation

      xdcr_dcp_datach_length_total     7.0.0gauge

      The number of items sent by the Data Service waiting for the XDCR Source Nozzle to ingest and process

      xdcr_dcp_dispatch_time_seconds     7.0.0gauge / seconds

      The rolling average amount of time it takes for a document to be received by XDCR from the Data Service, to the time it is queued up in the Target Nozzle ready to be sent

      xdcr_deletion_cloned_total     7.2.1counter

      The number of times a Source Deletion or Expiration is cloned to be written to multiple Target Namespaces

      xdcr_deletion_docs_written_total     7.0.0counter

      Number of Deletions written to Target

      xdcr_deletion_failed_cr_source_total     7.0.0counter

      Number of Deletions that failed Source-side Conflict Resolution

      xdcr_deletion_failed_cr_target_total     7.1.0counter

      Number of Deletions that failed Conflict Resolution at the Target

      xdcr_deletion_filtered_total     7.0.0counter

      Number of Deletions that were filtered Source-side

      xdcr_deletion_received_from_dcp_total     7.0.0counter

      Number of Deletions received from the Data Service

      xdcr_docs_checked_total     7.0.0gauge

      Across vBuckets for this node, the sum of all sequence numbers that have been considered to be checkpointed

      xdcr_docs_cloned_total     7.0.0counter

      Number of Source Document Mutation cloned to be written to different Target Namespaces

      xdcr_docs_failed_cr_source_total     7.0.0counter

      Number of documents (or tombstones) that were not replicated to the Target due to Conflict Resolution evaluated on the Source

      xdcr_docs_failed_cr_target_total     7.1.0counter

      Number of documents failed Conflict Resolution at the Target

      xdcr_docs_filtered_on_txn_xattr_total     7.6.0counter

      Total number of documents filtered and not replicated due to the presence of transaction related xattrs in it

      xdcr_docs_filtered_on_user_defined_filter_total     7.6.0counter

      Total number of documents filtered and not replicated because of user defined filter expressions

      xdcr_docs_filtered_total     7.0.0gauge

      Total number of documents filtered and not replicated due to any type of filtering

      xdcr_docs_opt_repd_total     7.0.0counter

      Number of Documents Optimistically Replicated to the Target Cluster

      xdcr_docs_processed_total     7.0.0gauge

      Number of Documents processed for a Replication

      xdcr_docs_received_from_dcp_total     7.0.0counter

      Number of Document Mutations received from the Data Service

      xdcr_docs_unable_to_filter_total     7.0.0gauge

      Number of Document Mutations that couldn't be filtered due to inability to parse the document through Advanced Filtering engine and were not replicated

      xdcr_docs_written_total     7.0.0counter

      Number of docs Document Mutations written/sent to the Target

      xdcr_expiry_docs_written_total     7.0.0counter

      Number of Expirations written to the Target

      xdcr_expiry_failed_cr_source_total     7.0.0counter

      Number of Expirations that failed Source-side Conflict Resolution

      xdcr_expiry_failed_cr_target_total     7.1.0counter

      Number of Expirations that failed Conflict Resolution at the Target

      xdcr_expiry_filtered_total     7.0.0counter

      Number of Expirations filtered Source-side

      xdcr_expiry_received_from_dcp_total     7.0.0counter

      Number of Expirations or documents with TTL received from the Data Service

      xdcr_expiry_stripped_total     7.0.0counter

      Number of Document Mutations replicated that had the TTL changed to 0 before writing to Target (Source is unmodified)

      xdcr_guardrail_data_size_total     7.6.0counter

      The number of writes that target rejected because each target data node is holding too much data

      xdcr_guardrail_disk_space_total     7.6.0counter

      The number of writes that target rejected because a data node is running out of disk space

      xdcr_guardrail_resident_ratio_total     7.6.0counter

      The number of writes that target rejected due to the target bucket being under the resident ratio threshold

      xdcr_mobile_docs_filtered_total     7.6.0counter

      Total number of documents filtered and not replicated because the documents were mobile records

      xdcr_num_checkpoints_total     7.0.0counter

      The number of times checkpoint operation has completed successfully since this XDCR process instance is made aware of this replication

      xdcr_num_failedckpts_total     7.0.0counter

      The number of times checkpoint operation has encountered an error since this XDCR process instance is made aware of this replication

      xdcr_pipeline_errors     7.2.1gauge

      The number of currently present errors for a specific Replication Pipeline

      xdcr_pipeline_status     7.2.1gauge

      The pipeline status for a specific pipeline, where it could be paused, running or, error

      xdcr_resp_wait_time_seconds     7.0.0gauge / seconds

      The rolling average amount of time it takes from when a MemcachedRequest is created to be ready to route to an outnozzle to the time that the response has been heard back from the target node after a successful write

      xdcr_seqno_adv_received_from_dcp_total     7.6.0counter

      The number of seqno advance events received from source data service

      xdcr_set_docs_written_total     7.0.0counter

      Number of Set operations successfully written to the Target

      xdcr_set_failed_cr_target_total     7.1.0counter

      Number of Set operations that failed Conflict Resolution at the Target

      xdcr_set_filtered_total     7.0.0counter

      Number of documents filtered that was of a DCP mutation

      xdcr_set_received_from_dcp_total     7.0.0counter

      Number of Sets received from the Data Service

      xdcr_size_rep_queue_bytes     7.0.0gauge / bytes

      Amount of data being queued to be sent in a Target Nozzle

      xdcr_system_events_received_from_dcp_total     7.6.0counter

      The number of system events received from source data service

      xdcr_target_eaccess_total     7.2.1counter

      The total number of EACCESS errors returned from the target node.

      xdcr_target_tmpfail_total     7.2.1counter

      The total number of TMPFAIL errors returned from the target node.

      xdcr_target_unknown_status_total     7.6.0counter

      The total number of writes to target data service that returned with a status code that XDCR cannot comprehend

      xdcr_throttle_latency_seconds     7.0.0gauge / seconds

      The rolling average of the latency time introduced due to bandwith throttler

      xdcr_throughput_throttle_latency_seconds     7.0.0gauge / seconds

      The rolling average of the latency time introduced due to throughput throttler

      xdcr_time_committing_seconds     7.0.0gauge / seconds

      The rolling average amount of time it takes for a checkpoint operation to complete

      xdcr_wtavg_docs_latency_seconds     7.0.0gauge / seconds

      The rolling average amount of time it takes for the source cluster to receive the acknowledgement of a SET_WITH_META response after the Memcached request has been composed to be processed by the XDCR Target Nozzle

      xdcr_wtavg_meta_latency_seconds     7.0.0gauge / seconds

      The rolling average amount of time it takes once a getMeta command is composed to be sent to the time the request is handled once the target node has responded