diff --git a/Aerospike/CHANGELOG.md b/Aerospike/CHANGELOG.md new file mode 100644 index 0000000..b20ed52 --- /dev/null +++ b/Aerospike/CHANGELOG.md @@ -0,0 +1,7 @@ +# CHANGELOG - Aerospike Integration + +1.0.0 / Unreleased +================== +### Changes + +* [FEATURE] Initial Aerospike Integration Tile. diff --git a/Aerospike/README.md b/Aerospike/README.md new file mode 100644 index 0000000..58cc09a --- /dev/null +++ b/Aerospike/README.md @@ -0,0 +1,47 @@ +## Overview + + +Get metrics from [Aerospike](https://aerospike.com) in real time to: + +* Visualize your database's performance. + +* Obtain usage statistics + + +## Setup + +*To capture Aerospike metrics, you need to install the Datadog Agent* + +**Note:** This plugin does not support access control. As such, it is only compatible with Community Edition and Enterprise Edition that does not have TLS or Access Control enabled. + +1. Configure the Agent to connect to Aerospike +edit conf.d/aerospike.yaml + +``` +init_config: + mappings: + ... +instances: + - host: localhost +``` + +1. Restart the Agent + +## Data Collected +### Metrics +See [metadata.csv](https://github.com/DataDog/integrations-extras/blob/master/aerospike/metadata.csv) for a list of metrics provided by this integration. + +### Events + +The Aerospike integration does not include any events at this time. + +### Service Checks + +There is one service check: `aerospike.cluster_up` + +## Troubleshooting +Need help? Contact [Datadog Support](http://docs.datadoghq.com/help/). + +## Further Reading + +Learn more about infrastructure monitoring and all our integrations on [our blog](https://www.datadoghq.com/blog/). diff --git a/Aerospike/logos/avatars-bot.png b/Aerospike/logos/avatars-bot.png new file mode 100644 index 0000000..61be060 Binary files /dev/null and b/Aerospike/logos/avatars-bot.png differ diff --git a/Aerospike/logos/saas_logos-bot.png b/Aerospike/logos/saas_logos-bot.png new file mode 100644 index 0000000..576a6cd Binary files /dev/null and b/Aerospike/logos/saas_logos-bot.png differ diff --git a/Aerospike/logos/saas_logos-small.png b/Aerospike/logos/saas_logos-small.png new file mode 100644 index 0000000..e281970 Binary files /dev/null and b/Aerospike/logos/saas_logos-small.png differ diff --git a/Aerospike/manifest.json b/Aerospike/manifest.json new file mode 100644 index 0000000..eaae300 --- /dev/null +++ b/Aerospike/manifest.json @@ -0,0 +1,15 @@ +{ + "name": "aerospike", + "manifest_version": "1.0.0", + "maintainer": "r.guo@aerospike.com", + "display_name": "Aerospike", + "short_description": "Flash optimized high performance NoSQL Database", + "metric_prefix": "aerospike.", + "metric_to_check": "aerospike.uptime", + "creates_events": false, + "public_title": "Datadog-Aerospike Integration", + "type":"check", + "doc_link": "https://github.com/DataDog/integrations-extras/tree/master/aerospike", + "is_public": true, + "has_logo": true +} diff --git a/Aerospike/metadata.csv b/Aerospike/metadata.csv new file mode 100644 index 0000000..37bb043 --- /dev/null +++ b/Aerospike/metadata.csv @@ -0,0 +1,530 @@ +metric_name,metric_type,interval,unit_name,per_unit_name,description,orientation,integration,short_name +aerospike.aggr_scans_failed,gauge,,,,Number of scans aborted. Deprecated since 3.9,0,aerospike,Scans Failed +aerospike.aggr_scans_succeeded,gauge,,,,Number of aggregation scans that completed successfully. Deprecated since 3.9,0,aerospike,Scans Succeeded +aerospike.cluster_size,gauge,,,,Size of the Cluster,0,aerospike, +aerospike.uptime,gauge,,second,,Time since last server restart.,1,aerospike, +aerospike.batch_queue,gauge,,,,Number of batch direct requests remaining on the queue awaiting processing.,0,aerospike, +aerospike.batch_tree_count,gauge,,,,Number of tree lookups for all batch direct requests. Deprecated since 3.9,0,aerospike, +aerospike.client_connections,gauge,,,,Number of active client connections to this node,1,aerospike, +aerospike.delete_queue,gauge,,,,,0,aerospike, +aerospike.fabric_connections,gauge,,,,Number of active fabric connections to this node,0,aerospike, +aerospike.fabric_bulk_send_rate,gauge,,byte,,Number of bytes sent by the fabric bulk channel,0,aerospike, +aerospike.fabric_bulk_recv_rate,gauge,,byte,,Number of bytes received by the fabric bulk channel,0,aerospike, +aerospike.fabric_ctrl_send_rate,gauge,,byte,,Number of bytes sent by the fabric control channel,0,aerospike, +aerospike.fabric_ctrl_recv_rate,gauge,,byte,,Number of bytes received by the fabric control channel,0,aerospike, +aerospike.fabric_meta_send_rate,gauge,,byte,,Number of bytes sent by the fabric meta channel,0,aerospike, +aerospike.fabric_meta_recv_rate,gauge,,byte,,Number of bytes received by the fabric meta channel,0,aerospike, +aerospike.fabric_rw_send_rate,gauge,,byte,,Number of bytes sent by the fabric rw channel,0,aerospike, +aerospike.fabric_rw_recv_rate,gauge,,byte,,Number of bytes received by the fabric rw channel,0,aerospike, +aerospike.failed_node_sessions_pending,gauge,,,,,0,aerospike, +aerospike.heap_site_count,gauge,,,,,0,aerospike, +aerospike.heartbeat_connections,gauge,,,,Number of active heartbeat connections to this node,0,aerospike, +aerospike.info_queue,gauge,,,,Number of info requests pending in info queue,0,aerospike, +aerospike.latency_avg_dlogread,gauge,,millisecond,,Moving average latency to read from the digest log. Deprecated since 3.9,-1,aerospike,Digest Log Read Latency +aerospike.latency_avg_dlogwrite,gauge,,millisecond,,Moving average latency to write to the digest log. Deprecated since 3.9,-1,aerospike,Digest Log Write Latency +aerospike.latency_avg_ship,gauge,,millisecond,,Moving average latency to ship a record to remote Aerospike clusters. Deprecated since 3.9,-1,aerospike,XDR Shipment Latency +aerospike.linkdown_sessions_pending,gauge,,,,,0,aerospike, +aerospike.migrate_partitions_remaining,gauge,,,,Number of partitions remaining to migrate in either direction.,-1,aerospike, +aerospike.migrate_progress_recv,gauge,,,,Number of partitions currently being received on this node. Deprecated since 3.9,-1,aerospike, +aerospike.migrate_progress_send,gauge,,,,Number of partitions currently being sent out from this node. Deprecated since 3.9,-1,aerospike, +aerospike.migrate_rx_objs,gauge,,,,Number of partitions currently migrating to this node. Deprecated since 3.9,-1,aerospike,Migration Receive Partitions +aerospike.migrate_tx_objs,gauge,,,,Number of partitions currently migrating from this node. Deprecated since 3.9,-1,aerospike,Migration Send Partitions +aerospike.objects,gauge,,record,,Total number of replicated objects on this node. Includes master and replica objects.,0,aerospike,Overall Objects +aerospike.reclaimed_recs_dlog,gauge,,,,,0,aerospike, +aerospike.rw_in_progress,gauge,,,,Number of rw transactions in progress,0,aerospike, +aerospike.ongoing_write_reqs,gauge,,,,Number of records currently in write transactions. Deprecated since 3.9,0,aerospike, +aerospike.partition_absent,gauge,,,,Number of partitions for which this node is not either master or replica. Deprecated since 3.9,0,aerospike, +aerospike.partition_actual,gauge,,,,Number of partitions for which this node is acting as master. Deprecated since 3.9,0,aerospike, +aerospike.partition_desync,gauge,,,,Number of partitions that are not yet synced with the rest of the cluster. Deprecated since 3.9,0,aerospike, +aerospike.partition_object_count,gauge,,,,Total number of objects. Deprecated since 3.9,0,aerospike, +aerospike.partition_ref_count,gauge,,,,Number of partitions that are currently being read. Deprecated since 3.9,0,aerospike, +aerospike.partition_replica,gauge,,,,Number of partitions for which this node is acting as replica. Deprecated since 3.9,0,aerospike, +aerospike.proxy_in_progress,gauge,,,,Number of proxies in progress.,0,aerospike, +aerospike.queue,gauge,,,,Number of pending requests waiting to execute. Deprecated since 3.9,0,aerospike, +aerospike.record_locks,gauge,,,,Number of record index locks currently active in the node. Deprecated since 3.9,0,aerospike, +aerospike.record_refs,gauge,,,,Number of index records currently referenced. Deprecates since 3.9,0,aerospike, +aerospike.remaining_migrations,gauge,,,,,0,aerospike, +aerospike.stat_evicted_objects_time,gauge,,,,Average expiry time (TTL) of the objects evicted in the last iteration. Deprecated since 3.9,0,aerospike, +aerospike.sub_records,gauge,,,,Number of sub objects. Replace with sub_objects stat in 3.9.,0,aerospike, +aerospike.sub-records,gauge,,,,Number of sub objects. Replace with sub_objects stat in 3.9.,0,aerospike, +aerospike.tombstones,gauge,,,,Total number tombstones in this namespace on this node.,0,aerospike,Overall Tombstones +aerospike.total_recs_dlog,gauge,,,,,0,aerospike, +aerospike.transaction_queue_used,gauge,,,,,0,aerospike, +aerospike.tree_gc_queue,gauge,,,,Number of trees queued up ready to be completely removed (partitions drop),0,aerospike, +aerospike.tsvc_queue,gauge,,,,Number of pending requests waiting to execute in the transaction queue,-1,aerospike, +aerospike.used_recs_dlog,gauge,,,,,0,aerospike, +aerospike.tree_count,gauge,,,,Number of index trees currently active in the node. Deprecated since 3.9,0,aerospike, +aerospike.waiting_transactions,gauge,,,,Number of read/write transactions currently queued. Deprecated since 3.9,0,aerospike, +aerospike.query_long_queue_size,gauge,,,,,0,aerospike, +aerospike.query_short_queue_size,gauge,,,,,0,aerospike, +aerospike.xdr_min_lastshipinfo,gauge,,,,The minimum last ship time in millisecond (epoch) for XDR for across the cluster. Deprecated since 3.10,0,aerospike, +aerospike.xdr_active_failed_node_sessions,gauge,,,,Failed node session keeps track of node at the local cluster that have left the cluster and need other nodes to ship on their behalf until they join back.,-1,aerospike, +aerospike.xdr_active_link_down_sessions,gauge,,,,Link down session keeps track of destination clusters that are not reachable for a given time window.,-1,aerospike, +aerospike.xdr_ship_latency_avg,gauge,,millisecond,,Moving average latency to ship a record to remote Aerospike clusters.,-1,aerospike, +aerospike.xdr_read_latency_avg,gauge,,millisecond,,Moving average latency for XDR to read a record.,-1,aerospike, +aerospike.xdr_read_txnq_used,gauge,,,,Number of XDR read transactions that are in flight in the local transaction queue.,0,aerospike, +aerospike.xdr_throughput,gauge,,record,second,Records per second throughput XDR is currently able to ship across all datacenters configured.,0,aerospike, +aerospike.xdr_timelag,gauge,,second,,The difference between the current time and the timestamp of the record which was last attempted to be shipped,-1,aerospike, +aerospike.xdr_global_lastshiptime,gauge,,millisecond,,The minimum last ship time in millisecond (epoch) for XDR for across the cluster.,-1,aerospike, +aerospike.cluster_integrity,gauge,,,,Indicates whether the cluster is in a whole and complete state (as far as the nodes that it sees and is able to connect to are all concerned.) ,1,aerospike, +aerospike.cluster_is_member,gauge,,,,,0,aerospike, +aerospike.migrate_allowed,gauge,,,,,0,aerospike, +aerospike.system_swapping,gauge,,,,Indicate that the system is currently swapping RAM to disk,-1,aerospike, +aerospike.dlog_free_pct,gauge,,percent,,Percentage of the digest log free and available for use.,1,aerospike, +aerospike.free-pct-disk,gauge,,percent,,Percentage of disk capacity free for this namespace. Deprecated sicne 3.9.,1,aerospike, +aerospike.free-pct-memory,gauge,,percent,,Percentage of memory capacity free for this namespace. Deprecated since 3.9.,1,aerospike, +aerospike.free-dlog-pct,gauge,,percent,,Percentage of the digest log free and available for use. Deprecated since 3.9,1,aerospike, +aerospike.heap_efficiency_pct,gauge,,percent,, This represents the heap_allocated_kbytes / heap_mapped_kbytes ratio. A lower number indicates a higher fragmentation rate.,0,aerospike, +aerospike.read_threads_avg_processing_time_pct ,gauge,,percent,,,0,aerospike, +aerospike.read_threads_avg_waiting_time_pct,gauge,,percent,,,0,aerospike, +aerospike.system_free_mem_pct,gauge,,percent,,Percentage of free system memory.,1,aerospike, +aerospike.transaction_queue_used_pct,gauge,,percent,,,0,aerospike, +aerospike.xdr_read_active_avg_pct,gauge,,percent,,How busy the XDR read threads are by calculating the average time in percent of total time that the XDR read threads spend actually processing something vs. waiting for a new digest log entry to arrive on their queues from the dlogreader / failed node shippers / window shippers.,0,aerospike, +aerospike.xdr_read_idle_avg_pct,gauge,,percent,,This is a sister statistic to xdr_read_active_avg_pct and represents the average time in percent of total time that the XDR read threads waits for a new digest log entry to arrive on their queues from the dlogreader / failed node shippers / window shippers.,0,aerospike, +aerospike.xdr_read_reqq_used_pct,gauge,,percent,,Sister statistic to xdr_read_reqq_used to represent how full in percent the XDR read request queues are.,0,aerospike, +aerospike.xdr_read_txnq_used_pct,gauge,,percent,,Percent used of the XDR read transactions that are in flight (out of a maximum allowed of 10000) in the transaction queue (which is also used for regular client transactions). ,0,aerospike, +aerospike.xdr_ship_compression_avg_pct,gauge,,percent,,Used to determine how beneficial compression is (higher is better),1,aerospike, +aerospike.data-used-bytes-memory,gauge,,bytes,,Amount of memory occupied by data. Deprecated since 3.9.,0,aerospike, +aerospike.heap_allocated_kbytes,gauge,,kibibyte,,The amount of memory allocated by the asd daemon,0,aerospike, +aerospike.heap_active_kbytes,gauge,,kibibyte,,The amount of memory in in-use pages. An in-use page is a page that has some allocated memory (either partial or full).,0,aerospike, +aerospike.heap_mapped_kbytes,gauge,,kibibyte,,The amount of memory in mapped pages (i.e. the amount of memory that JEM received from the Linux kernel). It should be a multiple of 4 as that would be the typical page size (4096 bytes).,0,aerospike, +aerospike.index-used-bytes-memory,gauge,,bytes,,Amount of memory occupied by the index. Deprecated since 3.9,0,aerospike, +aerospike.sindex-used-bytes-memory,gauge,,bytes,,Amount of memory occupied by secondary indexes for this namespace on this node. Deprecated since 3.9,0,aerospike, +aerospike.total-bytes-disk,gauge,,bytes,,Total bytes of disk space allocated to this namespace on this node. Deprecated since 3.9,0,aerospike, +aerospike.total-bytes-memory,gauge,,bytes,,Total bytes of memory allocated to this namespace on this node. Deprecated since 3.9,0,aerospike, +aerospike.used-bytes-disk,gauge,,bytes,,Total bytes of disk space used by this namespace on this node. Deprecated since 3.9,0,aerospike, +aerospike.used-bytes-memory,gauge,,bytes,,Total bytes of memory used by this namespace on this node. Deprecated since 3.9,0,aerospike, +aerospike.basic_scans_failed,gauge,,,,Number of basic scans that failed. Deprecated since 3.9,0,aerospike, +aerospike.basic_scans_succeeded,gauge,,,,Number of basic scans that completed successfully. Deprecates since 3.9,0,aerospike, +aerospike.batch_error,gauge,,,,Number of batch direct requests that were rejected because of errors.,0,aerospike, +aerospike.batch_errors,gauge,,,,Number of batch direct requests that were rejected because of errors. Deprecated since 3.9,0,aerospike, +aerospike.batch_index_initiate,gauge,,,,Number of batch index requests received.,0,aerospike, +aerospike.batch_index_complete,gauge,,,,Number of batch index requests completed.,0,aerospike, +aerospike.batch_index_timeout,gauge,,,,Number of batch index requests that timed-out on the server before being processed.,0,aerospike, +aerospike.batch_index_error,gauge,,,,Number of batch index requests that were rejected because of errors.,0,aerospike, +aerospike.batch_index_errors,gauge,,,,Number of batch index requests that were rejected because of errors. Deprecated since 3.9,0,aerospike, +aerospike.batch_index_unused_buffers,gauge,,,,Number of available 128 KB response buffers currently in buffer pool.,0,aerospike, +aerospike.batch_index_huge_buffers,gauge,,,,Number temporary response buffers created that exceeded 128KB.,0,aerospike, +aerospike.batch_index_created_buffers,gauge,,,,Number of 128KB response buffers created.,0,aerospike, +aerospike.batch_index_destroyed_buffers,gauge,,,,Number of 128KB response buffers destroyed.,0,aerospike, +aerospike.batch_initiate,gauge,,,,Number of batch direct requests received.,0,aerospike, +aerospike.batch_timeout,gauge,,,,Number of batch direct requests that timed-out on the server before being processed.,0,aerospike, +aerospike.demarshal_error,gauge,,,,Number of errors during the demarshal step.,0,aerospike, +aerospike.dlog_logged,gauge,,record,,Number of records logged into digest log.,0,aerospike, +aerospike.dlog_overwritten_error,gauge,,record,,Number of digest log entries that got overwritten.,0,aerospike, +aerospike.dlog_processed_link_down,gauge,,,,Number of linkdown that were processed.,0,aerospike, +aerospike.dlog_processed_main,gauge,,,,Number of records processed on the local Aerospike server.,0,aerospike, +aerospike.dlog_processed_replica,gauge,,,,Number of records processed for a node in the cluster that is not the local node.,0,aerospike, +aerospike.dlog_relogged,gauge,,record,,Number of records relogged by this node into the digest log due to temporary issues when attempting to ship.,0,aerospike, +aerospike.dlog_used_objects,gauge,,record,,Total number of records slots used in the digest log,0,aerospike, +aerospike.early_tsvc_batch_sub_error,gauge,,,,Number of errors early in the transaction for batch sub transactions.,0,aerospike, +aerospike.early_tsvc_client_error,gauge,,,,Number of errors early in the transaction for direct client requests.,0,aerospike, +aerospike.early_tsvc_udf_sub_error,gauge,,,,Number of errors early in the transaction for udf sub transactions.,0,aerospike, +aerospike.err_duplicate_proxy_request,gauge,,,,Number of duplicate proxy errors. Deprecated since 3.9,0,aerospike, +aerospike.err_out_of_space,gauge,,,,Number of writes resulting in disk out of space errors. Deprecated since 3.9,-1,aerospike, +aerospike.err_recs_dropped,gauge,,,,,-1,aerospike, +aerospike.err_replica_non_null_node,gauge,,,,Number of errors during cluster state exchange because of unexpected replica node information. Deprecated since 3.9,-1,aerospike, +aerospike.err_replica_null_node,gauge,,,,Number of errors during cluster state exchange because of missing replica node information. Deprecated since 3.9,-1,aerospike, +aerospike.err_rw_cant_put_unique,gauge,,,,Number of write transactions aborted because write required unique and record existed already. Deprecated since 3.9,-1,aerospike, +aerospike.err_rw_pending_limit,gauge,,,,Number of read/write transactions failed on 'hot keys'. Deprecated since 3.9,-1,aerospike, +aerospike.err_rw_request_not_found,gauge,,,,Number of read/write transactions started but could not find record in rw hash after the replica side of the transaction is processed (due to timeout that would remove the record from rw hash). Deprecated in 3.9,-1,aerospike, +aerospike.err_storage_queue_full,gauge,,,,Number of non-read requests failed due to disk being too backed up. Will return 'DEVICE_OVERLOAD' failure to client. See also storage_max_write_cache. Deprecated since 3.9,-1,aerospike, +aerospike.err_sync_copy_null_master,gauge,,,,Number of errors during cluster state exchange because of missing master node information. Deprecated since 3.9,-1,aerospike, +aerospike.err_sync_copy_null_node,gauge,,,,Number of errors during cluster state exchange because of missing general node information. Deprecated since 3.9,-1,aerospike, +aerospike.err_tsvc_requests,gauge,,,,Number of failures where the execution is not even attempted. Deprecated since 3.9,-1,aerospike, +aerospike.err_tsvc_requests_timeout,gauge,,,,Number of failures where the execution times out while in the transaction queue. Deprecated since 3.9,-1,aerospike, +aerospike.err_write_fail_bin_exists,gauge,,,,Number of write requests resulting in error 'bin exists'. Deprecated since 3.9,-1,aerospike, +aerospike.err_write_fail_bin_name,gauge,,,,Number of write requests resulting in error 'bin name'. Deprecated since 3.9,-1,aerospike, +aerospike.err_write_fail_bin_not_found,gauge,,,,Number of write requests resulting in error 'bin not found'. Deprecated since 3.9,-1,aerospike, +aerospike.err_write_fail_forbidden,gauge,,,,Number of write requests failed because a write transaction is being attempted on a set still being deleted. Deprecated since 3.9,-1,aerospike, +aerospike.err_write_fail_generation,gauge,,,,Number of write requests failed because of generation mismatch. Deprecated since 3.9,-1,aerospike, +aerospike.err_write_fail_generation_xdr,gauge,,,,Number of write requests from XDR that failed because of generation mismatch. Deprecated since 3.8.1,-1,aerospike, +aerospike.err_write_fail_incompatible_type,gauge,,,,For data-in-index configuration. Number of write requests which are not integer. Deprecated since 3.9,-1,aerospike, +aerospike.err_write_fail_key_exists,gauge,,,,Number of write transactions that failed because the key already exists. Deprecated since 3.9,-1,aerospike, +aerospike.err_write_fail_key_mismatch,gauge,,,,Number of failed requests due to key mismatch occurs when key is stored in Aerospike and key check is requested on the transaction. Deprecated since 3.9,-1,aerospike, +aerospike.err_write_fail_not_found,gauge,,,,Number of write transactions that failed due to the key not found. Deprecated since 3.9,-1,aerospike, +aerospike.err_write_fail_noxdr,gauge,,,,Number of writes rejected because XDR was not running. Deprecated since 3.8.1,-1,aerospike, +aerospike.err_write_fail_parameter,gauge,,,,Number of write transactions that failed because of a bad parameter from application code. Deprecated since 3.9,-1,aerospike, +aerospike.err_write_fail_prole_delete,gauge,,,,Number of replica delete failures because the replica record is not found. Deprecated since 3.9,-1,aerospike, +aerospike.err_write_fail_prole_generation,gauge,,,,Number of prole write failures because of generation mismatch. Deprecated since 3.9,-1,aerospike, +aerospike.err_write_fail_prole_unknown,gauge,,,,Number of prole write failures with unknown errors. Deprecated since 3.9,-1,aerospike, +aerospike.err_write_fail_record_too_big,gauge,,,,Number of write failures due to record being too big (bigger than write-block-size). Deprecated since 3.9,-1,aerospike, +aerospike.err_write_fail_unknown,gauge,,,,Number of write failures with unknown errors. Deprecated since 3.9,-1,aerospike, +aerospike.fabric_msgs_rcvd,gauge,,,,Number of messages received via the fabric layer from other nodes. Deprecated since 3.11.1.1,0,aerospike, +aerospike.fabric_msgs_sent,gauge,,,,Number of messages sent via the fabric layer to other nodes. Deprecated since 3.11.1.1,0,aerospike, +aerospike.heartbeat_received_foreign,gauge,,,,Total number of heartbeats received from remote nodes.,0,aerospike, +aerospike.heartbeat_received_self,gauge,,,,Total number of multicast heartbeats from this node received by this node. Will be 0 for mesh.,0,aerospike, +aerospike.hotkeys_fetched,gauge,,,,Represents the number of record's digest that are actually shipped because their hotkey cache entries expired and were dirty. Should be interpreted in conjunction with noship_recs_hotkey,0,aerospike, +aerospike.info_complete,gauge,,,,Number of info requests completed.,0,aerospike, +aerospike.local_recs_error,gauge,,,,Number of records fetched from local Aerospike server. Deprecated since 3.9,0,aerospike, +aerospike.local_recs_fetch_avg_latency,gauge,,millisecond,,Moving average latency to read a record/batch of records from local Aerospike server. Deprecated since 3.9,0,aerospike, +aerospike.local_recs_fetched,gauge,,,,Number of records fetched from local Aerospike server. Deprecated since 3.9,0,aerospike, +aerospike.local_recs_notfound,gauge,,,,Number of record fetch attempts to the local Aerospike server that resulted in 'Not Found' response code. Deprecated since 3.9,0,aerospike, +aerospike.migrate_msgs_recv,gauge,,,,Number of migrate messages received. Deprecated since 3.8.3,0,aerospike, +aerospike.migrate_msgs_sent,gauge,,,,Number of migrate messages sent. Deprecated since 3.8.3,0,aerospike, +aerospike.migrate_num_incoming_accepted,gauge,,,,Number of migrate requests accepted from other nodes Deprecated since 3.8.3.,0,aerospike, +aerospike.migrate_num_incoming_refused,gauge,,,,Number of migrate requests refused from other nodes due to reaching 'migrate-max-num-incoming' limit. Deprecated since 3.8.3,0,aerospike, +aerospike.noship_recs_expired,gauge,,,,Number of records not shipped because the record expired before XDR was able to ship it. Deprecated since 3.9,0,aerospike, +aerospike.noship_recs_hotkey,gauge,,,,Represents the number of record's digests that are skipped due to an already existing entry in the reader's thread cache (meaning a version of this record was just shipped). Should be interpreted in conjunction withnoship_recs_hotkey_timeout. Deprecated since 3.9,0,aerospike, +aerospike.noship_recs_notmaster,gauge,,,,Number of records in the digest log that were not shipped because the local node is not the master node for these records. Deprecated since 3.9,0,aerospike, +aerospike.noship_recs_uninitialized_destination,gauge,,,,Number of records in the digest log not shipped because the destination cluster has not been initialized. Deprecated since 3.9,0,aerospike, +aerospike.noship_recs_unknown_namespace,gauge,,,,Number of records in the digest log not shipped because they belong to an unknown namespace (should never happen). Deprecated since 3.9,0,aerospike, +aerospike.proxy_action,gauge,,,,Number of proxy requests received from other nodes. Deprecated since 3.9,0,aerospike, +aerospike.proxy_initiate,gauge,,,,Number of scan requests initiated. Deprecated since 3.9,0,aerospike, +aerospike.proxy_retry,gauge,,,,Number of retried proxy requests to other nodes. Deprecated since 3.9,0,aerospike, +aerospike.proxy_retry_new_dest,gauge,,,,Number of proxy retries this node delivered to a new destination. Deprecated since 3.9,0,aerospike, +aerospike.proxy_retry_q_full,gauge,,,,Number of proxy retries failed because fabric queue was full. Deprecated since 3.9,0,aerospike, +aerospike.proxy_retry_same_dest,gauge,,,,Number of proxy retries this node delivered to the same destination. Deprecated since 3.9,0,aerospike, +aerospike.proxy_unproxy,gauge,,,,Number of re-executions (from scratch) because of unavailability of proxy node. Deprecated since 3.9,0,aerospike, +aerospike.query_abort,gauge,,,,Number of user aborted queries seen by this node. Deprecated since 3.9 ,0,aerospike, +aerospike.query_agg,gauge,,,,Number of aggregations run on this node seen by this node. Deprecated since 3.9,0,aerospike, +aerospike.query_agg_abort,gauge,,,,Number of aggregations aborted by the user seen by this node. Deprecated since 3.9,0,aerospike, +aerospike.query_agg_avg_rec_count,gauge,,,,Average number of records returned by aggregations seen by this node. Deprecated since 3.9,0,aerospike, +aerospike.query_agg_err,gauge,,,,Number of aggregations fail due to an internal error seen by this node. Deprecated since 3.9,0,aerospike, +aerospike.query_agg_success,gauge,,,,Number of aggregations which succeeded on this node without error seen by this node. Deprecated since 3.9,0,aerospike, +aerospike.query_avg_rec_count,gauge,,,,Average number of records returned of all queries which executed on this node. Deprecated since 3.9,0,aerospike, +aerospike.query_fail,gauge,,,,Number of queries which failed due to an internal error seen by this node. Deprecated since 3.9,0,aerospike, +aerospike.query_long_queue_full,gauge,,,,Number of long running queries queue full errors. Deprecated since 3.9,0,aerospike, +aerospike.query_long_reqs,gauge,,,,Number of long running queries currently in process. Deprecated since 3.9.,0,aerospike, +aerospike.query_long_running,gauge,,,,Number of long running queries ever attempted in the system (query selected record more than query_threshold).,0,aerospike, +aerospike.query_lookup_abort,gauge,,,,Number of user aborted look-ups seen by this node. Deprecated since 3.9 ,0,aerospike, +aerospike.query_lookup_avg_rec_count,gauge,,,,Average number of records returned by all look-ups seen by this node. Deprecated since 3.9,0,aerospike, +aerospike.query_lookup_err,gauge,,,,Number of look-ups fail due to an error seen by this node. Deprecated since 3.9,0,aerospike, +aerospike.query_lookups,gauge,,,,Number of look-ups performed by this node. Deprecated since 3.9,0,aerospike, +aerospike.query_lookup_success,gauge,,,,Number of look-ups which succeeded on this node. Deprecated since 3.9,0,aerospike, +aerospike.query_reqs,gauge,,,,Number of query requests received by this node. Deprecated since 3.9,0,aerospike, +aerospike.query_short_queue_full,gauge,,,,Number of short running queries queue full errors. Deprecated since 3.9,0,aerospike, +aerospike.query_short_reqs,gauge,,,,Number of short running queries currently in process. Deprecated since 3.9,0,aerospike, +aerospike.query_short_running,gauge,,,,Number of short running queries ever attempted in the system (query selected record less than query_threshold).,0,aerospike, +aerospike.query_success,gauge,,,,Number of queries succeeded on this node. Deprecated since 3.9,0,aerospike, +aerospike.query_tracked,gauge,,,,Number of queries which ran more than query untracked_time,0,aerospike, +aerospike.read_dup_prole,gauge,,,,Number of requests sent for duplicate resolution. Deprecated since 3.9,0,aerospike, +aerospike.reaped_fds,gauge,,,,Number of idle client connections closed.,0,aerospike, +aerospike.rw_err_ack_badnode,gauge,,,,Number of acknowledgments from unexpected nodes. Deprecated since 3.9,0,aerospike, +aerospike.rw_err_ack_internal,gauge,,,,Number of prole write acknowledgments failed due to internal errors. Deprecated since 3.9,0,aerospike, +aerospike.rw_err_ack_nomatch,gauge,,,,Number of prole write acknowledgments started but went amiss/have mismatched information. Deprecated since 3.9,0,aerospike, +aerospike.rw_err_dup_cluster_key,gauge,,,,Number of errors encountered during duplicate resolution because of cluster key mismatch. Deprecated since 3.9,0,aerospike, +aerospike.rw_err_dup_internal,gauge,,,,Number of errors encountered during duplicate resolutions. Deprecated since 3.9,0,aerospike, +aerospike.rw_err_dup_send,gauge,,,,Number of errors encountered during duplicate resolutions because of failure to send fabric messages. Deprecated since 3.9,0,aerospike, +aerospike.rw_err_write_cluster_key,gauge,,,,Number of replica write failures due to cluster key mismatch. Deprecated since 3.9,0,aerospike, +aerospike.rw_err_write_internal,gauge,,,,Number of write requests failed because of internal errors (code errors). Deprecated since 3.9,0,aerospike, +aerospike.rw_err_write_send,gauge,,,,Number of prole write acknowledgments fail because of failure in sending fabric message. Deprecated since 3.9,0,aerospike, +aerospike.scans_active,gauge,,,,Number of scans currently active.,0,aerospike, +aerospike.sindex_gc_activity_dur,gauge,,millisecond,,Sum of sindex GC thread activity. Deprecated since 3.14,0,aerospike, +aerospike.sindex_gc_garbage_cleaned,gauge,,,,Sum of secondary index garbage entries cleaned by sindex GC.,0,aerospike, +aerospike.sindex_gc_garbage_found,gauge,,,,Sum of secondary index garbage entries found by sindex GC.,0,aerospike, +aerospike.sindex_gc_inactivity_dur,gauge,,millisecond,,Sum of sindex GC thread inactivity. Deprecated since 3.14,0,aerospike, +aerospike.sindex_gc_list_creation_time,gauge,,millisecond,,Sum of time spent in finding secondary index garbage entries by sindex GC. Deprecated since 3.14,0,aerospike, +aerospike.sindex_gc_list_deletion_time,gauge,,millisecond,,Sum of time spent in cleaning sindex garbage entries by sindex GC,0,aerospike, +aerospike.sindex_gc_locktimedout,gauge,,,,Number of times sindex gc iteration timed out waiting for partition lock.,0,aerospike, +aerospike.sindex_gc_objects_validated,gauge,,,,Number of secondary index entries processed by sindex GC.,0,aerospike, +aerospike.sindex_ucgarbage_found,gauge,,,,Number of un-cleanable garbage entries in the sindexes encountered through queries.,0,aerospike, +aerospike.stat_cluster_key_err_ack_dup_trans_reenqueue,gauge,,,,Number of duplicate trans re-enqueued because of cluster key mismatch. Deprecated since 3.9,0,aerospike, +aerospike.stat_cluster_key_err_ack_rw_trans_reenqueue,gauge,,,,Number of Read/Write trans re-enqueued because of cluster key mismatch. Deprecated,0,aerospike, +aerospike.stat_cluster_key_partition_transaction_queue_count,gauge,,,,Number of times a prole write was retried as a result of a cluster key mismatch. Deprecated,0,aerospike, +aerospike.stat_cluster_key_prole_retry,gauge,,,,Number of times a prole write was retried as a result of a cluster key mismatch. Deprecated,0,aerospike, +aerospike.stat_cluster_key_regular_processed,gauge,,,,Number of successful transactions that passed the cluster key test. Deprecated,0,aerospike, +aerospike.stat_cluster_key_transaction_reenqueue,gauge,,,,Deprecated/unused,0,aerospike, +aerospike.stat_cluster_key_trans_to_proxy_retry,gauge,,,,Number of times a proxy was redirected. Deprecated,0,aerospike, +aerospike.stat_deleted_set_objects,gauge,,,,Number of deleted set objects as result of a 'set-delete' command. Deprecated since 3.9,0,aerospike, +aerospike.stat_delete_success,gauge,,,,Number of successful record deletes. Deprecated since 3.9,0,aerospike, +aerospike.stat_duplicate_operation,gauge,,,,Number of read/write transactions which require duplicate resolution. Deprecated since 3.9,0,aerospike, +aerospike.stat_evicted_objects,gauge,,,,Number of objects evicted. Deprecated since 3.9,0,aerospike, +aerospike.stat_expired_objects,gauge,,,,Number of objects expired. Deprecated since 3.9,0,aerospike, +aerospike.stat_ldt_proxy,gauge,,,,Number of proxies for LDT records. Deprecated since 3.9,0,aerospike, +aerospike.stat_nsup_deletes_not_shipped,gauge,,,,Number of deletes resulting from eviction/expiration etc. that are not shipped. Deprecated since 3.9,0,aerospike, +aerospike.stat_evicted_set_objects,gauge,,,,Number of objects evicted from a Set due to set limits defined in Aerospike configuration. Deprecated,0,aerospike, +aerospike.stat_proxy_errs,gauge,,,,Number of proxy requests returning errors. Deprecated since 3.9,0,aerospike, +aerospike.stat_proxy_reqs,gauge,,,,Number of proxy requests attempted. Deprecated since 3.9,0,aerospike, +aerospike.stat_proxy_reqs_xdr,gauge,,,,Number of XDR operations that resulted in proxies. Deprecated since 3.9,0,aerospike, +aerospike.stat_proxy_success,gauge,,,,Number of proxy requests served successfully. Deprecated since 3.9,0,aerospike, +aerospike.stat_read_errs_notfound,gauge,,,,Number of read requests resulting in error : 'key not found'. Deprecated since 3.9,0,aerospike, +aerospike.stat_read_errs_other,gauge,,,,Number of read requests resulting in other errors. Deprecated since 3.9,0,aerospike, +aerospike.stat_read_reqs,gauge,,,,Number of total read requests attempted. Deprecated since 3.9,0,aerospike, +aerospike.stat_read_reqs_xdr,gauge,,,,Number of XDR read requests attempted. Deprecated since 3.9,0,aerospike, +aerospike.stat_read_success,gauge,,,,Number of read requests successful. Deprecated since 3.9,0,aerospike, +aerospike.stat_recs_inflight,gauge,,,,,0,aerospike, +aerospike.stat_recs_linkdown_processed,gauge,,,,,0,aerospike, +aerospike.stat_recs_logged,gauge,,,,Number of records logged into digest log. Deprecated since 3.9,0,aerospike, +aerospike.stat_recs_logged_master,gauge,,,,,0,aerospike, +aerospike.stat_recs_outstanding,gauge,,,,Number of outstanding records not yet processed by the main thread. Deprecated since 3.9,0,aerospike, +aerospike.stat_recs_relogged,gauge,,,,Number of records relogged by this node into the digest log due to temporary issues when attempting to ship. Deprecated since 3.9,0,aerospike, +aerospike.stat_recs_relogged_incoming,gauge,,,, Number of records relogged into this node's digest log by another node. Deprecated since 3.9,0,aerospike, +aerospike.stat_recs_relogged_outgoing,gauge,,,,Number of records relogged to another node's digest log. Deprecated since 3.9,0,aerospike, +aerospike.stat_recs_replprocessed,gauge,,,,Number of records processed for a node in the cluster that is not the local node. Deprecated since 3.9,0,aerospike, +aerospike.stat_recs_shipped,gauge,,,,Number of records shipped to remote Aerospike clusters. Includes errors. Deprecated since 3.9,0,aerospike, +aerospike.stat_recs_shipped_binlevel,gauge,,,,Number of records that took advantage of bin level shipping. Deprecated since 3.9,0,aerospike, +aerospike.stat_recs_shipped_ok,gauge,,,,Number of records successfully shipped to remote Aerospike clusters. Deprecated since 3.9,0,aerospike, +aerospike.stat_rw_timeout,gauge,,,,Number of read and write requests failed because of timeout on the server. Deprecated since 3.9,0,aerospike, +aerospike.stat_slow_trans_queue_batch_pop,gauge,,,,Number of times we moved a batch of trans from slow queue to fast queue. Deprecated,0,aerospike, +aerospike.stat_slow_trans_queue_pop,gauge,,,,Number of trans that were moved from slow queue to fast queue. Deprecated,0,aerospike, +aerospike.stat_slow_trans_queue_push,gauge,,,,Number of trans that we pushed onto the slow queue. Deprecated,0,aerospike, +aerospike.stat_write_errs,gauge,,,,Number of write requests resulting in errors. Deprecated since 3.9,0,aerospike, +aerospike.stat_write_errs_notfound,gauge,,,,Number of errors returning key not found on a write request. Deprecated since 3.9,0,aerospike, +aerospike.stat_write_errs_other,gauge,,,,Number of non 'not found' errors on a write requests. Deprecated since 3.9,0,aerospike, +aerospike.stat_write_reqs,gauge,,,,Number of total writes requests attempted. Deprecated since 3.9,0,aerospike, +aerospike.stat_write_reqs_xdr,gauge,,,,Number of write requests from XDR. Deprecated since 3.9,0,aerospike, +aerospike.stat_write_success,gauge,,,,Number of write requests successful. Deprecated since 3.9,0,aerospike, +aerospike.stat_xdr_pipe_miss,gauge,,,,Number of log records that couldn't be written to the named pipe by the server. Generally happens when XDR end of pipe is closed. Deprecated since 3.8.1,0,aerospike, +aerospike.stat_xdr_pipe_writes,gauge,,,,Number of log records that were written to the named pipe by the server. Deprecated since 3.8.1,0,aerospike, +aerospike.stat_zero_bin_records,gauge,,,,Number of write_requests that failed because of zero bin records. Deprecated since 3.9,0,aerospike, +aerospike.storage_defrag_corrupt_record,gauge,,,,Number of times the defrag thread encountered invalid records. Deprecated since 3.9,0,aerospike, +aerospike.transactions,gauge,,,,Total number of transactions executed by this node -- includes all reads/writes/info commands. Deprecated since 3.9,0,aerospike, +aerospike.tscan_aborted,gauge,,,,Number of scans that were aborted. Deprecated as of 3.6.0.,0,aerospike, +aerospike.tscan_initiate,gauge,,,,Number of new scan requests initiated. Deprecated as of 3.6.0.,0,aerospike, +aerospike.tscan_pending,gauge,,,,Number of scan requests pending. Deprecated as of 3.6.0.,0,aerospike, +aerospike.tscan_succeeded,gauge,,,,Number of scan requests that have successfully finished. Deprecated as of 3.6.0.,0,aerospike, +aerospike.udf_bg_scans_succeeded,gauge,,,,Number of scan background udf jobs that completed. Deprecated since 3.9,0,aerospike, +aerospike.udf_bg_scans_failed,gauge,,,,Number of scan background udf jobs that failed. Deprecated since 3.9,0,aerospike, +aerospike.udf_delete_err_others,gauge,,,,Number of errors encountered during UDF delete. Deprecated since 3.9,0,aerospike, +aerospike.udf_delete_reqs,gauge,,,,Number of UDF delete requests attempted. Deprecated since 3.9,0,aerospike, +aerospike.udf_delete_success,gauge,,,,Number of successful UDF delete operations. Deprecated since 3.9,0,aerospike, +aerospike.udf_lua_errs,gauge,,,,Number of overall Lua errors. Deprecated since 3.9,0,aerospike, +aerospike.udf_query_rec_reqs,gauge,,,,Number of record UDF calls in a query background udf job. Deprecated since 3.9,0,aerospike, +aerospike.udf_read_errs_other,gauge,,,,Number of unsuccessful UDF read operations. Deprecated since 3.9,0,aerospike, +aerospike.udf_read_reqs,gauge,,,,Number of UDF read requests attempted. Deprecated since 3.9,0,aerospike, +aerospike.udf_read_success,gauge,,,,Number of successful UDF read operations. Deprecated since 3.9,0,aerospike, +aerospike.udf_replica_writes,gauge,,,,Number of UDF replica writes. Deprecated since 3.9,0,aerospike, +aerospike.udf_scan_rec_reqs,gauge,,,,Number of record UDF calls in a scan background udf job. Deprecated since 3.9,0,aerospike, +aerospike.udf_write_err_others,gauge,,,,Number of unsuccessful UDF write operations. Deprecated since 3.9,0,aerospike, +aerospike.udf_write_reqs,gauge,,,,Number of UDF write requests attempted. Deprecated since 3.9,0,aerospike, +aerospike.udf_write_success,gauge,,,,Number of successful UDF write operations. Deprecated since 3.9,0,aerospike, +aerospike.write_master,gauge,,,,Number of master writes performed by this node. Deprecated since 3.9,0,aerospike, +aerospike.write_prole,gauge,,,,Number of prole (replica) writes performed by this node. Deprecated since 3.9,0,aerospike, +aerospike.xdr_deletes_canceled,gauge,,,,Number of delete operations that were not shipped because the record reappeared on the local server. Deprecated since 3.9,0,aerospike, +aerospike.xdr_deletes_shipped,gauge,,,,Number of delete operations that were successfully shipped. Deprecated since 3.9,0,aerospike, +aerospike.xdr_hotkey_fetch,gauge,,,,The number of record's digest that are actually shipped because their cache entries expired and were dirty. Should be interpreted in conjunction with xdr_hotkey_skip,0,aerospike, +aerospike.xdr_hotkey_skip,gauge,,,,The number of record's digests that are skipped due to an already existing entry in the reader's thread cache (meaning a version of this record was just shipped). Should be interpreted in conjunction with xdr_hotkey_fetch,0,aerospike, +aerospike.xdr_queue_overflow_error,gauge,,,,Number of XDR queue overflow errors. Typically happens when there are no physical space available on the storage holding the digest log or if the writes are happening at such a rate that elements are not written fast enough to the digest log.,0,aerospike, +aerospike.xdr_read_error,gauge,,,,Number of read requests initiated by XDR that failed.,0,aerospike, +aerospike.xdr_read_not_found,gauge,,,,Number of read requests initiated by XDR that were not found.,0,aerospike, +aerospike.xdr_read_reqq_used,gauge,,,,How many digest log entries are currently in the XDR read threads queues.,0,aerospike, +aerospike.xdr_read_respq_used,gauge,,,,How many entries are being used in the XDR read response queues.,0,aerospike, +aerospike.xdr_read_success,gauge,,,,Number of read requests initiated by XDR that succeeded.,0,aerospike, +aerospike.xdr_relogged_incoming,gauge,,,,Number of records relogged into this node's digest log by another node.,0,aerospike, +aerospike.xdr_relogged_outgoing,gauge,,,,Number of records relogged to another node's digest log.,0,aerospike, +aerospike.xdr_ship_bytes,gauge,,,,Estimated number of bytes XDR has shipped to remote clusters.,0,aerospike, +aerospike.xdr_ship_delete_success,gauge,,,,Number of delete operations that were successfully shipped.,0,aerospike, +aerospike.xdr_ship_destination_error,gauge,,,,Number of errors from the remote cluster(s) while shipping records.,0,aerospike, +aerospike.xdr_ship_inflight_objects,gauge,,,,Number of objects that are inflight (which have been shipped but for which a response from the remote DC has not yet been received).,0,aerospike, +aerospike.xdr_ship_full_record,gauge,,,,Number of records that did not take advantage of bin level shipping,0,aerospike, +aerospike.xdr_ship_outstanding_objects,gauge,,,,Number of outstanding records not yet processed. ,0,aerospike, +aerospike.xdr_ship_source_error,gauge,,,,Number of client layer errors while shipping records.,0,aerospike, +aerospike.xdr_ship_success,gauge,,,,Number of records successfully shipped to remote Aerospike clusters. Across all datacenters meaning one record successfully shipped to 3 different datacenters will increment this counter by 3,0,aerospike, +aerospike.xdr_uninitialized_destination_error,gauge,,,,Number of records in the digest log not shipped because the destination cluster has not been initialized for a DC that is configured for a namespace.,0,aerospike, +aerospike.xdr_unknown_namespace_error,gauge,,,,Number of records in the digest log not shipped because they belong to an unknown namespace on the source cluster.,0,aerospike, +aerospike.xdr_uptime,gauge,,second,,Time the XDR process has been running. Deprecated in 3.11.1.1,0,aerospike, +aerospike.namespace.available-bin-names,gauge,,,,Remaining number of unique bins that the user can create for this namespace.,0,aerospike, +aerospike.namespace.available_bin_names,gauge,,,,Remaining number of unique bins that the user can create for this namespace.,0,aerospike, +aerospike.namespace.current-time,gauge,,,,Current time represented as Aerospike epoch time.,0,aerospike, +aerospike.namespace.current_time,gauge,,,,Current time represented as Aerospike epoch time.,0,aerospike, +aerospike.namespace.ldc-gc-rate,gauge,,,,,0,aerospike, +aerospike.namespace.master-objects,gauge,,,,Number of records on this node which are active masters.,0,aerospike, +aerospike.namespace.master_objects,gauge,,,,Number of records on this node which are active masters.,0,aerospike, +aerospike.namespace.master-sub-objects,gauge,,,,Number of LDT sub-records on this node which are active masters.,0,aerospike, +aerospike.namespace.master_sub_objects,gauge,,,,Number of LDT sub-records on this node which are active masters.,0,aerospike, +aerospike.namespace.max-evicted-ttl,gauge,,,,The highest record TTL that Aerospike has evicted from this namespace.,0,aerospike, +aerospike.namespace.max_evicted_ttl,gauge,,,,The highest record TTL that Aerospike has evicted from this namespace.,0,aerospike, +aerospike.namespace.max-void-time,gauge,,,,Maximum record TTL ever inserted into this namespace,0,aerospike, +aerospike.namespace.max_void_time,gauge,,,,Maximum record TTL ever inserted into this namespace,0,aerospike, +aerospike.namespace.migrate-rx-instance-count,gauge,,,,Number of instance objects managing immigrations,0,aerospike, +aerospike.namespace.migrate_rx_instance_count,gauge,,,,Number of instance objects managing immigrations,0,aerospike, +aerospike.namespace.migrate-rx-partitions-active,gauge,,,,Number of partitions currently immigrating to this node.,0,aerospike, +aerospike.namespace.migrate_rx_partitions_active,gauge,,,,Number of partitions currently immigrating to this node.,0,aerospike, +aerospike.namespace.migrate-rx-partitions-initial,gauge,,,,Total number of migrations this node will receive during the current migration cycle for this namespace.,0,aerospike, +aerospike.namespace.migrate_rx_partitions_initial,gauge,,,,Total number of migrations this node will receive during the current migration cycle for this namespace.,0,aerospike, +aerospike.namespace.migrate-rx-partitions-remaining,gauge,,,,Number of migrations this node has not yet received during the current migration cycle for this namespace.,0,aerospike, +aerospike.namespace.migrate_rx_partitions_remaining,gauge,,,,Number of migrations this node has not yet received during the current migration cycle for this namespace.,0,aerospike, +aerospike.namespace.migrate-tx-instance-count,gauge,,,,Number of instance objects managing emigrations.,0,aerospike, +aerospike.namespace.migrate_tx_instance_count,gauge,,,,Number of instance objects managing emigrations.,0,aerospike, +aerospike.namespace.migrate-tx-partitions-active,gauge,,,,Number of partitions currently emigrating from this node.,0,aerospike, +aerospike.namespace.migrate_tx_partitions_active,gauge,,,,Number of partitions currently emigrating from this node.,0,aerospike, +aerospike.namespace.migrate-tx-partitions-imbalance,gauge,,,,Number of partition migrations failures which could lead to partitions being imbalanced.,0,aerospike, +aerospike.namespace.migrate_tx_partitions_imbalance,gauge,,,,Number of partition migrations failures which could lead to partitions being imbalanced.,0,aerospike, +aerospike.namespace.migrate-tx-partitions-initial,gauge,,,,Total number of migrations this node will send during the current migration cycle for this namespace.,0,aerospike, +aerospike.namespace.migrate_tx_partitions_initial,gauge,,,,Total number of migrations this node will send during the current migration cycle for this namespace.,0,aerospike, +aerospike.namespace.migrate-tx-partitions-remaining,gauge,,,,Number of migrations this node not yet sent during the current migration cycle for this namespace.,0,aerospike, +aerospike.namespace.migrate_tx_partitions_remaining,gauge,,,,Number of migrations this node not yet sent during the current migration cycle for this namespace.,0,aerospike, +aerospike.namespace.non-expirable-objects,gauge,,,,Number of records in this namespace with non-expirable TTLs (TTLs of value 0).,0,aerospike, +aerospike.namespace.non_expirable_objects,gauge,,,,Number of records in this namespace with non-expirable TTLs (TTLs of value 0).,0,aerospike, +aerospike.namespace.nsup-cycle-duration,gauge,,millisecond,,Length of the last nsup cycle.,0,aerospike, +aerospike.namespace.nsup_cycle_duration,gauge,,millisecond,,Length of the last nsup cycle.,0,aerospike, +aerospike.namespace.objects,gauge,,record,,Number of records in this namespace for this node. Does not include tombstones.,0,aerospike,Namespace Objects +aerospike.namespace.obj-size-hist-max,gauge,,,,,0,aerospike, +aerospike.namespace.obj_size_hist_max,gauge,,,,,0,aerospike, +aerospike.namespace.prole-objects,gauge,,record,,Number of records on this node which are proles (replicas) on this node. Does not include tombstones.,0,aerospike, +aerospike.namespace.prole_objects,gauge,,record,,Number of records on this node which are proles (replicas) on this node. Does not include tombstones.,0,aerospike, +aerospike.namespace.prole-sub-objects,gauge,,record,,Number of LDT sub records on this node which are proles (replicas) on this node.,0,aerospike, +aerospike.namespace.prole_sub_objects,gauge,,record,,Number of LDT sub records on this node which are proles (replicas) on this node.,0,aerospike, +aerospike.namespace.repl-factor,gauge,,,,The effective replication factor for the namespace,0,aerospike, +aerospike.namespace.repl_factor,gauge,,,,The effective replication factor for the namespace,0,aerospike, +aerospike.namespace.sindex.num-partitions,gauge,,,,,0,aerospike, +aerospike.namespace.sub-objects,gauge,,,,,0,aerospike, +aerospike.namespace.sub_objects,gauge,,,,,0,aerospike, +aerospike.namespace.tombstones,gauge,,,,Total number tombstones in this namespace on this node.,0,aerospike,Namespace Tombstones +aerospike.namespace.data-used-bytes-memory,gauge,,bytes,,Amount of memory occupied by data. Deprecated since 3.9,0,aerospike, +aerospike.namespace.device_total_bytes,gauge,,bytes,,Total bytes of disk space allocated to this namespace on this node.,0,aerospike, +aerospike.namespace.device_used_bytes,gauge,,bytes,,Total bytes of disk space used by this namespace on this node. Deprecated since 3.9,0,aerospike, +aerospike.namespace.index-used-bytes-memory,gauge,,bytes,,Amount of memory occupied by the index for this namespace. Deprecated since 3.9,0,aerospike, +aerospike.namespace.memory_used_bytes,gauge,,bytes,,Total bytes of memory used by this namespace on this node.,0,aerospike, +aerospike.namespace.memory_used_data_bytes,gauge,,bytes,,Amount of memory occupied by data.,0,aerospike, +aerospike.namespace.memory_used_index_bytes,gauge,,bytes,,Amount of memory occupied by the index for this namespace.,0,aerospike, +aerospike.namespace.memory_used_sindex_bytes,gauge,,bytes,,Amount of memory occupied by secondary indexes for this namespace on this node.,0,aerospike, +aerospike.namespace.sindex-used-bytes-memory,gauge,,bytes,,Amount of memory occupied by secondary indexes for this namespace on this node. Deprecated since 3.9,0,aerospike, +aerospike.namespace.total-bytes-disk,gauge,,bytes,,Total bytes of disk space allocated to this namespace on this node. Deprecated since 3.9,0,aerospike, +aerospike.namespace.total-bytes-memory,gauge,,bytes,,Total bytes of memory allocated to this namespace on this node. Deprecated since 3.9,0,aerospike, +aerospike.namespace.used-bytes-disk,gauge,,bytes,,Total bytes of disk space used by this namespace on this node. Deprecated since 3.9,0,aerospike, +aerospike.namespace.used-bytes-memory,gauge,,bytes,,Total bytes of memory used by this namespace on this node. Deprecated since 3.9,0,aerospike, +aerospike.namespace.hwm-breached,gauge,,,,If true Aerospike has breached 'high-water-[disk|memory]-pct' for this namespace. Deprecated since 3.9,0,aerospike, +aerospike.namespace.hwm_breached,gauge,,,,If true Aerospike has breached 'high-water-[disk|memory]-pct' for this namespace.,0,aerospike, +aerospike.namespace.stop_writes,gauge,,,,If true this namespace is currently not allowing writes.,0,aerospike, +aerospike.namespace.available_pct,gauge,,percent,,Measures the minimum contiguous disk space for all disks in a namespace. Deprecated since 3.9,0,aerospike, +aerospike.namespace.cache-read-pct,gauge,,percent,,Percentage of read transactions that are hitting the post write queue and will save an io to the underlying storage device. Deprecated since 3.9,0,aerospike, +aerospike.namespace.cache_read_pct,gauge,,percent,,Percentage of read transactions that are hitting the post write queue and will save an io to the underlying storage device.,0,aerospike, +aerospike.namespace.device_available_pct,gauge,,percent,,Measures the minimum contiguous disk space for all disks in a namespace.,0,aerospike, +aerospike.namespace.device_free_pct,gauge,,percent,,Percentage of disk capacity free for this namespace. This is the amount of free storage across all devices in the namespace.,0,aerospike, +aerospike.namespace.free-pct-disk,gauge,,percent,,Percentage of disk capacity free for this namespace. Deprecated since 3.9,0,aerospike, +aerospike.namespace.memory_free_pct,gauge,,percent,,Percentage of memory capacity free for this namespace.,0,aerospike, +aerospike.namespace.free-pct-memory,gauge,,percent,,Percentage of memory capacity free for this namespace. Deprecated since 3.9,0,aerospike, +aerospike.namespace.nsup-cycle-sleep-pct,gauge,,percent,,Percent time spent sleeping in the last nsup cycle. Deprecated since 3.9,0,aerospike, +aerospike.namespace.nsup_cycle_sleep_pct,gauge,,percent,,Percent time spent sleeping in the last nsup cycle.,0,aerospike, +aerospike.namespace.batch_sub_proxy_complete,gauge,,,,Number of proxied batch-index sub transactions that completed.,0,aerospike, +aerospike.namespace.batch_sub_proxy_error,gauge,,,,Number of proxied batch-index sub transactions that failed with an error.,0,aerospike, +aerospike.namespace.batch_sub_proxy_timeout,gauge,,,,Number of proxied batch-index sub transactions that timed out.,0,aerospike, +aerospike.namespace.batch_sub_read_error,gauge,,,,Number of batch-index read sub transaction that failed with an error.,0,aerospike, +aerospike.namespace.batch_sub_read_not_found,gauge,,,,Number of batch-index read sub transaction that resulted in not found.,0,aerospike, +aerospike.namespace.batch_sub_read_success,gauge,,,,Number of successful batch-index read sub transactions.,0,aerospike, +aerospike.namespace.batch_sub_read_timeout,gauge,,,,Number of batch-index read sub transactions that timed out.,0,aerospike, +aerospike.namespace.batch_sub_tsvc_error,gauge,,,,Number of batch-index read sub transactions that failed with an error in the transaction service before attempting to handle the transaction.,0,aerospike, +aerospike.namespace.batch_sub_tsvc_timeout,gauge,,,,Number of batch-index read sub transactions that timed out in the transaction service before attempting to handle the transaction.,0,aerospike, +aerospike.namespace.client_delete_error,gauge,,,,Number of client delete transactions that failed with an error.,0,aerospike, +aerospike.namespace.client_delete_not_found,gauge,,,,Number of client delete transactions that resulted in a not found.,0,aerospike, +aerospike.namespace.client_delete_success,gauge,,,,Number of successful client delete transactions.,0,aerospike, +aerospike.namespace.client_delete_timeout,gauge,,,,Number of client delete transactions that timed out.,0,aerospike, +aerospike.namespace.client_lang_delete_success,gauge,,,,Number of client initiated udf transactions that successfully deleted a record.,0,aerospike, +aerospike.namespace.client_lang_error,gauge,,,,Number of client initiated udf transactions that failed with an error.,0,aerospike, +aerospike.namespace.client_lang_read_success,gauge,,,,Number of successful client initiated udf read transactions.,0,aerospike, +aerospike.namespace.client_lang_write_success,gauge,,,,Number of successful client initiated udf write transactions.,0,aerospike, +aerospike.namespace.client_proxy_complete,gauge,,,,Number of completed proxy transactions initiated by a client request.,0,aerospike, +aerospike.namespace.client_proxy_error,gauge,,,,Number of proxy transactions initiated by a client request that failed with an error.,0,aerospike, +aerospike.namespace.client_proxy_timeout,gauge,,,,Number of proxy transactions initiated by a client request that timed out.,0,aerospike, +aerospike.namespace.client_read_error,gauge,,,,Number of client read transaction errors.,0,aerospike, +aerospike.namespace.client_read_not_found,gauge,,,,Number of client read transaction that resulted in not found.,0,aerospike, +aerospike.namespace.client_read_success,gauge,,,,Number of successful client read transactions.,0,aerospike, +aerospike.namespace.client_read_timeout,gauge,,,,Number of client read transaction that timed out.,0,aerospike, +aerospike.namespace.client_tsvc_error,gauge,,,,Number of client transactions that failed in the transaction service before attempting to handle the transaction. ,0,aerospike, +aerospike.namespace.client_tsvc_timeout,gauge,,,,Number of client transactions that timed out while in the transaction service before attempting to handle the transaction.,0,aerospike, +aerospike.namespace.client_udf_complete,gauge,,,,Number of completed udf transactions initiated by the client.,0,aerospike, +aerospike.namespace.client_udf_error,gauge,,,,Number of failed udf transactions initiated by the client.,0,aerospike, +aerospike.namespace.client_udf_timeout,gauge,,,,Number of udf transactions initiated by the client that timed out.,0,aerospike, +aerospike.namespace.client_write_error,gauge,,,,Number of client write transactions that failed with an error.,0,aerospike, +aerospike.namespace.client_write_success,gauge,,,,Number of successful client write transactions.,0,aerospike, +aerospike.namespace.client_write_timeout,gauge,,,,Number of client write transactions that timed out.,0,aerospike, +aerospike.namespace.evicted-objects,gauge,,,,Number of objects evicted from this namespace on this node since the server started. Deprecated since 3.9,0,aerospike, +aerospike.namespace.evicted_objects,gauge,,,,Number of objects evicted from this namespace on this node since the server started.,0,aerospike, +aerospike.namespace.evict_ttl,gauge,,,,The current eviction depth or the highest ttl of records that have been evicted.,0,aerospike, +aerospike.namespace.expired-objects,gauge,,,,Number of objects expired from this namespace on this node since the server started. Deprecated since 3.9,0,aerospike, +aerospike.namespace.expired_objects,gauge,,,,Number of objects expired from this namespace on this node since the server started.,0,aerospike, +aerospike.namespace.fail_generation,gauge,,,,Number of read/write transactions failed on generation check.,0,aerospike, +aerospike.namespace.fail_key_busy,gauge,,,,Number of read/write transactions failed on 'hot keys'. ,0,aerospike, +aerospike.namespace.fail_record_too_big,gauge,,,,Number of read/write transactions failed due to record too big (above the write-block-size limit). ,0,aerospike, +aerospike.namespace.fail_xdr_forbidden,gauge,,,,Number of read/write transactions failed due to configuration restriction.,0,aerospike, +aerospike.namespace.geo_region_query_cells,gauge,,,,,0,aerospike, +aerospike.namespace.geo_region_query_falsepos,gauge,,,,,0,aerospike, +aerospike.namespace.geo_region_query_points,gauge,,,,,0,aerospike, +aerospike.namespace.geo_region_query_reqs,gauge,,,,,0,aerospike, +aerospike.namespace.ldt_deletes,gauge,,,,Number of LDT delete operations.,0,aerospike, +aerospike.namespace.ldt_delete_success,gauge,,,,Number of successful LDT delete operations.,0,aerospike, +aerospike.namespace.ldt_errors,gauge,,,,Number of LDT errors.,0,aerospike, +aerospike.namespace.ldt_reads,gauge,,,,Number of LDT read operations.,0,aerospike, +aerospike.namespace.ldt_read_success,gauge,,,,Number of successful LDT read operations.,0,aerospike, +aerospike.namespace.ldt_updates,gauge,,,,Number of LDT update operations.,0,aerospike, +aerospike.namespace.ldt_writes,gauge,,,,Number of LDT write operations.,0,aerospike, +aerospike.namespace.ldt_write_success,gauge,,,,Number of successful LDT write operations,0,aerospike, +aerospike.namespace.migrate-record-receives,gauge,,,,Number of record insert request received by immigration. Deprecated since 3.9,0,aerospike, +aerospike.namespace.migrate_record_receives,gauge,,,,Number of record insert request received by immigration.,0,aerospike, +aerospike.namespace.migrate-record-retransmits,gauge,,,,Number of times emigration has retransmitted records. Deprecated since 3.9,0,aerospike, +aerospike.namespace.migrate_record_retransmits,gauge,,,,Number of times emigration has retransmitted records.,0,aerospike, +aerospike.namespace.migrate-records-skipped,gauge,,,,Number of times emigration did not ship a record because the remote node was already up-to-date. Deprecated since 3.9,0,aerospike, +aerospike.namespace.migrate_records_skipped,gauge,,,,Number of times emigration did not ship a record because the remote node was already up-to-date.,0,aerospike, +aerospike.namespace.migrate-records-transmitted,gauge,,,,Number of records emigration has read and sent. Deprecated since 3.9,0,aerospike, +aerospike.namespace.migrate_records_transmitted,gauge,,,,Number of records emigration has read and sent.,0,aerospike, +aerospike.namespace.query_abort,gauge,,,,Number of user aborted queries seen by this node. Deprecated since 3.9,0,aerospike, +aerospike.namespace.query_agg,gauge,,,,Number of aggregations run on this node seen by this node.,0,aerospike, +aerospike.namespace.query_agg_abort,gauge,,,,Number of query aggregations aborted by the user seen by this node.,0,aerospike, +aerospike.namespace.query_agg_avg_rec_count,gauge,,,,Average number of records returned by the aggregations underlying query.,0,aerospike, +aerospike.namespace.query_agg_error,gauge,,,,Number of query aggregations errors due to an internal error.,0,aerospike, +aerospike.namespace.query_agg_success,gauge,,,,Number of query aggregations completed on this node.,0,aerospike, +aerospike.namespace.query_avg_rec_count,gauge,,,,Average number of records returned by the all queries against this secondary index (combinesquery_agg_avg_rec_count and query_lookup_avg_rec_count).,0,aerospike, +aerospike.namespace.query_fail,gauge,,,,Number of queries which failed due to an internal error. Those are failures not part of query lookup (see query_lookup_error) query aggregation (see query_agg_error) or query background udf (see query_udf_bg_failure).,0,aerospike, +aerospike.namespace.query_long_queue_full,gauge,,,,Number of long running queries queue full errors.,0,aerospike, +aerospike.namespace.query_long_reqs,gauge,,,,Number of long running queries currently in process.,0,aerospike, +aerospike.namespace.query_lookup_abort,gauge,,,,Number of user aborted secondary index queries.,0,aerospike, +aerospike.namespace.query_lookup_avg_rec_count,gauge,,,,Average number of records returned by all secondary index query look-ups.,0,aerospike, +aerospike.namespace.query_lookup_err,gauge,,,,Number of secondary index query look-up errors.,0,aerospike, +aerospike.namespace.query_lookup_success,gauge,,,,Number of secondary index look-ups which succeeded.,0,aerospike, +aerospike.namespace.query_lookups,gauge,,,,Number of secondary index lookups attempted on this node.,0,aerospike, +aerospike.namespace.query_reqs,gauge,,,,Number of query requests ever attempted on this node. Combines query_agg and query_lookups. Even very early failures would be counted here as opposed to query_short_running and query_long_running which would increment a bit later.,0,aerospike, +aerospike.namespace.query_short_queue_full,gauge,,,,Number of short running queries queue full errors.,0,aerospike, +aerospike.namespace.query_short_reqs,gauge,,,,Number of short running queries currently in process.,0,aerospike, +aerospike.namespace.query_udf_bg_failure,gauge,,,,Number of udf background queries that failed on this node.,0,aerospike, +aerospike.namespace.query_udf_bg_success,gauge,,,,Number of udf background queries that completed on this node.,0,aerospike, +aerospike.namespace.scan_aggr_abort,gauge,,,,Number of scan aggregations that were aborted.,0,aerospike, +aerospike.namespace.scan_aggr_complete,gauge,,,,Number of aggregation scans that completed successfully,0,aerospike, +aerospike.namespace.scan_aggr_error,gauge,,,,Number of scans aborted.,0,aerospike, +aerospike.namespace.scan_basic_abort,gauge,,,,Number of basic scans that were aborted.,0,aerospike, +aerospike.namespace.scan_basic_complete,gauge,,,,Number of basic scans that completed.,0,aerospike, +aerospike.namespace.scan_basic_error,gauge,,,,Number of basic scans that failed.,0,aerospike, +aerospike.namespace.scan_udf_bg_abort,gauge,,,,Number of scan background udf that were aborted.,0,aerospike, +aerospike.namespace.scan_udf_bg_complete,gauge,,,,Number of scan background udf that completed.,0,aerospike, +aerospike.namespace.scan_udf_bg_error,gauge,,,,Number of scan background udf that failed.,0,aerospike, +aerospike.namespace.set-deleted-objects,gauge,,,,Number of records deleted by a set. Deprecated since 3.9,0,aerospike, +aerospike.namespace.set_deleted_objects,gauge,,,,Number of records deleted by a set.,0,aerospike, +aerospike.namespace.set-evicted-objects,gauge,,,,Number of objects evicted from this namespace on this node since the server started. Deprecated since 3.9,0,aerospike, +aerospike.namespace.udf_sub_lang_delete_success,gauge,,,,Number of successful udf delete sub-transactions (for scan/query background udf jobs).,0,aerospike, +aerospike.namespace.udf_sub_lang_error,gauge,,,,Number of udf sub-transactions errors (for scan/query background udf jobs).,0,aerospike, +aerospike.namespace.udf_sub_lang_read_success,gauge,,,,Number of successful udf read sub-transactions (for scan/query background udf jobs). ,0,aerospike, +aerospike.namespace.udf_sub_lang_write_success,gauge,,,,Number of successful udf write sub-transactions (for scan/query background udf jobs).,0,aerospike, +aerospike.namespace.udf_sub_udf_complete,gauge,,,,Number of completed udf sub-transactions (for scan/query background udf jobs).,0,aerospike, +aerospike.namespace.udf_sub_udf_error,gauge,,,,Number of failed udf sub-transactions (for scan/query background udf jobs).,0,aerospike, +aerospike.namespace.udf_sub_udf_timeout,gauge,,,,Number of udf sub-transactions that timed out (for scan/query background udf jobs).,0,aerospike, +aerospike.namespace.udf_sub_tsvc_error,gauge,,,,Number of udf sub transactions that failed with an error in the transaction service before attempting to handle the transaction (for scan/query background udf jobs).,0,aerospike, +aerospike.namespace.udf_sub_tsvc_timeout,gauge,,,,Number of udf sub transactions that timed out in the transaction service before attempting to handle the transaction (for scan/query background udf jobs). ,0,aerospike, +aerospike.namespace.xdr_read_success,gauge,,,,Number of read requests initiated by XDR that succeeded.,0,aerospike, +aerospike.namespace.xdr_write_error,gauge,,,,Number of write requests initiated by XDR that failed on the namespace on this node. ,0,aerospike, +aerospike.namespace.xdr_write_success,gauge,,,,Number of write requests initiated by XDR that succeeded on the namespace on this node.,0,aerospike, +aerospike.namespace.xdr_write_timeout,gauge,,,,Number of write requests initiated by XDR that timed out on the namespace on this node,0,aerospike, +aerospike.set.memory_data_bytes,gauge,,byte,,Memory used by this set for the data part (does not include index part). Value will be 0 if data is not stored in memory. ,0,aerospike, +aerospike.set.objects,gauge,,record,,Total number of objects (master and all replicas) in this set on this node.,0,aerospike,Set Objects +aerospike.set.stop_writes_count,gauge,,,,Total count this set has hit stop_writes,0,aerospike, +aerospike.set.truncate_lut,gauge,,,,The "most covering" truncate_lut for this set.,0,aerospike, +aerospike.set.tombstones,gauge,,,,Total number of tombstones (master and all replicas) in this set on this node.,0,aerospike,Set Tombstones +aerospike.sindex.keys,gauge,,,,Number of secondary keys for this secondary index.,0,aerospike, +aerospike.sindex.entries,gauge,,,,Number of secondary index entries for this secondary index. This is the number of records that have been indexed by this secondary index.,0,aerospike, +aerospike.sindex.ibtr_memory_used,gauge,,byte,,Amount of memory the secondary index is consuming for the keys,0,aerospike,Sindex Index Memory Used +aerospike.sindex.nbtr_memory_used,gauge,,byte,,Amount of memory the secondary index is consuming for the entries,0,aerospike,Sindex Entry Memory Used +aerospike.sindex.si_accounted_memory,gauge,,byte,,Amount of memory the secondary index is consuming. This is the sum of ibtr_memory_used and nbtr_memory_used.,0,aerospike,Sindex Total Memory Used +aerospike.sindex.load_pct,gauge,,percent,,Progress in percentage of the creation of secondary index.,0,aerospike, +aerospike.sindex.loadtime,gauge,,second,,Time it took for the secondary index to be fully created.,0,aerospike, +aerospike.sindex.write_success,gauge,,,,Number of successful write transactions processed for this secondary index,0,aerospike, +aerospike.sindex.write_error,gauge,,,,Number of errors while processing a write transaction for this secondary index,0,aerospike, +aerospike.sindex.delete_success,gauge,,,,Number of successful delete transactions processed for this secondary index.,0,aerospike, +aerospike.sindex.delete_error,gauge,,,,Number of errors while processing a delete transaction for this secondary index.,0,aerospike, +aerospike.sindex.stat_gc_recs,gauge,,,,Number of records that have been garbage collected out of the secondary index memory.,0,aerospike, +aerospike.sindex.stat_gc_time,gauge,,,,Amount of time spent processing garbage collection for the secondary index.,0,aerospike, +aerospike.sindex.query_reqs,gauge,,,,Number of query requests ever attempted for this secondary index on this node (combines query_lookups and query_agg).,0,aerospike, +aerospike.sindex.query_avg_rec_count,gauge,,,,Average number of records returned by the all queries against this secondary index (combines query_agg_avg_rec_count and query_lookup_avg_rec_count).,0,aerospike, +aerospike.sindex.query_avg_record_size,gauge,,,,Average size of the records returned by all the queries against this secondary index (combines query_agg_avg_record_size and query_lookup_avg_record_size),0,aerospike, +aerospike.sindex.query_agg,gauge,,,,Number of query aggregations attempted for this secondary index on this node.,0,aerospike, +aerospike.sindex.query_agg_avg_rec_count,gauge,,,,Average number of records returned by the aggregations underlying queries against this secondary index.,0,aerospike, +aerospike.sindex.query_agg_avg_record_size,gauge,,,,Average size of the records returned by the aggregations underlying queries against this secondary index.,0,aerospike, +aerospike.sindex.query_lookups,gauge,,,,Number of lookup queries ever attempted for this secondary index on this node.,0,aerospike, +aerospike.sindex.query_lookup_avg_rec_count,gauge,,,,Average number of records returned by the lookup queries against this secondary index.,0,aerospike, +aerospike.sindex.query_lookup_avg_record_size,gauge,,,,Average size of the records returned by the lookup queries against this secondary index.,0,aerospike, +aerospike.sindex.histogram,gauge,,,,Indicates whether histograms are enabled for this Sindex or not.,0,aerospike, +aerospike.sindex.stat_delete_errs,gauge,,,,Number of errors while processing a delete transaction for this secondary index. Deprecated since 3.9,0,aerospike, +aerospike.sindex.stat_delete_reqs,gauge,,,,Number of attempts to process delete transactions for this secondary index. Deprecated since 3.9,0,aerospike, +aerospike.sindex.stat_delete_success,gauge,,,,Number of successful delete transactions processed for this secondary index. Deprecated since 3.9,0,aerospike, +aerospike.sindex.stat_write_errs,gauge,,,,Number of errors while processing a write transaction for this secondary index. Deprecated since 3.9,0,aerospike, +aerospike.sindex.stat_write_reqs,gauge,,,,Number of attempts to process write transactions for this secondary index. Deprecated since 3.9,0,aerospike, +aerosipke.sindex.stat_write_success,gauge,,,,Number of successful write transactions processed for this secondary index. Deprecated since 3.9,0,aerospike,