CouchDB is an open-source document-oriented NoSQL database, implemented in Erlang. It uses multiple formats and protocols to store, transfer, and process data. CouchDB uses JSON to store data, JavaScript as its query language using MapReduce, and HTTP for an API.
Configuring the credentials
Configure the credentials in the directory /opt/opsramp/agent/conf/app.d/creds.yaml
couchdb:
- name: couchdb
user: <username>
pwd: <Password>
encoding-type: plain
labels:
key1: val1
key2: val2
Configuring the application
Virtual machine
Configure the application in the directory /opt/opsramp/agent/conf/app/discovery/auto-detection.yaml
- name: couchdb
instance-checks:
service-check:
- couchdb
process-check:
- couchdb
port-check:
- 5984
Docker environment
Configure the application in the directory /opt/opsramp/agent/conf/app/discovery/auto-container-detection.yaml
- name: couchdb
container-checks:
image-check:
- couchdb
port-check:
- 5984
Kubernetes environment
Configure the application in config.yaml
- name: couchdb
container-checks:
image-check:
- couchdb
port-check:
- 5984
Validate
Go to Resources under the Infrastructure tab to check if your resources are onboarded and the metrics are collected.
Supported metrics
OpsRamp Metric | Metric Display Name | Unit |
---|---|---|
couchdb_active_tasks_db_compaction_changes_done Changes currently compacted | Active Tasks Db Compaction Changes Done | Documents |
couchdb_active_tasks_db_compaction_count Number of running compactions | Active Tasks Db Compaction Count | Resources |
couchdb_active_tasks_db_compaction_progress Progress of the compaction process | Active Tasks Db Compaction Progress | percent |
couchdb_active_tasks_db_compaction_total_changes Number of changes this compaction will process | Active Tasks Db Compaction Total Changes | Documents |
couchdb_active_tasks_indexer_changes_done Number of already indexed changes | Active Tasks Indexer Changes Done | Documents |
couchdb_active_tasks_indexer_count Number of indexing processes | Active Tasks Indexer Count | Resources |
couchdb_active_tasks_indexer_progress Progress of the indexing process | Active Tasks Indexer Progress | percent |
couchdb_active_tasks_indexer_total_changes Number of changes to be indexed | Active Tasks Indexer Total Changes | Documents |
couchdb_active_tasks_replication_changes_pending Changes yet to be processed | Active Tasks Replication Changes Pending | Documents |
couchdb_active_tasks_replication_count Number of replications | Active Tasks Replication Count | Resources |
couchdb_active_tasks_replication_doc_write_failures Failed docs written while replicating | Active Tasks Replication Doc Write Failures | Errors |
couchdb_active_tasks_replication_docs_read Docs read while replicating | Active Tasks Replication Docs Read | Documents |
couchdb_active_tasks_replication_docs_written Docs written while replicating | Active Tasks Replication Docs Written | Documents |
couchdb_active_tasks_replication_missing_revisions_found Missing revisions | Active Tasks Replication Missing Revisions Found | |
couchdb_active_tasks_replication_revisions_checked Successfully checked revisions | Active Tasks Replication Revisions Checked | Operations |
couchdb_active_tasks_view_compaction_count Number of running view compactions | Active Tasks View Compaction Count | Resources |
couchdb_active_tasks_view_compaction_progress Progress of the view compaction | Active Tasks View Compaction Progress | percent |
couchdb_by_db_active_size size of live data | By Db Active Size | bytes |
couchdb_by_db_doc_count Number of documents | By Db Doc Count | Documents |
couchdb_by_db_doc_del_count Number of deleted documents | By Db Doc Del Count | Documents |
couchdb_by_db_external_size size of the database uncompressed | By Db External Size | bytes |
couchdb_by_db_file_size size of the database file on disk | By Db File Size | bytes |
couchdb_couch_log_level_alert Number of logged alert messages | Couch Log Level Alert | Messages |
couchdb_couch_log_level_critical Number of logged critical messages | Couch Log Level Critical | Messages |
couchdb_couch_log_level_debug Number of logged debug messages | Couch Log Level Debug | Messages |
couchdb_couch_log_level_emergency Number of logged emergency messages | Couch Log Level Emergency | Messages |
couchdb_couch_log_level_error Number of logged error messages | Couch Log Level Error | Messages |
couchdb_couch_log_level_info Number of logged info messages | Couch Log Level Info | Messages |
couchdb_couch_log_level_notice Number of logged notice messages | Couch Log Level Notice | Messages |
couchdb_couch_log_level_warning Number of logged warning messages | Couch Log Level Warning | Messages |
couchdb_couch_replicator_changes_manager_deaths Number of failed replicator changes managers | Couch Replicator Changes Manager Deaths | Resources |
couchdb_couch_replicator_changes_queue_deaths Number of failed replicator changes work queues | Couch Replicator Changes Queue Deaths | Resources |
couchdb_couch_replicator_changes_read_failures Number of failed replicator changes read failures | Couch Replicator Changes Read Failures | Errors |
couchdb_couch_replicator_changes_reader_deaths Number of failed replicator changes readers | Couch Replicator Changes Reader Deaths | Resources |
couchdb_couch_replicator_checkpoints_failure Number of failed checkpoint saves | Couch Replicator Checkpoints Failure | Records |
couchdb_couch_replicator_checkpoints_success Number of checkpoints successfully saved | Couch Replicator Checkpoints Success | Records |
couchdb_couch_replicator_cluster_is_stable whether or not the cluster is stable | Couch Replicator Cluster Is Stable | Errors |
couchdb_couch_replicator_connection_acquires Number of times connections are shared | Couch Replicator Connection Acquires | Records |
couchdb_couch_replicator_connection_closes Number of times a worker is gracefully shut down | Couch Replicator Connection Closes | Records |
couchdb_couch_replicator_connection_creates Number of connections created | Couch Replicator Connection Creates | Records |
couchdb_couch_replicator_connection_owner_crashes Number of times a connection owner crashes while owning at least one connection | Couch Replicator Connection Owner Crashes | Records |
couchdb_couch_replicator_connection_releases Number of times ownership of a connection is released | Couch Replicator Connection Releases | Records |
couchdb_couch_replicator_connection_worker_crashes Number of times a worker unexpectedly terminates | Couch Replicator Connection Worker Crashes | Records |
couchdb_couch_replicator_db_scans Number of times replicator db scans started | Couch Replicator Db Scans | Records |
couchdb_couch_replicator_docs_completed_state_updates Number of 'completed' state document updates | Couch Replicator Docs Completed State Updates | Records |
couchdb_couch_replicator_docs_db_changes Number of db changes processed by replicator doc processor | Couch Replicator Docs Db Changes | Records |
couchdb_couch_replicator_docs_dbs_created Number of db shard creations seen by replicator doc processor | Couch Replicator Docs Dbs Created | Records |
couchdb_couch_replicator_docs_dbs_deleted Number of db shard deletions seen by replicator doc processor | Couch Replicator Docs Dbs Deleted | Records |
couchdb_couch_replicator_docs_dbs_found Number of db shard found by replicator doc processor | Couch Replicator Docs Dbs Found | Records |
couchdb_couch_replicator_docs_failed_state_updates Number of 'failed' state document updates | Couch Replicator Docs Failed State Updates | Records |
couchdb_couch_replicator_failed_starts Number of replications that have failed to start | Couch Replicator Failed Starts | Resources |
couchdb_couch_replicator_jobs_adds Number of jobs added to replicator scheduler | Couch Replicator Jobs Adds | Records |
couchdb_couch_replicator_jobs_crashed replicator scheduler crashed jobs | Couch Replicator Jobs Crashed | Records |
couchdb_couch_replicator_jobs_crashes Number of jobs crashed noticed by replicator scheduler | Couch Replicator Jobs Crashes | Records |
couchdb_couch_replicator_jobs_duplicate_adds Number of duplicate jobs added to replicator scheduler | Couch Replicator Jobs Duplicate Adds | Records |
couchdb_couch_replicator_jobs_pending replicator scheduler pending jobs | Couch Replicator Jobs Pending | Records |
couchdb_couch_replicator_jobs_removes Number of jobs removed from replicator scheduler | Couch Replicator Jobs Removes | Records |
couchdb_couch_replicator_jobs_running replicator scheduler running jobs | Couch Replicator Jobs Running | Records |
couchdb_couch_replicator_jobs_starts Number of jobs started from replicator scheduler | Couch Replicator Jobs Starts | Records |
couchdb_couch_replicator_jobs_stops Number of jobs stopped by replicator scheduler | Couch Replicator Jobs Stops | Records |
couchdb_couch_replicator_jobs_total total number of replicator scheduler jobs | Couch Replicator Jobs Total | Records |
couchdb_couch_replicator_requests Number of HTTP requests made by the replicator | Couch Replicator Requests | Requests |
couchdb_couch_replicator_responses_failure Number of failed HTTP responses received by the replicator | Couch Replicator Responses Failure | Responses |
couchdb_couch_replicator_responses_success Number of successful HTTP responses received by the replicator | Couch Replicator Responses Success | Responses |
couchdb_couch_replicator_stream_responses_failure Number of failed streaming HTTP responses received by the replicator | Couch Replicator Stream Responses Failure | Responses |
couchdb_couch_replicator_stream_responses_success Number of successful streaming HTTP responses received by the replicator | Couch Replicator Stream Responses Success | Responses |
couchdb_couch_replicator_worker_deaths Number of failed replicator workers | Couch Replicator Worker Deaths | Resources |
couchdb_couch_replicator_workers_started Number of replicator workers started | Couch Replicator Workers Started | Resources |
couchdb_couchdb_auth_cache_hits Number of authentication cache hits | Couchdb Auth Cache Hits | Hits |
couchdb_couchdb_auth_cache_misses Number of authentication cache misses | Couchdb Auth Cache Misses | Misses |
couchdb_couchdb_collect_results_time_arithmetic_mean Arithmetic_mean of the microsecond latency for calls to couch_db:collect_results/3 | Couchdb Collect Results Time Arithmetic Mean | microseconds |
couchdb_couchdb_collect_results_time_geometric_mean Geometric_mean of the microsecond latency for calls to couch_db:collect_results/3 | Couchdb Collect Results Time Geometric Mean | microseconds |
couchdb_couchdb_collect_results_time_harmonic_mean Harmonic_mean of the microsecond latency for calls to couch_db:collect_results/3 | Couchdb Collect Results Time Harmonic Mean | microseconds |
couchdb_couchdb_collect_results_time_kurtosis Kurtosis of the microsecond latency for calls to couch_db:collect_results/3 | Couchdb Collect Results Time Kurtosis | microseconds |
couchdb_couchdb_collect_results_time_max Max of the microsecond latency for calls to couch_db:collect_results/3 | Couchdb Collect Results Time Max | microseconds |
couchdb_couchdb_collect_results_time_median Median of the microsecond latency for calls to couch_db:collect_results/3 | Couchdb Collect Results Time Median | microseconds |
couchdb_couchdb_collect_results_time_min Min of the microsecond latency for calls to couch_db:collect_results/3 | Couchdb Collect Results Time Min | microseconds |
couchdb_couchdb_collect_results_time_n N of the microsecond latency for calls to couch_db:collect_results/3 | Couchdb Collect Results Time N | microseconds |
couchdb_couchdb_collect_results_time_percentile_50 Percentile 50 of the microsecond latency for calls to couch_db:collect_results/3 | Couchdb Collect Results Time Percentile 50 | microseconds |
couchdb_couchdb_collect_results_time_percentile_75 Percentile 75 of the microsecond latency for calls to couch_db:collect_results/3 | Couchdb Collect Results Time Percentile 75 | microseconds |
couchdb_couchdb_collect_results_time_percentile_90 Percentile 90 of the microsecond latency for calls to couch_db:collect_results/3 | Couchdb Collect Results Time Percentile 90 | microseconds |
couchdb_couchdb_collect_results_time_percentile_95 Percentile 95 of the microsecond latency for calls to couch_db:collect_results/3 | Couchdb Collect Results Time Percentile 95 | microseconds |
couchdb_couchdb_collect_results_time_percentile_99 Percentile 99 of the microsecond latency for calls to couch_db:collect_results/3 | Couchdb Collect Results Time Percentile 99 | microseconds |
couchdb_couchdb_collect_results_time_percentile_999 Percentile 999 of the microsecond latency for calls to couch_db:collect_results/3 | Couchdb Collect Results Time Percentile 999 | microseconds |
couchdb_couchdb_collect_results_time_skewness Skewness of the microsecond latency for calls to couch_db:collect_results/3 | Couchdb Collect Results Time Skewness | microseconds |
couchdb_couchdb_collect_results_time_standard_deviation Standard_deviation of the microsecond latency for calls to couch_db:collect_results/3 | Couchdb Collect Results Time Standard Deviation | microseconds |
couchdb_couchdb_collect_results_time_variance Variance of the microsecond latency for calls to couch_db:collect_results/3 | Couchdb Collect Results Time Variance | microseconds |
couchdb_couchdb_couch_server_lru_skip Number of couch_server LRU operations skipped | Couchdb Couch Server Lru Skip | Operations |
couchdb_couchdb_database_purges Number of times a database was purged | Couchdb Database Purges | Reads |
couchdb_couchdb_database_reads Number of times a document was read from a database | Couchdb Database Reads | Reads |
couchdb_couchdb_database_writes Number of times a database was changed | Couchdb Database Writes | Writes |
couchdb_couchdb_db_open_time_arithmetic_mean Arithmetic_mean of the milliseconds required to open a database | Couchdb Db Open Time Arithmetic Mean | milliseconds |
couchdb_couchdb_db_open_time_geometric_mean Geometric_mean of the milliseconds required to open a database | Couchdb Db Open Time Geometric Mean | milliseconds |
couchdb_couchdb_db_open_time_harmonic_mean Harmonic_mean of the milliseconds required to open a database | Couchdb Db Open Time Harmonic Mean | milliseconds |
couchdb_couchdb_db_open_time_kurtosis Kurtosis of the milliseconds required to open a database | Couchdb Db Open Time Kurtosis | milliseconds |
couchdb_couchdb_db_open_time_max Max of the milliseconds required to open a database | Couchdb Db Open Time Max | milliseconds |
couchdb_couchdb_db_open_time_median Median of the milliseconds required to open a database | Couchdb Db Open Time Median | milliseconds |
couchdb_couchdb_db_open_time_min Min of the milliseconds required to open a database | Couchdb Db Open Time Min | milliseconds |
couchdb_couchdb_db_open_time_n N of the milliseconds required to open a database | Couchdb Db Open Time N | milliseconds |
couchdb_couchdb_db_open_time_percentile_50 Percentile 50 of the milliseconds required to open a database | Couchdb Db Open Time Percentile 50 | milliseconds |
couchdb_couchdb_db_open_time_percentile_75 Percentile 75 of the milliseconds required to open a database | Couchdb Db Open Time Percentile 75 | milliseconds |
couchdb_couchdb_db_open_time_percentile_90 Percentile 90 of the milliseconds required to open a database | Couchdb Db Open Time Percentile 90 | milliseconds |
couchdb_couchdb_db_open_time_percentile_95 Percentile 95 of the milliseconds required to open a database | Couchdb Db Open Time Percentile 95 | milliseconds |
couchdb_couchdb_db_open_time_percentile_99 Percentile 99 of the milliseconds required to open a database | Couchdb Db Open Time Percentile 99 | milliseconds |
couchdb_couchdb_db_open_time_percentile_999 Percentile 999 of the milliseconds required to open a database | Couchdb Db Open Time Percentile 999 | milliseconds |
couchdb_couchdb_db_open_time_skewness Skewness of the milliseconds required to open a database | Couchdb Db Open Time Skewness | milliseconds |
couchdb_couchdb_db_open_time_standard_deviation Standard_deviation of the milliseconds required to open a database | Couchdb Db Open Time Standard Deviation | milliseconds |
couchdb_couchdb_db_open_time_variance Variance of the milliseconds required to open a database | Couchdb Db Open Time Variance | milliseconds |
couchdb_couchdb_dbinfo_arithmetic_mean Arithmetic_mean of the distribution of latencies for calls to retrieve DB info | Couchdb Dbinfo Arithmetic Mean | milliseconds |
couchdb_couchdb_dbinfo_geometric_mean Geometric_mean of the distribution of latencies for calls to retrieve DB info | Couchdb Dbinfo Geometric Mean | milliseconds |
couchdb_couchdb_dbinfo_harmonic_mean Harmonic_mean of the distribution of latencies for calls to retrieve DB info | Couchdb Dbinfo Harmonic Mean | milliseconds |
couchdb_couchdb_dbinfo_kurtosis Kurtosis of the distribution of latencies for calls to retrieve DB info | Couchdb Dbinfo Kurtosis | milliseconds |
couchdb_couchdb_dbinfo_max Max of the distribution of latencies for calls to retrieve DB info | Couchdb Dbinfo Max | milliseconds |
couchdb_couchdb_dbinfo_median Median of the distribution of latencies for calls to retrieve DB info | Couchdb Dbinfo Median | milliseconds |
couchdb_couchdb_dbinfo_min Min of the distribution of latencies for calls to retrieve DB info | Couchdb Dbinfo Min | milliseconds |
couchdb_couchdb_dbinfo_n N of the distribution of latencies for calls to retrieve DB info | Couchdb Dbinfo N | milliseconds |
couchdb_couchdb_dbinfo_percentile_50 Percentile 50 of the distribution of latencies for calls to retrieve DB info | Couchdb Dbinfo Percentile 50 | milliseconds |
couchdb_couchdb_dbinfo_percentile_75 Percentile 75 of the distribution of latencies for calls to retrieve DB info | Couchdb Dbinfo Percentile 75 | milliseconds |
couchdb_couchdb_dbinfo_percentile_90 Percentile 90 of the distribution of latencies for calls to retrieve DB info | Couchdb Dbinfo Percentile 90 | milliseconds |
couchdb_couchdb_dbinfo_percentile_95 Percentile 95 of the distribution of latencies for calls to retrieve DB info | Couchdb Dbinfo Percentile 95 | milliseconds |
couchdb_couchdb_dbinfo_percentile_99 Percentile 99 of the distribution of latencies for calls to retrieve DB info | Couchdb Dbinfo Percentile 99 | milliseconds |
couchdb_couchdb_dbinfo_percentile_999 Percentile 999 of the distribution of latencies for calls to retrieve DB info | Couchdb Dbinfo Percentile 999 | milliseconds |
couchdb_couchdb_dbinfo_skewness Skewness of the distribution of latencies for calls to retrieve DB info | Couchdb Dbinfo Skewness | milliseconds |
couchdb_couchdb_dbinfo_standard_deviation Standard_deviation of the distribution of latencies for calls to retrieve DB info | Couchdb Dbinfo Standard Deviation | milliseconds |
couchdb_couchdb_dbinfo_variance Variance of the distribution of latencies for calls to retrieve DB info | Couchdb Dbinfo Variance | milliseconds |
couchdb_couchdb_document_inserts Number of documents inserted | Couchdb Document Inserts | Documents |
couchdb_couchdb_document_purges_failure Number of failed document purge operations | Couchdb Document Purges Failure | Writes |
couchdb_couchdb_document_purges_success Number of successful document purge operations | Couchdb Document Purges Success | Writes |
couchdb_couchdb_document_purges_total total number of document purge operations | Couchdb Document Purges Total | Writes |
couchdb_couchdb_document_writes Number of document write operations | Couchdb Document Writes | Writes |
couchdb_couchdb_httpd_aborted_requests Number of aborted requests | Couchdb Httpd Aborted Requests | Requests |
couchdb_couchdb_httpd_bulk_docs_arithmetic_mean Arithmetic_mean of the distribution of the number of docs in _bulk_docs requests | Couchdb Httpd Bulk Docs Arithmetic Mean | Documents |
couchdb_couchdb_httpd_bulk_docs_geometric_mean Geometric_mean of the distribution of the number of docs in _bulk_docs requests | Couchdb Httpd Bulk Docs Geometric Mean | Documents |
couchdb_couchdb_httpd_bulk_docs_harmonic_mean Harmonic_mean of the distribution of the number of docs in _bulk_docs requests | Couchdb Httpd Bulk Docs Harmonic Mean | Documents |
couchdb_couchdb_httpd_bulk_docs_kurtosis Kurtosis of the distribution of the number of docs in _bulk_docs requests | Couchdb Httpd Bulk Docs Kurtosis | Documents |
couchdb_couchdb_httpd_bulk_docs_max Max of the distribution of the number of docs in _bulk_docs requests | Couchdb Httpd Bulk Docs Max | Documents |
couchdb_couchdb_httpd_bulk_docs_median Median of the distribution of the number of docs in _bulk_docs requests | Couchdb Httpd Bulk Docs Median | Documents |
couchdb_couchdb_httpd_bulk_docs_min Min of the distribution of the number of docs in _bulk_docs requests | Couchdb Httpd Bulk Docs Min | Documents |
couchdb_couchdb_httpd_bulk_docs_n N of the distribution of the number of docs in _bulk_docs requests | Couchdb Httpd Bulk Docs N | Documents |
couchdb_couchdb_httpd_bulk_docs_percentile_50 Percentile 50 of the distribution of the number of docs in _bulk_docs requests | Couchdb Httpd Bulk Docs Percentile 50 | Documents |
couchdb_couchdb_httpd_bulk_docs_percentile_75 Percentile 75 of the distribution of the number of docs in _bulk_docs requests | Couchdb Httpd Bulk Docs Percentile 75 | Documents |
couchdb_couchdb_httpd_bulk_docs_percentile_90 Percentile 90 of the distribution of the number of docs in _bulk_docs requests | Couchdb Httpd Bulk Docs Percentile 90 | Documents |
couchdb_couchdb_httpd_bulk_docs_percentile_95 Percentile 95 of the distribution of the number of docs in _bulk_docs requests | Couchdb Httpd Bulk Docs Percentile 95 | Documents |
couchdb_couchdb_httpd_bulk_docs_percentile_99 Percentile 99 of the distribution of the number of docs in _bulk_docs requests | Couchdb Httpd Bulk Docs Percentile 99 | Documents |
couchdb_couchdb_httpd_bulk_docs_percentile_999 Percentile 999 of the distribution of the number of docs in _bulk_docs requests | Couchdb Httpd Bulk Docs Percentile 999 | Documents |
couchdb_couchdb_httpd_bulk_docs_skewness Skewness of the distribution of the number of docs in _bulk_docs requests | Couchdb Httpd Bulk Docs Skewness | Documents |
couchdb_couchdb_httpd_bulk_docs_standard_deviation Standard_deviation of the distribution of the number of docs in _bulk_docs requests | Couchdb Httpd Bulk Docs Standard Deviation | Documents |
couchdb_couchdb_httpd_bulk_docs_variance Variance of the distribution of the number of docs in _bulk_docs requests | Couchdb Httpd Bulk Docs Variance | Documents |
couchdb_couchdb_httpd_bulk_requests Number of bulk requests | Couchdb Httpd Bulk Requests | Requests |
couchdb_couchdb_httpd_clients_requesting_changes Number of clients for continuous _changes | Couchdb Httpd Clients Requesting Changes | Connections |
couchdb_couchdb_httpd_purge_requests Number of HTTP purge requests | Couchdb Httpd Purge Requests | Writes |
couchdb_couchdb_httpd_requests Number of HTTP requests | Couchdb Httpd Requests | Requests |
couchdb_couchdb_httpd_temporary_view_reads Number of temporary view reads | Couchdb Httpd Temporary View Reads | Reads |
couchdb_couchdb_httpd_view_reads Number of view reads | Couchdb Httpd View Reads | Reads |
couchdb_couchdb_httpd_request_methods_COPY Number of HTTP COPY requests | Couchdb Httpd Request Methods Copy | Requests |
couchdb_couchdb_httpd_request_methods_DELETE Number of HTTP DELETE requests | Couchdb Httpd Request Methods Delete | Requests |
couchdb_couchdb_httpd_request_methods_GET Number of HTTP GET requests | Couchdb Httpd Request Methods Get | Requests |
couchdb_couchdb_httpd_request_methods_HEAD Number of HTTP HEAD requests | Couchdb Httpd Request Methods Head | Requests |
couchdb_couchdb_httpd_request_methods_OPTIONS Number of HTTP OPTIONS requests | Couchdb Httpd Request Methods Options | Requests |
couchdb_couchdb_httpd_request_methods_POST Number of HTTP POST requests | Couchdb Httpd Request Methods Post | Requests |
couchdb_couchdb_httpd_request_methods_PUT Number of HTTP PUT requests | Couchdb Httpd Request Methods Put | Requests |
couchdb_couchdb_httpd_status_codes_200 Number of HTTP 200 OK responses | Couchdb Httpd Status Codes 200 | Requests |
couchdb_couchdb_httpd_status_codes_201 Number of HTTP 201 Created responses | Couchdb Httpd Status Codes 201 | Requests |
couchdb_couchdb_httpd_status_codes_202 Number of HTTP 202 Accepted responses | Couchdb Httpd Status Codes 202 | Requests |
couchdb_couchdb_httpd_status_codes_204 Number of HTTP 204 No Content responses | Couchdb Httpd Status Codes 204 | Requests |
couchdb_couchdb_httpd_status_codes_206 Number of HTTP 206 Partial Content | Couchdb Httpd Status Codes 206 | Requests |
couchdb_couchdb_httpd_status_codes_301 Number of HTTP 301 Moved Permanently responses | Couchdb Httpd Status Codes 301 | Requests |
couchdb_couchdb_httpd_status_codes_302 Number of HTTP 302 Found responses | Couchdb Httpd Status Codes 302 | Requests |
couchdb_couchdb_httpd_status_codes_304 Number of HTTP 304 Not Modified responses | Couchdb Httpd Status Codes 304 | Requests |
couchdb_couchdb_httpd_status_codes_400 Number of HTTP 400 Bad Request responses | Couchdb Httpd Status Codes 400 | Requests |
couchdb_couchdb_httpd_status_codes_401 Number of HTTP 401 Unauthorized responses | Couchdb Httpd Status Codes 401 | Requests |
couchdb_couchdb_httpd_status_codes_403 Number of HTTP 403 Forbidden responses | Couchdb Httpd Status Codes 403 | Requests |
couchdb_couchdb_httpd_status_codes_404 Number of HTTP 404 Not Found responses | Couchdb Httpd Status Codes 404 | Requests |
couchdb_couchdb_httpd_status_codes_405 Number of HTTP 405 Method Not Allowed responses | Couchdb Httpd Status Codes 405 | Requests |
couchdb_couchdb_httpd_status_codes_406 Number of HTTP 406 Not Acceptable responses | Couchdb Httpd Status Codes 406 | Requests |
couchdb_couchdb_httpd_status_codes_409 Number of HTTP 409 Conflict responses | Couchdb Httpd Status Codes 409 | Requests |
couchdb_couchdb_httpd_status_codes_412 Number of HTTP 412 Precondition Failed responses | Couchdb Httpd Status Codes 412 | Requests |
couchdb_couchdb_httpd_status_codes_413 Number of HTTP 413 Request Entity Too Long responses | Couchdb Httpd Status Codes 413 | Requests |
couchdb_couchdb_httpd_status_codes_414 Number of HTTP 414 Request URI Too Long responses | Couchdb Httpd Status Codes 414 | Requests |
couchdb_couchdb_httpd_status_codes_415 Number of HTTP 415 Unsupported Media Type responses | Couchdb Httpd Status Codes 415 | Requests |
couchdb_couchdb_httpd_status_codes_416 Number of HTTP 416 Requested Range Not Satisfiable responses | Couchdb Httpd Status Codes 416 | Requests |
couchdb_couchdb_httpd_status_codes_417 Number of HTTP 417 Expectation Failed responses | Couchdb Httpd Status Codes 417 | Requests |
couchdb_couchdb_httpd_status_codes_500 Number of HTTP 500 Internal Server Error responses | Couchdb Httpd Status Codes 500 | Requests |
couchdb_couchdb_httpd_status_codes_501 Number of HTTP 501 Not Implemented responses | Couchdb Httpd Status Codes 501 | Requests |
couchdb_couchdb_httpd_status_codes_503 Number of HTTP 503 Server Unavailable responses | Couchdb Httpd Status Codes 503 | Requests |
couchdb_couchdb_local_document_writes Number of _local document write operations | Couchdb Local Document Writes | Writes |
couchdb_couchdb_mrview_emits Number of invocations of `emit' in map functions in the view server | Couchdb Mrview Emits | Documents |
couchdb_couchdb_mrview_map_doc Number of documents mapped in the view server | Couchdb Mrview Map Doc | Documents |
couchdb_couchdb_open_databases Number of open databases | Couchdb Open Databases | Resources |
couchdb_couchdb_open_os_files Number of file descriptors CouchDB has open | Couchdb Open Os Files | Files |
couchdb_couchdb_query_server_vdu_process_time_arithmetic_mean Arithmetic_mean of the duration of validate_doc_update function calls | Couchdb Query Server Vdu Process Time Arithmetic Mean | milliseconds |
couchdb_couchdb_query_server_vdu_process_time_geometric_mean Geometric_mean of the duration of validate_doc_update function calls | Couchdb Query Server Vdu Process Time Geometric Mean | milliseconds |
couchdb_couchdb_query_server_vdu_process_time_harmonic_mean Harmonic_mean of the duration of validate_doc_update function calls | Couchdb Query Server Vdu Process Time Harmonic Mean | milliseconds |
couchdb_couchdb_query_server_vdu_process_time_kurtosis Kurtosis of the duration of validate_doc_update function calls | Couchdb Query Server Vdu Process Time Kurtosis | milliseconds |
couchdb_couchdb_query_server_vdu_process_time_max Max of the duration of validate_doc_update function calls | Couchdb Query Server Vdu Process Time Max | milliseconds |
couchdb_couchdb_query_server_vdu_process_time_median Median of the duration of validate_doc_update function calls | Couchdb Query Server Vdu Process Time Median | milliseconds |
couchdb_couchdb_query_server_vdu_process_time_min Min of the duration of validate_doc_update function calls | Couchdb Query Server Vdu Process Time Min | milliseconds |
couchdb_couchdb_query_server_vdu_process_time_n N of the duration of validate_doc_update function calls | Couchdb Query Server Vdu Process Time N | milliseconds |
couchdb_couchdb_query_server_vdu_process_time_percentile_50 Percentile 50 of the duration of validate_doc_update function calls | Couchdb Query Server Vdu Process Time Percentile 50 | milliseconds |
couchdb_couchdb_query_server_vdu_process_time_percentile_75 Percentile 75 of the duration of validate_doc_update function calls | Couchdb Query Server Vdu Process Time Percentile 75 | milliseconds |
couchdb_couchdb_query_server_vdu_process_time_percentile_90 Percentile 90 of the duration of validate_doc_update function calls | Couchdb Query Server Vdu Process Time Percentile 90 | milliseconds |
couchdb_couchdb_query_server_vdu_process_time_percentile_95 Percentile 95 of the duration of validate_doc_update function calls | Couchdb Query Server Vdu Process Time Percentile 95 | milliseconds |
couchdb_couchdb_query_server_vdu_process_time_percentile_99 Percentile 99 of the duration of validate_doc_update function calls | Couchdb Query Server Vdu Process Time Percentile 99 | milliseconds |
couchdb_couchdb_query_server_vdu_process_time_percentile_999 Percentile 999 of the duration of validate_doc_update function calls | Couchdb Query Server Vdu Process Time Percentile 999 | milliseconds |
couchdb_couchdb_query_server_vdu_process_time_skewness Skewness of the duration of validate_doc_update function calls | Couchdb Query Server Vdu Process Time Skewness | milliseconds |
couchdb_couchdb_query_server_vdu_process_time_standard_deviation Standard_deviation of the duration of validate_doc_update function calls | Couchdb Query Server Vdu Process Time Standard Deviation | milliseconds |
couchdb_couchdb_query_server_vdu_process_time_variance Variance of the duration of validate_doc_update function calls | Couchdb Query Server Vdu Process Time Variance | milliseconds |
couchdb_couchdb_query_server_vdu_rejects Number of rejections by validate_doc_update function | Couchdb Query Server Vdu Rejects | Events |
couchdb_couchdb_request_time_arithmetic_mean Arithmetic_mean of the length of a request inside CouchDB without MochiWeb (available for CouchDB v1 only) | Couchdb Request Time Arithmetic Mean | milliseconds |
couchdb_couchdb_request_time_geometric_mean Geometric_mean of the length of a request inside CouchDB without MochiWeb (available for CouchDB v1 only) | Couchdb Request Time Geometric Mean | milliseconds |
couchdb_couchdb_request_time_harmonic_mean Harmonic_mean of the length of a request inside CouchDB without MochiWeb (available for CouchDB v1 only) | Couchdb Request Time Harmonic Mean | milliseconds |
couchdb_couchdb_request_time_kurtosis Kurtosis of the length of a request inside CouchDB without MochiWeb (available for CouchDB v1 only) | Couchdb Request Time Kurtosis | milliseconds |
couchdb_couchdb_request_time_max Max of the length of a request inside CouchDB without MochiWeb (available for CouchDB v1 only) | Couchdb Request Time Max | milliseconds |
couchdb_couchdb_request_time_median Median of the length of a request inside CouchDB without MochiWeb (available for CouchDB v1 only) | Couchdb Request Time Median | milliseconds |
couchdb_couchdb_request_time_min Min of the length of a request inside CouchDB without MochiWeb (available for CouchDB v1 only) | Couchdb Request Time Min | milliseconds |
couchdb_couchdb_request_time_n N of the length of a request inside CouchDB without MochiWeb (available for CouchDB v1 only) | Couchdb Request Time N | milliseconds |
couchdb_couchdb_request_time_percentile_50 Percentile 50 of the length of a request inside CouchDB without MochiWeb (available for CouchDB v1 only) | Couchdb Request Time Percentile 50 | milliseconds |
couchdb_couchdb_request_time_percentile_75 Percentile 75 of the length of a request inside CouchDB without MochiWeb (available for CouchDB v1 only) | Couchdb Request Time Percentile 75 | milliseconds |
couchdb_couchdb_request_time_percentile_90 Percentile 90 of the length of a request inside CouchDB without MochiWeb (available for CouchDB v1 only) | Couchdb Request Time Percentile 90 | milliseconds |
couchdb_couchdb_request_time_percentile_95 Percentile 95 of the length of a request inside CouchDB without MochiWeb (available for CouchDB v1 only) | Couchdb Request Time Percentile 95 | milliseconds |
couchdb_couchdb_request_time_percentile_99 Percentile 99 of the length of a request inside CouchDB without MochiWeb (available for CouchDB v1 only) | Couchdb Request Time Percentile 99 | milliseconds |
couchdb_couchdb_request_time_percentile_999 Percentile 999 of the length of a request inside CouchDB without MochiWeb (available for CouchDB v1 only) | Couchdb Request Time Percentile 999 | milliseconds |
couchdb_couchdb_request_time_skewness Skewness of the length of a request inside CouchDB without MochiWeb (available for CouchDB v1 only) | Couchdb Request Time Skewness | milliseconds |
couchdb_couchdb_request_time_standard_deviation Standard_deviation of the length of a request inside CouchDB without MochiWeb (available for CouchDB v1 only) | Couchdb Request Time Standard Deviation | milliseconds |
couchdb_couchdb_request_time_variance Variance of the length of a request inside CouchDB without MochiWeb (available for CouchDB v1 only) | Couchdb Request Time Variance | milliseconds |
couchdb_ddoc_cache_hit Number of design doc cache hits | Ddoc Cache Hit | Hits |
couchdb_ddoc_cache_miss Number of design doc cache misses | Ddoc Cache Miss | Misses |
couchdb_ddoc_cache_recovery Number of design doc cache recoveries | Ddoc Cache Recovery | Reads |
couchdb_erlang_context_switches Erlang context switches | Erlang Context Switches | |
couchdb_erlang_distribution_recv_avg Erlang distribution recv avg | Erlang Distribution Recv Avg | |
couchdb_erlang_distribution_recv_cnt Erlang distribution recv cnt | Erlang Distribution Recv Cnt | |
couchdb_erlang_distribution_recv_dvi Erlang distribution recv dvi | Erlang Distribution Recv Dvi | |
couchdb_erlang_distribution_recv_max Erlang Distribution Recv Max | Erlang Distribution Recv Max | |
couchdb_erlang_distribution_recv_oct Erlang Distribution Recv Oct | Erlang Distribution Recv Oct | |
couchdb_erlang_distribution_send_avg Erlang Distribution Send Avg | Erlang Distribution Send Avg | |
couchdb_erlang_distribution_send_cnt Erlang Distribution Send Cnt | Erlang Distribution Send Cnt | |
couchdb_erlang_distribution_send_max Erlang Distribution Send Max | Erlang Distribution Send Max | |
couchdb_erlang_distribution_send_oct Erlang Distribution Send Oct | Erlang Distribution Send Oct | |
couchdb_erlang_distribution_send_pend Erlang Distribution Send Pend | Erlang Distribution Send Pend | |
couchdb_erlang_ets_table_count Erlang Ets Table Count | Erlang Ets Table Count | |
couchdb_erlang_garbage_collection_count Erlang Garbage Collection Count | Erlang Garbage Collection Count | |
couchdb_erlang_internal_replication_jobs Erlang Internal Replication Jobs | Erlang Internal Replication Jobs | |
couchdb_erlang_io_input Erlang Io Input | Erlang Io Input | |
couchdb_erlang_io_output Erlang Io Output | Erlang Io Output | |
couchdb_erlang_memory_atom Erlang Memory Atom | Erlang Memory Atom | bytes |
couchdb_erlang_memory_atom_used Erlang Memory Atom Used | Erlang Memory Atom Used | bytes |
couchdb_erlang_memory_binary Erlang Memory Binary | Erlang Memory Binary | bytes |
couchdb_erlang_memory_code Erlang Memory Code | Erlang Memory Code | bytes |
couchdb_erlang_memory_ets Erlang Memory Ets | Erlang Memory Ets | bytes |
couchdb_erlang_memory_other Erlang Memory Other | Erlang Memory Other | bytes |
couchdb_erlang_memory_processes Erlang Memory Processes | Erlang Memory Processes | bytes |
couchdb_erlang_memory_processes_used Erlang Memory Processes Used | Erlang Memory Processes Used | bytes |
couchdb_erlang_message_queues_size Erlang Message Queues Size | Erlang Message Queues Size | |
couchdb_erlang_os_proc_count Erlang Os Proc Count | Erlang Os Proc Count | |
couchdb_erlang_process_count Erlang Process Count | Erlang Process Count | |
couchdb_erlang_process_limit Erlang Process Limit | Erlang Process Limit | |
couchdb_erlang_reductions Erlang Reductions | Erlang Reductions | |
couchdb_erlang_run_queue Erlang Run Queue | Erlang Run Queue | |
couchdb_erlang_stale_proc_count Erlang Stale Proc Count | Erlang Stale Proc Count | |
couchdb_erlang_uptime Erlang Uptime | Erlang Uptime | |
couchdb_erlang_words_reclaimed Erlang words reclaimed | Erlang Words Reclaimed | |
couchdb_fabric_doc_update_errors Number of document update errors | Fabric Doc Update Errors | Errors |
couchdb_fabric_doc_update_mismatched_errors Number of document update errors with multiple error types | Fabric Doc Update Mismatched Errors | Errors |
couchdb_fabric_doc_update_write_quorum_errors Number of write quorum errors | Fabric Doc Update Write Quorum Errors | Errors |
couchdb_fabric_open_shard_timeouts Number of open shard timeouts | Fabric Open Shard Timeouts | Errors |
couchdb_fabric_read_repairs_failure Number of failed read repair operations | Fabric Read Repairs Failure | Operations |
couchdb_fabric_read_repairs_success Number of successful read repair operations | Fabric Read Repairs Success | Operations |
couchdb_fabric_worker_timeouts Number of worker timeouts | Fabric Worker Timeouts | Timeouts |
couchdb_global_changes_db_writes Number of db writes performed by global changes | Global Changes Db Writes | Writes |
couchdb_global_changes_event_doc_conflict Number of conflicted event docs encountered by global changes | Global Changes Event Doc Conflict | event |
couchdb_global_changes_listener_pending_updates Number of global changes updates pending writes in global_changes_listener | Global Changes Listener Pending Updates | Writes |
couchdb_global_changes_rpcs Number of rpc operations performed by global_changes | Global Changes Rpcs | Operations |
couchdb_global_changes_server_pending_updates Number of global changes updates pending writes in global_changes_server | Global Changes Server Pending Updates | Writes |
couchdb_mem3_shard_cache_eviction Number of shard cache evictions | Mem3 Shard Cache Eviction | Evictions |
couchdb_mem3_shard_cache_hit Number of shard cache hits | Mem3 Shard Cache Hit | Hits |
couchdb_mem3_shard_cache_miss Number of shard cache misses | Mem3 Shard Cache Miss | Misses |
couchdb_pread_exceed_eof Number of the attempts to read beyond end of db file | Pread Exceed Eof | Reads |
couchdb_pread_exceed_limit Number of the attempts to read beyond set limit | Pread Exceed Limit | Reads |
couchdb_rexi_buffered Number of rexi messages buffered | Rexi Buffered | Messages |
couchdb_rexi_down Number of rexi_DOWN messages handled | Rexi Down | Messages |
couchdb_rexi_dropped Number of rexi messages dropped from buffers | Rexi Dropped | Messages |
couchdb_rexi_streams_timeout_init_stream Number of rexi stream initialization timeouts | Rexi Streams Timeout Init Stream | Timeouts |
couchdb_rexi_streams_timeout_stream Number of rexi stream timeouts | Rexi Streams Timeout Stream | Timeouts |
couchdb_rexi_streams_timeout_wait_for_ack Number of rexi stream timeouts while waiting for acks | Rexi Streams Timeout Wait For Ack | Timeouts |
couchdb_couchdb_httpd_all_docs_timeouts Number of HTTP all_docs timeouts | Couchdb Httpd All Docs Timeouts | Timeouts |
couchdb_couchdb_httpd_explain_timeouts Number of HTTP _explain timeouts | Couchdb Httpd Explain Timeouts | Timeouts |
couchdb_couchdb_httpd_find_timeouts Number of HTTP find timeouts | Couchdb Httpd Find Timeouts | Timeouts |
couchdb_couchdb_httpd_partition_all_docs_requests Number of partition HTTP _all_docs requests | Couchdb Httpd Partition All Docs Requests | Requests |
couchdb_couchdb_httpd_partition_all_docs_timeouts Number of partition HTTP all_docs timeouts | Couchdb Httpd Partition All Docs Timeouts | Timeouts |
couchdb_couchdb_httpd_partition_explain_requests Number of partition HTTP _explain requests | Couchdb Httpd Partition Explain Requests | Requests |
couchdb_couchdb_httpd_partition_explain_timeouts Number of partition HTTP _explain timeouts | Couchdb Httpd Partition Explain Timeouts | Timeouts |
couchdb_couchdb_httpd_partition_find_requests Number of partition HTTP _find requests | Couchdb Httpd Partition Find Requests | Requests |
couchdb_couchdb_httpd_partition_find_timeouts Number of partition HTTP find timeouts | Couchdb Httpd Partition Find Timeouts | Timeouts |
couchdb_couchdb_httpd_partition_view_requests Number of partition HTTP view requests | Couchdb Httpd Partition View Requests | Requests |
couchdb_couchdb_httpd_partition_view_timeouts Number of partition HTTP view timeouts | Couchdb Httpd Partition View Timeouts | Timeouts |
couchdb_couchdb_httpd_view_timeouts Number of HTTP view timeouts | Couchdb Httpd View Timeouts | Timeouts |
couchdb_couchdb_io_queue_search Search IO directly triggered by client requests | Couchdb Io Queue Search | |
couchdb_couchdb_io_queue2_search_count Search IO directly triggered by client requests | Couchdb Io Queue2 Search Count | |
couchdb_dreyfus_httpd_search_arithmetic_mean Arithmetic_mean of Distribution of overall search request latency as experienced by the end user | Dreyfus Httpd Search Arithmetic Mean | |
couchdb_dreyfus_httpd_search_geometric_mean Geometric_mean of Distribution of overall search request latency as experienced by the end user | Dreyfus Httpd Search Geometric Mean | |
couchdb_dreyfus_httpd_search_harmonic_mean Harmonic_mean of Distribution of overall search request latency as experienced by the end user | Dreyfus Httpd Search Harmonic Mean | |
couchdb_dreyfus_httpd_search_kurtosis Kurtosis of Distribution of overall search request latency as experienced by the end user | Dreyfus Httpd Search Kurtosis | |
couchdb_dreyfus_httpd_search_max Max of Distribution of overall search request latency as experienced by the end user | Dreyfus Httpd Search Max | |
couchdb_dreyfus_httpd_search_median Median of Distribution of overall search request latency as experienced by the end user | Dreyfus Httpd Search Median | |
couchdb_dreyfus_httpd_search_min Min of Distribution of overall search request latency as experienced by the end user | Dreyfus Httpd Search Min | |
couchdb_dreyfus_httpd_search_n Number of Distribution of overall search request latency as experienced by the end user | Dreyfus Httpd Search N | |
couchdb_dreyfus_httpd_search_percentile_50 p50 of Distribution of overall search request latency as experienced by the end user | Dreyfus Httpd Search Percentile 50 | |
couchdb_dreyfus_httpd_search_percentile_75 p75 of Distribution of overall search request latency as experienced by the end user | Dreyfus Httpd Search Percentile 75 | |
couchdb_dreyfus_httpd_search_percentile_90 p90 of Distribution of overall search request latency as experienced by the end user | Dreyfus Httpd Search Percentile 90 | |
couchdb_dreyfus_httpd_search_percentile_95 p95 of Distribution of overall search request latency as experienced by the end user | Dreyfus Httpd Search Percentile 95 | |
couchdb_dreyfus_httpd_search_percentile_99 p99 of Distribution of overall search request latency as experienced by the end user | Dreyfus Httpd Search Percentile 99 | |
couchdb_dreyfus_httpd_search_percentile_999 p999 of Distribution of overall search request latency as experienced by the end user | Dreyfus Httpd Search Percentile 999 | |
couchdb_dreyfus_httpd_search_skewness Skewness of Distribution of overall search request latency as experienced by the end user | Dreyfus Httpd Search Skewness | |
couchdb_dreyfus_httpd_search_standard_deviation Standard_deviation of Distribution of overall search request latency as experienced by the end user | Dreyfus Httpd Search Standard Deviation | |
couchdb_dreyfus_httpd_search_variance Variance of Distribution of overall search request latency as experienced by the end user | Dreyfus Httpd Search Variance | |
couchdb_dreyfus_index_await_arithmetic_mean Arithmetic_mean of length of an dreyfus_index await request | Dreyfus Index Await Arithmetic Mean | |
couchdb_dreyfus_index_await_geometric_mean Geometric_mean of length of an dreyfus_index await request | Dreyfus Index Await Geometric Mean | |
couchdb_dreyfus_index_await_harmonic_mean Harmonic_mean of length of an dreyfus_index await request | Dreyfus Index Await Harmonic Mean | |
couchdb_dreyfus_index_await_kurtosis Kurtosis of length of an dreyfus_index await request | Dreyfus Index Await Kurtosis | |
couchdb_dreyfus_index_await_max Max of length of an dreyfus_index await request | Dreyfus Index Await Max | |
couchdb_dreyfus_index_await_median Median of length of an dreyfus_index await request | Dreyfus Index Await Median | |
couchdb_dreyfus_index_await_min Min of length of an dreyfus_index await request | Dreyfus Index Await Min | |
couchdb_dreyfus_index_await_n Number of length of an dreyfus_index await request | Dreyfus Index Await N | |
couchdb_dreyfus_index_await_percentile_50 p50 of length of an dreyfus_index await request | Dreyfus Index Await Percentile 50 | |
couchdb_dreyfus_index_await_percentile_75 p75 of length of an dreyfus_index await request | Dreyfus Index Await Percentile 75 | |
couchdb_dreyfus_index_await_percentile_90 p90 of length of an dreyfus_index await request | Dreyfus Index Await Percentile 90 | |
couchdb_dreyfus_index_await_percentile_95 p95 of length of an dreyfus_index await request | Dreyfus Index Await Percentile 95 | |
couchdb_dreyfus_index_await_percentile_99 p99 of length of an dreyfus_index await request | Dreyfus Index Await Percentile 99 | |
couchdb_dreyfus_index_await_percentile_999 p999 of length of an dreyfus_index await request | Dreyfus Index Await Percentile 999 | |
couchdb_dreyfus_index_await_skewness Skewness of length of an dreyfus_index await request | Dreyfus Index Await Skewness | |
couchdb_dreyfus_index_await_standard_deviation Standard_deviation of length of an dreyfus_index await request | Dreyfus Index Await Standard Deviation | |
couchdb_dreyfus_index_await_variance Variance of length of an dreyfus_index await request | Dreyfus Index Await Variance | |
couchdb_dreyfus_index_group1_arithmetic_mean Arithmetic_mean of length of an dreyfus_index group1 request | Dreyfus Index Group1 Arithmetic Mean | |
couchdb_dreyfus_index_group1_geometric_mean Geometric_mean of length of an dreyfus_index group1 request | Dreyfus Index Group1 Geometric Mean | |
couchdb_dreyfus_index_group1_harmonic_mean Harmonic_mean of length of an dreyfus_index group1 request | Dreyfus Index Group1 Harmonic Mean | |
couchdb_dreyfus_index_group1_kurtosis Kurtosis of length of an dreyfus_index group1 request | Dreyfus Index Group1 Kurtosis | |
couchdb_dreyfus_index_group1_max Max of length of an dreyfus_index group1 request | Dreyfus Index Group1 Max | |
couchdb_dreyfus_index_group1_median Median of length of an dreyfus_index group1 request | Dreyfus Index Group1 Median | |
couchdb_dreyfus_index_group1_min Min of length of an dreyfus_index group1 request | Dreyfus Index Group1 Min | |
couchdb_dreyfus_index_group1_n Number of length of an dreyfus_index group1 request | Dreyfus Index Group1 N | |
couchdb_dreyfus_index_group1_percentile_50 p50 of length of an dreyfus_index group1 request | Dreyfus Index Group1 Percentile 50 | |
couchdb_dreyfus_index_group1_percentile_75 p75 of length of an dreyfus_index group1 request | Dreyfus Index Group1 Percentile 75 | |
couchdb_dreyfus_index_group1_percentile_90 p90 of length of an dreyfus_index group1 request | Dreyfus Index Group1 Percentile 90 | |
couchdb_dreyfus_index_group1_percentile_95 p95 of length of an dreyfus_index group1 request | Dreyfus Index Group1 Percentile 95 | |
couchdb_dreyfus_index_group1_percentile_99 p99 of length of an dreyfus_index group1 request | Dreyfus Index Group1 Percentile 99 | |
couchdb_dreyfus_index_group1_percentile_999 p999 of length of an dreyfus_index group1 request | Dreyfus Index Group1 Percentile 999 | |
couchdb_dreyfus_index_group1_skewness Skewness of length of an dreyfus_index group1 request | Dreyfus Index Group1 Skewness | |
couchdb_dreyfus_index_group1_standard_deviation Standard_deviation of length of an dreyfus_index group1 request | Dreyfus Index Group1 Standard Deviation | |
couchdb_dreyfus_index_group1_variance Variance of length of an dreyfus_index group1 request | Dreyfus Index Group1 Variance | |
couchdb_dreyfus_index_group2_arithmetic_mean Arithmetic_mean of length of an dreyfus_index group2 request | Dreyfus Index Group2 Arithmetic Mean | |
couchdb_dreyfus_index_group2_geometric_mean Geometric_mean of length of an dreyfus_index group2 request | Dreyfus Index Group2 Geometric Mean | |
couchdb_dreyfus_index_group2_harmonic_mean Harmonic_mean of length of an dreyfus_index group2 request | Dreyfus Index Group2 Harmonic Mean | |
couchdb_dreyfus_index_group2_kurtosis Kurtosis of length of an dreyfus_index group2 request | Dreyfus Index Group2 Kurtosis | |
couchdb_dreyfus_index_group2_max Max of length of an dreyfus_index group2 request | Dreyfus Index Group2 Max | |
couchdb_dreyfus_index_group2_median Median of length of an dreyfus_index group2 request | Dreyfus Index Group2 Median | |
couchdb_dreyfus_index_group2_min Min of length of an dreyfus_index group2 request | Dreyfus Index Group2 Min | |
couchdb_dreyfus_index_group2_n Number of length of an dreyfus_index group2 request | Dreyfus Index Group2 N | |
couchdb_dreyfus_index_group2_percentile_50 p50 of length of an dreyfus_index group2 request | Dreyfus Index Group2 Percentile 50 | |
couchdb_dreyfus_index_group2_percentile_75 p75 of length of an dreyfus_index group2 request | Dreyfus Index Group2 Percentile 75 | |
couchdb_dreyfus_index_group2_percentile_90 p90 of length of an dreyfus_index group2 request | Dreyfus Index Group2 Percentile 90 | |
couchdb_dreyfus_index_group2_percentile_95 p95 of length of an dreyfus_index group2 request | Dreyfus Index Group2 Percentile 95 | |
couchdb_dreyfus_index_group2_percentile_99 p99 of length of an dreyfus_index group2 request | Dreyfus Index Group2 Percentile 99 | |
couchdb_dreyfus_index_group2_percentile_999 p999 of length of an dreyfus_index group2 request | Dreyfus Index Group2 Percentile 999 | |
couchdb_dreyfus_index_group2_skewness Skewness of length of an dreyfus_index group2 request | Dreyfus Index Group2 Skewness | |
couchdb_dreyfus_index_group2_standard_deviation Standard_deviation of length of an dreyfus_index group2 request | Dreyfus Index Group2 Standard Deviation | |
couchdb_dreyfus_index_group2_variance Variance of length of an dreyfus_index group2 request | Dreyfus Index Group2 Variance | |
couchdb_dreyfus_index_info_arithmetic_mean Arithmetic_mean of length of an dreyfus_index info request | Dreyfus Index Info Arithmetic Mean | |
couchdb_dreyfus_index_info_geometric_mean Geometric_mean of length of an dreyfus_index info request | Dreyfus Index Info Geometric Mean | |
couchdb_dreyfus_index_info_harmonic_mean Harmonic_mean of length of an dreyfus_index info request | Dreyfus Index Info Harmonic Mean | |
couchdb_dreyfus_index_info_kurtosis Kurtosis of length of an dreyfus_index info request | Dreyfus Index Info Kurtosis | |
couchdb_dreyfus_index_info_max Max of length of an dreyfus_index info request | Dreyfus Index Info Max | |
couchdb_dreyfus_index_info_median Median of length of an dreyfus_index info request | Dreyfus Index Info Median | |
couchdb_dreyfus_index_info_min Min of length of an dreyfus_index info request | Dreyfus Index Info Min | |
couchdb_dreyfus_index_info_n Number of length of an dreyfus_index info request | Dreyfus Index Info N | |
couchdb_dreyfus_index_info_percentile_50 p50 of length of an dreyfus_index info request | Dreyfus Index Info Percentile 50 | |
couchdb_dreyfus_index_info_percentile_75 p75 of length of an dreyfus_index info request | Dreyfus Index Info Percentile 75 | |
couchdb_dreyfus_index_info_percentile_90 p90 of length of an dreyfus_index info request | Dreyfus Index Info Percentile 90 | |
couchdb_dreyfus_index_info_percentile_95 p95 of length of an dreyfus_index info request | Dreyfus Index Info Percentile 95 | |
couchdb_dreyfus_index_info_percentile_99 p99 of length of an dreyfus_index info request | Dreyfus Index Info Percentile 99 | |
couchdb_dreyfus_index_info_percentile_999 p999 of length of an dreyfus_index info request | Dreyfus Index Info Percentile 999 | |
couchdb_dreyfus_index_info_skewness Skewness of length of an dreyfus_index info request | Dreyfus Index Info Skewness | |
couchdb_dreyfus_index_info_standard_deviation Standard_deviation of length of an dreyfus_index info request | Dreyfus Index Info Standard Deviation | |
couchdb_dreyfus_index_info_variance Variance of length of an dreyfus_index info request | Dreyfus Index Info Variance | |
couchdb_dreyfus_index_search_arithmetic_mean Arithmetic_mean of length of an dreyfus_index search request | Dreyfus Index Search Arithmetic Mean | |
couchdb_dreyfus_index_search_geometric_mean Geometric_mean of length of an dreyfus_index search request | Dreyfus Index Search Geometric Mean | |
couchdb_dreyfus_index_search_harmonic_mean Harmonic_mean of length of an dreyfus_index search request | Dreyfus Index Search Harmonic Mean | |
couchdb_dreyfus_index_search_kurtosis Kurtosis of length of an dreyfus_index search request | Dreyfus Index Search Kurtosis | |
couchdb_dreyfus_index_search_max Max of length of an dreyfus_index search request | Dreyfus Index Search Max | |
couchdb_dreyfus_index_search_median Median of length of an dreyfus_index search request | Dreyfus Index Search Median | |
couchdb_dreyfus_index_search_min Min of length of an dreyfus_index search request | Dreyfus Index Search Min | |
couchdb_dreyfus_index_search_n Number of length of an dreyfus_index search request | Dreyfus Index Search N | |
couchdb_dreyfus_index_search_percentile_50 p50 of length of an dreyfus_index search request | Dreyfus Index Search Percentile 50 | |
couchdb_dreyfus_index_search_percentile_75 p75 of length of an dreyfus_index search request | Dreyfus Index Search Percentile 75 | |
couchdb_dreyfus_index_search_percentile_90 p90 of length of an dreyfus_index search request | Dreyfus Index Search Percentile 90 | |
couchdb_dreyfus_index_search_percentile_95 p95 of length of an dreyfus_index search request | Dreyfus Index Search Percentile 95 | |
couchdb_dreyfus_index_search_percentile_99 p99 of length of an dreyfus_index search request | Dreyfus Index Search Percentile 99 | |
couchdb_dreyfus_index_search_percentile_999 p999 of length of an dreyfus_index search request | Dreyfus Index Search Percentile 999 | |
couchdb_dreyfus_index_search_skewness Skewness of length of an dreyfus_index search request | Dreyfus Index Search Skewness | |
couchdb_dreyfus_index_search_standard_deviation Standard_deviation of length of an dreyfus_index search request | Dreyfus Index Search Standard Deviation | |
couchdb_dreyfus_index_search_variance Variance of length of an dreyfus_index search request | Dreyfus Index Search Variance | |
couchdb_dreyfus_rpc_group1_arithmetic_mean Arithmetic_mean of length of a group1 RPC worker | Dreyfus Rpc Group1 Arithmetic Mean | |
couchdb_dreyfus_rpc_group1_geometric_mean Geometric_mean of length of a group1 RPC worker | Dreyfus Rpc Group1 Geometric Mean | |
couchdb_dreyfus_rpc_group1_harmonic_mean Harmonic_mean of length of a group1 RPC worker | Dreyfus Rpc Group1 Harmonic Mean | |
couchdb_dreyfus_rpc_group1_kurtosis Kurtosis of length of a group1 RPC worker | Dreyfus Rpc Group1 Kurtosis | |
couchdb_dreyfus_rpc_group1_max Max of length of a group1 RPC worker | Dreyfus Rpc Group1 Max | |
couchdb_dreyfus_rpc_group1_median Median of length of a group1 RPC worker | Dreyfus Rpc Group1 Median | |
couchdb_dreyfus_rpc_group1_min Min of length of a group1 RPC worker | Dreyfus Rpc Group1 Min | |
couchdb_dreyfus_rpc_group1_n Number of length of a group1 RPC worker | Dreyfus Rpc Group1 N | |
couchdb_dreyfus_rpc_group1_percentile_50 p50 of length of a group1 RPC worker | Dreyfus Rpc Group1 Percentile 50 | |
couchdb_dreyfus_rpc_group1_percentile_75 p75 of length of a group1 RPC worker | Dreyfus Rpc Group1 Percentile 75 | |
couchdb_dreyfus_rpc_group1_percentile_90 p90 of length of a group1 RPC worker | Dreyfus Rpc Group1 Percentile 90 | |
couchdb_dreyfus_rpc_group1_percentile_95 p95 of length of a group1 RPC worker | Dreyfus Rpc Group1 Percentile 95 | |
couchdb_dreyfus_rpc_group1_percentile_99 p99 of length of a group1 RPC worker | Dreyfus Rpc Group1 Percentile 99 | |
couchdb_dreyfus_rpc_group1_percentile_999 p999 of length of a group1 RPC worker | Dreyfus Rpc Group1 Percentile 999 | |
couchdb_dreyfus_rpc_group1_skewness Skewness of length of a group1 RPC worker | Dreyfus Rpc Group1 Skewness | |
couchdb_dreyfus_rpc_group1_standard_deviation Standard_deviation of length of a group1 RPC worker | Dreyfus Rpc Group1 Standard Deviation | |
couchdb_dreyfus_rpc_group1_variance Variance of length of a group1 RPC worker | Dreyfus Rpc Group1 Variance | |
couchdb_dreyfus_rpc_group2_arithmetic_mean Arithmetic_mean of length of a group2 RPC worker | Dreyfus Rpc Group2 Arithmetic Mean | |
couchdb_dreyfus_rpc_group2_geometric_mean Geometric_mean of length of a group2 RPC worker | Dreyfus Rpc Group2 Geometric Mean | |
couchdb_dreyfus_rpc_group2_harmonic_mean Harmonic_mean of length of a group2 RPC worker | Dreyfus Rpc Group2 Harmonic Mean | |
couchdb_dreyfus_rpc_group2_kurtosis Kurtosis of length of a group2 RPC worker | Dreyfus Rpc Group2 Kurtosis | |
couchdb_dreyfus_rpc_group2_max Max of length of a group2 RPC worker | Dreyfus Rpc Group2 Max | |
couchdb_dreyfus_rpc_group2_median Median of length of a group2 RPC worker | Dreyfus Rpc Group2 Median | |
couchdb_dreyfus_rpc_group2_min Min of length of a group2 RPC worker | Dreyfus Rpc Group2 Min | |
couchdb_dreyfus_rpc_group2_n Number of length of a group2 RPC worker | Dreyfus Rpc Group2 N | |
couchdb_dreyfus_rpc_group2_percentile_50 p50 of length of a group2 RPC worker | Dreyfus Rpc Group2 Percentile 50 | |
couchdb_dreyfus_rpc_group2_percentile_75 p75 of length of a group2 RPC worker | Dreyfus Rpc Group2 Percentile 75 | |
couchdb_dreyfus_rpc_group2_percentile_90 p90 of length of a group2 RPC worker | Dreyfus Rpc Group2 Percentile 90 | |
couchdb_dreyfus_rpc_group2_percentile_95 p95 of length of a group2 RPC worker | Dreyfus Rpc Group2 Percentile 95 | |
couchdb_dreyfus_rpc_group2_percentile_99 p99 of length of a group2 RPC worker | Dreyfus Rpc Group2 Percentile 99 | |
couchdb_dreyfus_rpc_group2_percentile_999 p999 of length of a group2 RPC worker | Dreyfus Rpc Group2 Percentile 999 | |
couchdb_dreyfus_rpc_group2_skewness Skewness of length of a group2 RPC worker | Dreyfus Rpc Group2 Skewness | |
couchdb_dreyfus_rpc_group2_standard_deviation Standard_deviation of length of a group2 RPC worker | Dreyfus Rpc Group2 Standard Deviation | |
couchdb_dreyfus_rpc_group2_variance Variance of length of a group2 RPC worker | Dreyfus Rpc Group2 Variance | |
couchdb_dreyfus_rpc_info_arithmetic_mean Arithmetic_mean of length of an info RPC worker | Dreyfus Rpc Info Arithmetic Mean | |
couchdb_dreyfus_rpc_info_geometric_mean Geometric_mean of length of an info RPC worker | Dreyfus Rpc Info Geometric Mean | |
couchdb_dreyfus_rpc_info_harmonic_mean Harmonic_mean of length of an info RPC worker | Dreyfus Rpc Info Harmonic Mean | |
couchdb_dreyfus_rpc_info_kurtosis Kurtosis of length of an info RPC worker | Dreyfus Rpc Info Kurtosis | |
couchdb_dreyfus_rpc_info_max Max of length of an info RPC worker | Dreyfus Rpc Info Max | |
couchdb_dreyfus_rpc_info_median Median of length of an info RPC worker | Dreyfus Rpc Info Median | |
couchdb_dreyfus_rpc_info_min Min of length of an info RPC worker | Dreyfus Rpc Info Min | |
couchdb_dreyfus_rpc_info_n Number of length of an info RPC worker | Dreyfus Rpc Info N | |
couchdb_dreyfus_rpc_info_percentile_50 p50 of length of an info RPC worker | Dreyfus Rpc Info Percentile 50 | |
couchdb_dreyfus_rpc_info_percentile_75 p75 of length of an info RPC worker | Dreyfus Rpc Info Percentile 75 | |
couchdb_dreyfus_rpc_info_percentile_90 p90 of length of an info RPC worker | Dreyfus Rpc Info Percentile 90 | |
couchdb_dreyfus_rpc_info_percentile_95 p95 of length of an info RPC worker | Dreyfus Rpc Info Percentile 95 | |
couchdb_dreyfus_rpc_info_percentile_99 p99 of length of an info RPC worker | Dreyfus Rpc Info Percentile 99 | |
couchdb_dreyfus_rpc_info_percentile_999 p999 of length of an info RPC worker | Dreyfus Rpc Info Percentile 999 | |
couchdb_dreyfus_rpc_info_skewness Skewness of length of an info RPC worker | Dreyfus Rpc Info Skewness | |
couchdb_dreyfus_rpc_info_standard_deviation Standard_deviation of length of an info RPC worker | Dreyfus Rpc Info Standard Deviation | |
couchdb_dreyfus_rpc_info_variance Variance of length of an info RPC worker | Dreyfus Rpc Info Variance | |
couchdb_dreyfus_rpc_search_arithmetic_mean Arithmetic_mean of length of a search RPC worker | Dreyfus Rpc Search Arithmetic Mean | |
couchdb_dreyfus_rpc_search_geometric_mean Geometric_mean of length of a search RPC worker | Dreyfus Rpc Search Geometric Mean | |
couchdb_dreyfus_rpc_search_harmonic_mean Harmonic_mean of length of a search RPC worker | Dreyfus Rpc Search Harmonic Mean | |
couchdb_dreyfus_rpc_search_kurtosis Kurtosis of length of a search RPC worker | Dreyfus Rpc Search Kurtosis | |
couchdb_dreyfus_rpc_search_max Max of length of a search RPC worker | Dreyfus Rpc Search Max | |
couchdb_dreyfus_rpc_search_median Median of length of a search RPC worker | Dreyfus Rpc Search Median | |
couchdb_dreyfus_rpc_search_min Min of length of a search RPC worker | Dreyfus Rpc Search Min | |
couchdb_dreyfus_rpc_search_n Number of length of a search RPC worker | Dreyfus Rpc Search N | |
couchdb_dreyfus_rpc_search_percentile_50 p50 of length of a search RPC worker | Dreyfus Rpc Search Percentile 50 | |
couchdb_dreyfus_rpc_search_percentile_75 p75 of length of a search RPC worker | Dreyfus Rpc Search Percentile 75 | |
couchdb_dreyfus_rpc_search_percentile_90 p90 of length of a search RPC worker | Dreyfus Rpc Search Percentile 90 | |
couchdb_dreyfus_rpc_search_percentile_95 p95 of length of a search RPC worker | Dreyfus Rpc Search Percentile 95 | |
couchdb_dreyfus_rpc_search_percentile_99 p99 of length of a search RPC worker | Dreyfus Rpc Search Percentile 99 | |
couchdb_dreyfus_rpc_search_percentile_999 p999 of length of a search RPC worker | Dreyfus Rpc Search Percentile 999 | |
couchdb_dreyfus_rpc_search_skewness Skewness of length of a search RPC worker | Dreyfus Rpc Search Skewness | |
couchdb_dreyfus_rpc_search_standard_deviation Standard_deviation of length of a search RPC worker | Dreyfus Rpc Search Standard Deviation | |
couchdb_dreyfus_rpc_search_variance Variance of length of a search RPC worker | Dreyfus Rpc Search Variance | |
couchdb_mango_docs_examined Number of documents examined by mango queries coordinated by this node | Mango Docs Examined | |
couchdb_mango_evaluate_selector Number of mango selector evaluations | Mango Evaluate Selector | |
couchdb_mango_query_invalid_index Number of mango queries that generated an invalid index warning | Mango Query Invalid Index | |
couchdb_mango_query_time_arithmetic_mean Arithmetic_mean of length of time processing a mango query | Mango Query Time Arithmetic Mean | |
couchdb_mango_query_time_geometric_mean Geometric_mean of length of time processing a mango query | Mango Query Time Geometric Mean | |
couchdb_mango_query_time_harmonic_mean Harmonic_mean of length of time processing a mango query | Mango Query Time Harmonic Mean | |
couchdb_mango_query_time_kurtosis Kurtosis of length of time processing a mango query | Mango Query Time Kurtosis | |
couchdb_mango_query_time_max Max of length of time processing a mango query | Mango Query Time Max | |
couchdb_mango_query_time_median Median of length of time processing a mango query | Mango Query Time Median | |
couchdb_mango_query_time_min Min of length of time processing a mango query | Mango Query Time Min | |
couchdb_mango_query_time_n Number of length of time processing a mango query | Mango Query Time N | |
couchdb_mango_query_time_percentile_50 p50 of length of time processing a mango query | Mango Query Time Percentile 50 | |
couchdb_mango_query_time_percentile_75 p75 of length of time processing a mango query | Mango Query Time Percentile 75 | |
couchdb_mango_query_time_percentile_90 p90 of length of time processing a mango query | Mango Query Time Percentile 90 | |
couchdb_mango_query_time_percentile_95 p95 of length of time processing a mango query | Mango Query Time Percentile 95 | |
couchdb_mango_query_time_percentile_99 p99 of length of time processing a mango query | Mango Query Time Percentile 99 | |
couchdb_mango_query_time_percentile_999 p999 of length of time processing a mango query | Mango Query Time Percentile 999 | |
couchdb_mango_query_time_skewness Skewness of length of time processing a mango query | Mango Query Time Skewness | |
couchdb_mango_query_time_standard_deviation Standard_deviation of length of time processing a mango query | Mango Query Time Standard Deviation | |
couchdb_mango_query_time_variance Variance of length of time processing a mango query | Mango Query Time Variance | |
couchdb_mango_quorum_docs_examined Number of documents examined by mango queries, using cluster quorum | Mango Quorum Docs Examined | |
couchdb_mango_results_returned Number of rows returned by mango queries | Mango Results Returned | Rows |
couchdb_mango_too_many_docs_scanned Number of mango queries that generated an index scan warning | Mango Too Many Docs Scanned | Queries |
couchdb_mango_unindexed_queries Number of mango queries that could not use an index | Mango Unindexed Queries | Queries |