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