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 MetricMetric Display NameUnitDescription
couchdb_active_tasks_db_compaction_changes_doneActive Tasks Db Compaction Changes DoneDocumentsChanges currently compacted
couchdb_active_tasks_db_compaction_countActive Tasks Db Compaction CountResourcesNumber of running compactions
couchdb_active_tasks_db_compaction_progressActive Tasks Db Compaction ProgresspercentProgress of the compaction process
couchdb_active_tasks_db_compaction_total_changesActive Tasks Db Compaction Total ChangesDocumentsNumber of changes this compaction will process
couchdb_active_tasks_indexer_changes_doneActive Tasks Indexer Changes DoneDocumentsNumber of already indexed changes
couchdb_active_tasks_indexer_countActive Tasks Indexer CountResourcesNumber of indexing processes
couchdb_active_tasks_indexer_progressActive Tasks Indexer ProgresspercentProgress of the indexing process
couchdb_active_tasks_indexer_total_changesActive Tasks Indexer Total ChangesDocumentsNumber of changes to be indexed
couchdb_active_tasks_replication_changes_pendingActive Tasks Replication Changes PendingDocumentsChanges yet to be processed
couchdb_active_tasks_replication_countActive Tasks Replication CountResourcesNumber of replications
couchdb_active_tasks_replication_doc_write_failuresActive Tasks Replication Doc Write FailuresErrorsFailed docs written while replicating
couchdb_active_tasks_replication_docs_readActive Tasks Replication Docs ReadDocumentsDocs read while replicating
couchdb_active_tasks_replication_docs_writtenActive Tasks Replication Docs WrittenDocumentsDocs written while replicating
couchdb_active_tasks_replication_missing_revisions_foundActive Tasks Replication Missing Revisions FoundMissing revisions
couchdb_active_tasks_replication_revisions_checkedActive Tasks Replication Revisions CheckedOperationsSuccessfully checked revisions
couchdb_active_tasks_view_compaction_countActive Tasks View Compaction CountResourcesNumber of running view compactions
couchdb_active_tasks_view_compaction_progressActive Tasks View Compaction ProgresspercentProgress of the view compaction
couchdb_by_db_active_sizeBy Db Active Sizebytessize of live data
couchdb_by_db_doc_countBy Db Doc CountDocumentsNumber of documents
couchdb_by_db_doc_del_countBy Db Doc Del CountDocumentsNumber of deleted documents
couchdb_by_db_external_sizeBy Db External Sizebytessize of the database uncompressed
couchdb_by_db_file_sizeBy Db File Sizebytessize of the database file on disk
couchdb_couch_log_level_alertCouch Log Level AlertMessagesNumber of logged alert messages
couchdb_couch_log_level_criticalCouch Log Level CriticalMessagesNumber of logged critical messages
couchdb_couch_log_level_debugCouch Log Level DebugMessagesNumber of logged debug messages
couchdb_couch_log_level_emergencyCouch Log Level EmergencyMessagesNumber of logged emergency messages
couchdb_couch_log_level_errorCouch Log Level ErrorMessagesNumber of logged error messages
couchdb_couch_log_level_infoCouch Log Level InfoMessagesNumber of logged info messages
couchdb_couch_log_level_noticeCouch Log Level NoticeMessagesNumber of logged notice messages
couchdb_couch_log_level_warningCouch Log Level WarningMessagesNumber of logged warning messages
couchdb_couch_replicator_changes_manager_deathsCouch Replicator Changes Manager DeathsResourcesNumber of failed replicator changes managers
couchdb_couch_replicator_changes_queue_deathsCouch Replicator Changes Queue DeathsResourcesNumber of failed replicator changes work queues
couchdb_couch_replicator_changes_read_failuresCouch Replicator Changes Read FailuresErrorsNumber of failed replicator changes read failures
couchdb_couch_replicator_changes_reader_deathsCouch Replicator Changes Reader DeathsResourcesNumber of failed replicator changes readers
couchdb_couch_replicator_checkpoints_failureCouch Replicator Checkpoints FailureRecordsNumber of failed checkpoint saves
couchdb_couch_replicator_checkpoints_successCouch Replicator Checkpoints SuccessRecordsNumber of checkpoints successfully saved
couchdb_couch_replicator_cluster_is_stableCouch Replicator Cluster Is StableErrorswhether or not the cluster is stable
couchdb_couch_replicator_connection_acquiresCouch Replicator Connection AcquiresRecordsNumber of times connections are shared
couchdb_couch_replicator_connection_closesCouch Replicator Connection ClosesRecordsNumber of times a worker is gracefully shut down
couchdb_couch_replicator_connection_createsCouch Replicator Connection CreatesRecordsNumber of connections created
couchdb_couch_replicator_connection_owner_crashesCouch Replicator Connection Owner CrashesRecordsNumber of times a connection owner crashes while owning at least one connection
couchdb_couch_replicator_connection_releasesCouch Replicator Connection ReleasesRecordsNumber of times ownership of a connection is released
couchdb_couch_replicator_connection_worker_crashesCouch Replicator Connection Worker CrashesRecordsNumber of times a worker unexpectedly terminates
couchdb_couch_replicator_db_scansCouch Replicator Db ScansRecordsNumber of times replicator db scans have been started
couchdb_couch_replicator_docs_completed_state_updatesCouch Replicator Docs Completed State UpdatesRecordsNumber of 'completed' state document updates
couchdb_couch_replicator_docs_db_changesCouch Replicator Docs Db ChangesRecordsNumber of db changes processed by replicator doc processor
couchdb_couch_replicator_docs_dbs_createdCouch Replicator Docs Dbs CreatedRecordsNumber of db shard creations seen by replicator doc processor
couchdb_couch_replicator_docs_dbs_deletedCouch Replicator Docs Dbs DeletedRecordsNumber of db shard deletions seen by replicator doc processor
couchdb_couch_replicator_docs_dbs_foundCouch Replicator Docs Dbs FoundRecordsNumber of db shard found by replicator doc processor
couchdb_couch_replicator_docs_failed_state_updatesCouch Replicator Docs Failed State UpdatesRecordsNumber of 'failed' state document updates
couchdb_couch_replicator_failed_startsCouch Replicator Failed StartsResourcesNumber of replications that have failed to start
couchdb_couch_replicator_jobs_addsCouch Replicator Jobs AddsRecordsNumber of jobs added to replicator scheduler
couchdb_couch_replicator_jobs_crashedCouch Replicator Jobs CrashedRecordsreplicator scheduler crashed jobs
couchdb_couch_replicator_jobs_crashesCouch Replicator Jobs CrashesRecordsNumber of jobs crashed noticed by replicator scheduler
couchdb_couch_replicator_jobs_duplicate_addsCouch Replicator Jobs Duplicate AddsRecordsNumber of duplicate jobs added to replicator scheduler
couchdb_couch_replicator_jobs_pendingCouch Replicator Jobs PendingRecordsreplicator scheduler pending jobs
couchdb_couch_replicator_jobs_removesCouch Replicator Jobs RemovesRecordsNumber of jobs removed from replicator scheduler
couchdb_couch_replicator_jobs_runningCouch Replicator Jobs RunningRecordsreplicator scheduler running jobs
couchdb_couch_replicator_jobs_startsCouch Replicator Jobs StartsRecordsNumber of jobs started from replicator scheduler
couchdb_couch_replicator_jobs_stopsCouch Replicator Jobs StopsRecordsNumber of jobs stopped by replicator scheduler
couchdb_couch_replicator_jobs_totalCouch Replicator Jobs TotalRecordstotal number of replicator scheduler jobs
couchdb_couch_replicator_requestsCouch Replicator RequestsRequestsNumber of HTTP requests made by the replicator
couchdb_couch_replicator_responses_failureCouch Replicator Responses FailureResponsesNumber of failed HTTP responses received by the replicator
couchdb_couch_replicator_responses_successCouch Replicator Responses SuccessResponsesNumber of successful HTTP responses received by the replicator
couchdb_couch_replicator_stream_responses_failureCouch Replicator Stream Responses FailureResponsesNumber of failed streaming HTTP responses received by the replicator
couchdb_couch_replicator_stream_responses_successCouch Replicator Stream Responses SuccessResponsesNumber of successful streaming HTTP responses received by the replicator
couchdb_couch_replicator_worker_deathsCouch Replicator Worker DeathsResourcesNumber of failed replicator workers
couchdb_couch_replicator_workers_startedCouch Replicator Workers StartedResourcesNumber of replicator workers started
couchdb_couchdb_auth_cache_hitsCouchdb Auth Cache HitsHitsNumber of authentication cache hits
couchdb_couchdb_auth_cache_missesCouchdb Auth Cache MissesMissesNumber of authentication cache misses
couchdb_couchdb_collect_results_time_arithmetic_meanCouchdb Collect Results Time Arithmetic MeanmicrosecondsArithmetic_mean of the microsecond latency for calls to couch_db:collect_results/3
couchdb_couchdb_collect_results_time_geometric_meanCouchdb Collect Results Time Geometric MeanmicrosecondsGeometric_mean of the microsecond latency for calls to couch_db:collect_results/3
couchdb_couchdb_collect_results_time_harmonic_meanCouchdb Collect Results Time Harmonic MeanmicrosecondsHarmonic_mean of the microsecond latency for calls to couch_db:collect_results/3
couchdb_couchdb_collect_results_time_kurtosisCouchdb Collect Results Time KurtosismicrosecondsKurtosis of the microsecond latency for calls to couch_db:collect_results/3
couchdb_couchdb_collect_results_time_maxCouchdb Collect Results Time MaxmicrosecondsMax of the microsecond latency for calls to couch_db:collect_results/3
couchdb_couchdb_collect_results_time_medianCouchdb Collect Results Time MedianmicrosecondsMedian of the microsecond latency for calls to couch_db:collect_results/3
couchdb_couchdb_collect_results_time_minCouchdb Collect Results Time MinmicrosecondsMin of the microsecond latency for calls to couch_db:collect_results/3
couchdb_couchdb_collect_results_time_nCouchdb Collect Results Time NmicrosecondsN of the microsecond latency for calls to couch_db:collect_results/3
couchdb_couchdb_collect_results_time_percentile_50Couchdb Collect Results Time Percentile 50microsecondsPercentile 50 of the microsecond latency for calls to couch_db:collect_results/3
couchdb_couchdb_collect_results_time_percentile_75Couchdb Collect Results Time Percentile 75microsecondsPercentile 75 of the microsecond latency for calls to couch_db:collect_results/3
couchdb_couchdb_collect_results_time_percentile_90Couchdb Collect Results Time Percentile 90microsecondsPercentile 90 of the microsecond latency for calls to couch_db:collect_results/3
couchdb_couchdb_collect_results_time_percentile_95Couchdb Collect Results Time Percentile 95microsecondsPercentile 95 of the microsecond latency for calls to couch_db:collect_results/3
couchdb_couchdb_collect_results_time_percentile_99Couchdb Collect Results Time Percentile 99microsecondsPercentile 99 of the microsecond latency for calls to couch_db:collect_results/3
couchdb_couchdb_collect_results_time_percentile_999Couchdb Collect Results Time Percentile 999microsecondsPercentile 999 of the microsecond latency for calls to couch_db:collect_results/3
couchdb_couchdb_collect_results_time_skewnessCouchdb Collect Results Time SkewnessmicrosecondsSkewness of the microsecond latency for calls to couch_db:collect_results/3
couchdb_couchdb_collect_results_time_standard_deviationCouchdb Collect Results Time Standard DeviationmicrosecondsStandard_deviation of the microsecond latency for calls to couch_db:collect_results/3
couchdb_couchdb_collect_results_time_varianceCouchdb Collect Results Time VariancemicrosecondsVariance of the microsecond latency for calls to couch_db:collect_results/3
couchdb_couchdb_couch_server_lru_skipCouchdb Couch Server Lru SkipOperationsNumber of couch_server LRU operations skipped
couchdb_couchdb_database_purgesCouchdb Database PurgesReadsNumber of times a database was purged
couchdb_couchdb_database_readsCouchdb Database ReadsReadsNumber of times a document was read from a database
couchdb_couchdb_database_writesCouchdb Database WritesWritesNumber of times a database was changed
couchdb_couchdb_db_open_time_arithmetic_meanCouchdb Db Open Time Arithmetic MeanmillisecondsArithmetic_mean of the milliseconds required to open a database
couchdb_couchdb_db_open_time_geometric_meanCouchdb Db Open Time Geometric MeanmillisecondsGeometric_mean of the milliseconds required to open a database
couchdb_couchdb_db_open_time_harmonic_meanCouchdb Db Open Time Harmonic MeanmillisecondsHarmonic_mean of the milliseconds required to open a database
couchdb_couchdb_db_open_time_kurtosisCouchdb Db Open Time KurtosismillisecondsKurtosis of the milliseconds required to open a database
couchdb_couchdb_db_open_time_maxCouchdb Db Open Time MaxmillisecondsMax of the milliseconds required to open a database
couchdb_couchdb_db_open_time_medianCouchdb Db Open Time MedianmillisecondsMedian of the milliseconds required to open a database
couchdb_couchdb_db_open_time_minCouchdb Db Open Time MinmillisecondsMin of the milliseconds required to open a database
couchdb_couchdb_db_open_time_nCouchdb Db Open Time NmillisecondsN of the milliseconds required to open a database
couchdb_couchdb_db_open_time_percentile_50Couchdb Db Open Time Percentile 50millisecondsPercentile 50 of the milliseconds required to open a database
couchdb_couchdb_db_open_time_percentile_75Couchdb Db Open Time Percentile 75millisecondsPercentile 75 of the milliseconds required to open a database
couchdb_couchdb_db_open_time_percentile_90Couchdb Db Open Time Percentile 90millisecondsPercentile 90 of the milliseconds required to open a database
couchdb_couchdb_db_open_time_percentile_95Couchdb Db Open Time Percentile 95millisecondsPercentile 95 of the milliseconds required to open a database
couchdb_couchdb_db_open_time_percentile_99Couchdb Db Open Time Percentile 99millisecondsPercentile 99 of the milliseconds required to open a database
couchdb_couchdb_db_open_time_percentile_999Couchdb Db Open Time Percentile 999millisecondsPercentile 999 of the milliseconds required to open a database
couchdb_couchdb_db_open_time_skewnessCouchdb Db Open Time SkewnessmillisecondsSkewness of the milliseconds required to open a database
couchdb_couchdb_db_open_time_standard_deviationCouchdb Db Open Time Standard DeviationmillisecondsStandard_deviation of the milliseconds required to open a database
couchdb_couchdb_db_open_time_varianceCouchdb Db Open Time VariancemillisecondsVariance of the milliseconds required to open a database
couchdb_couchdb_dbinfo_arithmetic_meanCouchdb Dbinfo Arithmetic MeanmillisecondsArithmetic_mean of the distribution of latencies for calls to retrieve DB info
couchdb_couchdb_dbinfo_geometric_meanCouchdb Dbinfo Geometric MeanmillisecondsGeometric_mean of the distribution of latencies for calls to retrieve DB info
couchdb_couchdb_dbinfo_harmonic_meanCouchdb Dbinfo Harmonic MeanmillisecondsHarmonic_mean of the distribution of latencies for calls to retrieve DB info
couchdb_couchdb_dbinfo_kurtosisCouchdb Dbinfo KurtosismillisecondsKurtosis of the distribution of latencies for calls to retrieve DB info
couchdb_couchdb_dbinfo_maxCouchdb Dbinfo MaxmillisecondsMax of the distribution of latencies for calls to retrieve DB info
couchdb_couchdb_dbinfo_medianCouchdb Dbinfo MedianmillisecondsMedian of the distribution of latencies for calls to retrieve DB info
couchdb_couchdb_dbinfo_minCouchdb Dbinfo MinmillisecondsMin of the distribution of latencies for calls to retrieve DB info
couchdb_couchdb_dbinfo_nCouchdb Dbinfo NmillisecondsN of the distribution of latencies for calls to retrieve DB info
couchdb_couchdb_dbinfo_percentile_50Couchdb Dbinfo Percentile 50millisecondsPercentile 50 of the distribution of latencies for calls to retrieve DB info
couchdb_couchdb_dbinfo_percentile_75Couchdb Dbinfo Percentile 75millisecondsPercentile 75 of the distribution of latencies for calls to retrieve DB info
couchdb_couchdb_dbinfo_percentile_90Couchdb Dbinfo Percentile 90millisecondsPercentile 90 of the distribution of latencies for calls to retrieve DB info
couchdb_couchdb_dbinfo_percentile_95Couchdb Dbinfo Percentile 95millisecondsPercentile 95 of the distribution of latencies for calls to retrieve DB info
couchdb_couchdb_dbinfo_percentile_99Couchdb Dbinfo Percentile 99millisecondsPercentile 99 of the distribution of latencies for calls to retrieve DB info
couchdb_couchdb_dbinfo_percentile_999Couchdb Dbinfo Percentile 999millisecondsPercentile 999 of the distribution of latencies for calls to retrieve DB info
couchdb_couchdb_dbinfo_skewnessCouchdb Dbinfo SkewnessmillisecondsSkewness of the distribution of latencies for calls to retrieve DB info
couchdb_couchdb_dbinfo_standard_deviationCouchdb Dbinfo Standard DeviationmillisecondsStandard_deviation of the distribution of latencies for calls to retrieve DB info
couchdb_couchdb_dbinfo_varianceCouchdb Dbinfo VariancemillisecondsVariance of the distribution of latencies for calls to retrieve DB info
couchdb_couchdb_document_insertsCouchdb Document InsertsDocumentsNumber of documents inserted
couchdb_couchdb_document_purges_failureCouchdb Document Purges FailureWritesNumber of failed document purge operations
couchdb_couchdb_document_purges_successCouchdb Document Purges SuccessWritesNumber of successful document purge operations
couchdb_couchdb_document_purges_totalCouchdb Document Purges TotalWritestotal number of document purge operations
couchdb_couchdb_document_writesCouchdb Document WritesWritesNumber of document write operations
couchdb_couchdb_httpd_aborted_requestsCouchdb Httpd Aborted RequestsRequestsNumber of aborted requests
couchdb_couchdb_httpd_bulk_docs_arithmetic_meanCouchdb Httpd Bulk Docs Arithmetic MeanDocumentsArithmetic_mean of the distribution of the number of docs in _bulk_docs requests
couchdb_couchdb_httpd_bulk_docs_geometric_meanCouchdb Httpd Bulk Docs Geometric MeanDocumentsGeometric_mean of the distribution of the number of docs in _bulk_docs requests
couchdb_couchdb_httpd_bulk_docs_harmonic_meanCouchdb Httpd Bulk Docs Harmonic MeanDocumentsHarmonic_mean of the distribution of the number of docs in _bulk_docs requests
couchdb_couchdb_httpd_bulk_docs_kurtosisCouchdb Httpd Bulk Docs KurtosisDocumentsKurtosis of the distribution of the number of docs in _bulk_docs requests
couchdb_couchdb_httpd_bulk_docs_maxCouchdb Httpd Bulk Docs MaxDocumentsMax of the distribution of the number of docs in _bulk_docs requests
couchdb_couchdb_httpd_bulk_docs_medianCouchdb Httpd Bulk Docs MedianDocumentsMedian of the distribution of the number of docs in _bulk_docs requests
couchdb_couchdb_httpd_bulk_docs_minCouchdb Httpd Bulk Docs MinDocumentsMin of the distribution of the number of docs in _bulk_docs requests
couchdb_couchdb_httpd_bulk_docs_nCouchdb Httpd Bulk Docs NDocumentsN of the distribution of the number of docs in _bulk_docs requests
couchdb_couchdb_httpd_bulk_docs_percentile_50Couchdb Httpd Bulk Docs Percentile 50DocumentsPercentile 50 of the distribution of the number of docs in _bulk_docs requests
couchdb_couchdb_httpd_bulk_docs_percentile_75Couchdb Httpd Bulk Docs Percentile 75DocumentsPercentile 75 of the distribution of the number of docs in _bulk_docs requests
couchdb_couchdb_httpd_bulk_docs_percentile_90Couchdb Httpd Bulk Docs Percentile 90DocumentsPercentile 90 of the distribution of the number of docs in _bulk_docs requests
couchdb_couchdb_httpd_bulk_docs_percentile_95Couchdb Httpd Bulk Docs Percentile 95DocumentsPercentile 95 of the distribution of the number of docs in _bulk_docs requests
couchdb_couchdb_httpd_bulk_docs_percentile_99Couchdb Httpd Bulk Docs Percentile 99DocumentsPercentile 99 of the distribution of the number of docs in _bulk_docs requests
couchdb_couchdb_httpd_bulk_docs_percentile_999Couchdb Httpd Bulk Docs Percentile 999DocumentsPercentile 999 of the distribution of the number of docs in _bulk_docs requests
couchdb_couchdb_httpd_bulk_docs_skewnessCouchdb Httpd Bulk Docs SkewnessDocumentsSkewness of the distribution of the number of docs in _bulk_docs requests
couchdb_couchdb_httpd_bulk_docs_standard_deviationCouchdb Httpd Bulk Docs Standard DeviationDocumentsStandard_deviation of the distribution of the number of docs in _bulk_docs requests
couchdb_couchdb_httpd_bulk_docs_varianceCouchdb Httpd Bulk Docs VarianceDocumentsVariance of the distribution of the number of docs in _bulk_docs requests
couchdb_couchdb_httpd_bulk_requestsCouchdb Httpd Bulk RequestsRequestsNumber of bulk requests
couchdb_couchdb_httpd_clients_requesting_changesCouchdb Httpd Clients Requesting ChangesConnectionsNumber of clients for continuous _changes
couchdb_couchdb_httpd_purge_requestsCouchdb Httpd Purge RequestsWritesNumber of HTTP purge requests
couchdb_couchdb_httpd_requestsCouchdb Httpd RequestsRequestsNumber of HTTP requests
couchdb_couchdb_httpd_temporary_view_readsCouchdb Httpd Temporary View ReadsReadsNumber of temporary view reads
couchdb_couchdb_httpd_view_readsCouchdb Httpd View ReadsReadsNumber of view reads
couchdb_couchdb_httpd_request_methods_COPYCouchdb Httpd Request Methods CopyRequestsNumber of HTTP COPY requests
couchdb_couchdb_httpd_request_methods_DELETECouchdb Httpd Request Methods DeleteRequestsNumber of HTTP DELETE requests
couchdb_couchdb_httpd_request_methods_GETCouchdb Httpd Request Methods GetRequestsNumber of HTTP GET requests
couchdb_couchdb_httpd_request_methods_HEADCouchdb Httpd Request Methods HeadRequestsNumber of HTTP HEAD requests
couchdb_couchdb_httpd_request_methods_OPTIONSCouchdb Httpd Request Methods OptionsRequestsNumber of HTTP OPTIONS requests
couchdb_couchdb_httpd_request_methods_POSTCouchdb Httpd Request Methods PostRequestsNumber of HTTP POST requests
couchdb_couchdb_httpd_request_methods_PUTCouchdb Httpd Request Methods PutRequestsNumber of HTTP PUT requests
couchdb_couchdb_httpd_status_codes_200Couchdb Httpd Status Codes 200RequestsNumber of HTTP 200 OK responses
couchdb_couchdb_httpd_status_codes_201Couchdb Httpd Status Codes 201RequestsNumber of HTTP 201 Created responses
couchdb_couchdb_httpd_status_codes_202Couchdb Httpd Status Codes 202RequestsNumber of HTTP 202 Accepted responses
couchdb_couchdb_httpd_status_codes_204Couchdb Httpd Status Codes 204RequestsNumber of HTTP 204 No Content responses
couchdb_couchdb_httpd_status_codes_206Couchdb Httpd Status Codes 206RequestsNumber of HTTP 206 Partial Content
couchdb_couchdb_httpd_status_codes_301Couchdb Httpd Status Codes 301RequestsNumber of HTTP 301 Moved Permanently responses
couchdb_couchdb_httpd_status_codes_302Couchdb Httpd Status Codes 302RequestsNumber of HTTP 302 Found responses
couchdb_couchdb_httpd_status_codes_304Couchdb Httpd Status Codes 304RequestsNumber of HTTP 304 Not Modified responses
couchdb_couchdb_httpd_status_codes_400Couchdb Httpd Status Codes 400RequestsNumber of HTTP 400 Bad Request responses
couchdb_couchdb_httpd_status_codes_401Couchdb Httpd Status Codes 401RequestsNumber of HTTP 401 Unauthorized responses
couchdb_couchdb_httpd_status_codes_403Couchdb Httpd Status Codes 403RequestsNumber of HTTP 403 Forbidden responses
couchdb_couchdb_httpd_status_codes_404Couchdb Httpd Status Codes 404RequestsNumber of HTTP 404 Not Found responses
couchdb_couchdb_httpd_status_codes_405Couchdb Httpd Status Codes 405RequestsNumber of HTTP 405 Method Not Allowed responses
couchdb_couchdb_httpd_status_codes_406Couchdb Httpd Status Codes 406RequestsNumber of HTTP 406 Not Acceptable responses
couchdb_couchdb_httpd_status_codes_409Couchdb Httpd Status Codes 409RequestsNumber of HTTP 409 Conflict responses
couchdb_couchdb_httpd_status_codes_412Couchdb Httpd Status Codes 412RequestsNumber of HTTP 412 Precondition Failed responses
couchdb_couchdb_httpd_status_codes_413Couchdb Httpd Status Codes 413RequestsNumber of HTTP 413 Request Entity Too Long responses
couchdb_couchdb_httpd_status_codes_414Couchdb Httpd Status Codes 414RequestsNumber of HTTP 414 Request URI Too Long responses
couchdb_couchdb_httpd_status_codes_415Couchdb Httpd Status Codes 415RequestsNumber of HTTP 415 Unsupported Media Type responses
couchdb_couchdb_httpd_status_codes_416Couchdb Httpd Status Codes 416RequestsNumber of HTTP 416 Requested Range Not Satisfiable responses
couchdb_couchdb_httpd_status_codes_417Couchdb Httpd Status Codes 417RequestsNumber of HTTP 417 Expectation Failed responses
couchdb_couchdb_httpd_status_codes_500Couchdb Httpd Status Codes 500RequestsNumber of HTTP 500 Internal Server Error responses
couchdb_couchdb_httpd_status_codes_501Couchdb Httpd Status Codes 501RequestsNumber of HTTP 501 Not Implemented responses
couchdb_couchdb_httpd_status_codes_503Couchdb Httpd Status Codes 503RequestsNumber of HTTP 503 Server Unavailable responses
couchdb_couchdb_local_document_writesCouchdb Local Document WritesWritesNumber of _local document write operations
couchdb_couchdb_mrview_emitsCouchdb Mrview EmitsDocumentsNumber of invocations of `emit' in map functions in the view server
couchdb_couchdb_mrview_map_docCouchdb Mrview Map DocDocumentsNumber of documents mapped in the view server
couchdb_couchdb_open_databasesCouchdb Open DatabasesResourcesNumber of open databases
couchdb_couchdb_open_os_filesCouchdb Open Os FilesFilesNumber of file descriptors CouchDB has open
couchdb_couchdb_query_server_vdu_process_time_arithmetic_meanCouchdb Query Server Vdu Process Time Arithmetic MeanmillisecondsArithmetic_mean of the duration of validate_doc_update function calls
couchdb_couchdb_query_server_vdu_process_time_geometric_meanCouchdb Query Server Vdu Process Time Geometric MeanmillisecondsGeometric_mean of the duration of validate_doc_update function calls
couchdb_couchdb_query_server_vdu_process_time_harmonic_meanCouchdb Query Server Vdu Process Time Harmonic MeanmillisecondsHarmonic_mean of the duration of validate_doc_update function calls
couchdb_couchdb_query_server_vdu_process_time_kurtosisCouchdb Query Server Vdu Process Time KurtosismillisecondsKurtosis of the duration of validate_doc_update function calls
couchdb_couchdb_query_server_vdu_process_time_maxCouchdb Query Server Vdu Process Time MaxmillisecondsMax of the duration of validate_doc_update function calls
couchdb_couchdb_query_server_vdu_process_time_medianCouchdb Query Server Vdu Process Time MedianmillisecondsMedian of the duration of validate_doc_update function calls
couchdb_couchdb_query_server_vdu_process_time_minCouchdb Query Server Vdu Process Time MinmillisecondsMin of the duration of validate_doc_update function calls
couchdb_couchdb_query_server_vdu_process_time_nCouchdb Query Server Vdu Process Time NmillisecondsN of the duration of validate_doc_update function calls
couchdb_couchdb_query_server_vdu_process_time_percentile_50Couchdb Query Server Vdu Process Time Percentile 50millisecondsPercentile 50 of the duration of validate_doc_update function calls
couchdb_couchdb_query_server_vdu_process_time_percentile_75Couchdb Query Server Vdu Process Time Percentile 75millisecondsPercentile 75 of the duration of validate_doc_update function calls
couchdb_couchdb_query_server_vdu_process_time_percentile_90Couchdb Query Server Vdu Process Time Percentile 90millisecondsPercentile 90 of the duration of validate_doc_update function calls
couchdb_couchdb_query_server_vdu_process_time_percentile_95Couchdb Query Server Vdu Process Time Percentile 95millisecondsPercentile 95 of the duration of validate_doc_update function calls
couchdb_couchdb_query_server_vdu_process_time_percentile_99Couchdb Query Server Vdu Process Time Percentile 99millisecondsPercentile 99 of the duration of validate_doc_update function calls
couchdb_couchdb_query_server_vdu_process_time_percentile_999Couchdb Query Server Vdu Process Time Percentile 999millisecondsPercentile 999 of the duration of validate_doc_update function calls
couchdb_couchdb_query_server_vdu_process_time_skewnessCouchdb Query Server Vdu Process Time SkewnessmillisecondsSkewness of the duration of validate_doc_update function calls
couchdb_couchdb_query_server_vdu_process_time_standard_deviationCouchdb Query Server Vdu Process Time Standard DeviationmillisecondsStandard_deviation of the duration of validate_doc_update function calls
couchdb_couchdb_query_server_vdu_process_time_varianceCouchdb Query Server Vdu Process Time VariancemillisecondsVariance of the duration of validate_doc_update function calls
couchdb_couchdb_query_server_vdu_rejectsCouchdb Query Server Vdu RejectsEventsNumber of rejections by validate_doc_update function
couchdb_couchdb_request_time_arithmetic_meanCouchdb Request Time Arithmetic MeanmillisecondsArithmetic_mean of the length of a request inside CouchDB without MochiWeb (available for CouchDB v1 only)
couchdb_couchdb_request_time_geometric_meanCouchdb Request Time Geometric MeanmillisecondsGeometric_mean of the length of a request inside CouchDB without MochiWeb (available for CouchDB v1 only)
couchdb_couchdb_request_time_harmonic_meanCouchdb Request Time Harmonic MeanmillisecondsHarmonic_mean of the length of a request inside CouchDB without MochiWeb (available for CouchDB v1 only)
couchdb_couchdb_request_time_kurtosisCouchdb Request Time KurtosismillisecondsKurtosis of the length of a request inside CouchDB without MochiWeb (available for CouchDB v1 only)
couchdb_couchdb_request_time_maxCouchdb Request Time MaxmillisecondsMax of the length of a request inside CouchDB without MochiWeb (available for CouchDB v1 only)
couchdb_couchdb_request_time_medianCouchdb Request Time MedianmillisecondsMedian of the length of a request inside CouchDB without MochiWeb (available for CouchDB v1 only)
couchdb_couchdb_request_time_minCouchdb Request Time MinmillisecondsMin of the length of a request inside CouchDB without MochiWeb (available for CouchDB v1 only)
couchdb_couchdb_request_time_nCouchdb Request Time NmillisecondsN of the length of a request inside CouchDB without MochiWeb (available for CouchDB v1 only)
couchdb_couchdb_request_time_percentile_50Couchdb Request Time Percentile 50millisecondsPercentile 50 of the length of a request inside CouchDB without MochiWeb (available for CouchDB v1 only)
couchdb_couchdb_request_time_percentile_75Couchdb Request Time Percentile 75millisecondsPercentile 75 of the length of a request inside CouchDB without MochiWeb (available for CouchDB v1 only)
couchdb_couchdb_request_time_percentile_90Couchdb Request Time Percentile 90millisecondsPercentile 90 of the length of a request inside CouchDB without MochiWeb (available for CouchDB v1 only)
couchdb_couchdb_request_time_percentile_95Couchdb Request Time Percentile 95millisecondsPercentile 95 of the length of a request inside CouchDB without MochiWeb (available for CouchDB v1 only)
couchdb_couchdb_request_time_percentile_99Couchdb Request Time Percentile 99millisecondsPercentile 99 of the length of a request inside CouchDB without MochiWeb (available for CouchDB v1 only)
couchdb_couchdb_request_time_percentile_999Couchdb Request Time Percentile 999millisecondsPercentile 999 of the length of a request inside CouchDB without MochiWeb (available for CouchDB v1 only)
couchdb_couchdb_request_time_skewnessCouchdb Request Time SkewnessmillisecondsSkewness of the length of a request inside CouchDB without MochiWeb (available for CouchDB v1 only)
couchdb_couchdb_request_time_standard_deviationCouchdb Request Time Standard DeviationmillisecondsStandard_deviation of the length of a request inside CouchDB without MochiWeb (available for CouchDB v1 only)
couchdb_couchdb_request_time_varianceCouchdb Request Time VariancemillisecondsVariance of the length of a request inside CouchDB without MochiWeb (available for CouchDB v1 only)
couchdb_ddoc_cache_hitDdoc Cache HitHitsNumber of design doc cache hits
couchdb_ddoc_cache_missDdoc Cache MissMissesNumber of design doc cache misses
couchdb_ddoc_cache_recoveryDdoc Cache RecoveryReadsNumber of design doc cache recoveries
couchdb_erlang_context_switchesErlang Context SwitchesErlang context switches
couchdb_erlang_distribution_recv_avgErlang Distribution Recv AvgErlang distribution recv avg
couchdb_erlang_distribution_recv_cntErlang Distribution Recv CntErlang distribution recv cnt
couchdb_erlang_distribution_recv_dviErlang Distribution Recv DviErlang distribution recv dvi
couchdb_erlang_distribution_recv_maxErlang Distribution Recv MaxErlang Distribution Recv Max
couchdb_erlang_distribution_recv_octErlang Distribution Recv OctErlang Distribution Recv Oct
couchdb_erlang_distribution_send_avgErlang Distribution Send AvgErlang Distribution Send Avg
couchdb_erlang_distribution_send_cntErlang Distribution Send CntErlang Distribution Send Cnt
couchdb_erlang_distribution_send_maxErlang Distribution Send MaxErlang Distribution Send Max
couchdb_erlang_distribution_send_octErlang Distribution Send OctErlang Distribution Send Oct
couchdb_erlang_distribution_send_pendErlang Distribution Send PendErlang Distribution Send Pend
couchdb_erlang_ets_table_countErlang Ets Table CountErlang Ets Table Count
couchdb_erlang_garbage_collection_countErlang Garbage Collection CountErlang Garbage Collection Count
couchdb_erlang_internal_replication_jobsErlang Internal Replication JobsErlang Internal Replication Jobs
couchdb_erlang_io_inputErlang Io InputErlang Io Input
couchdb_erlang_io_outputErlang Io OutputErlang Io Output
couchdb_erlang_memory_atomErlang Memory AtombytesErlang Memory Atom
couchdb_erlang_memory_atom_usedErlang Memory Atom UsedbytesErlang Memory Atom Used
couchdb_erlang_memory_binaryErlang Memory BinarybytesErlang Memory Binary
couchdb_erlang_memory_codeErlang Memory CodebytesErlang Memory Code
couchdb_erlang_memory_etsErlang Memory EtsbytesErlang Memory Ets
couchdb_erlang_memory_otherErlang Memory OtherbytesErlang Memory Other
couchdb_erlang_memory_processesErlang Memory ProcessesbytesErlang Memory Processes
couchdb_erlang_memory_processes_usedErlang Memory Processes UsedbytesErlang Memory Processes Used
couchdb_erlang_message_queues_sizeErlang Message Queues SizeErlang Message Queues Size
couchdb_erlang_os_proc_countErlang Os Proc CountErlang Os Proc Count
couchdb_erlang_process_countErlang Process CountErlang Process Count
couchdb_erlang_process_limitErlang Process LimitErlang Process Limit
couchdb_erlang_reductionsErlang ReductionsErlang Reductions
couchdb_erlang_run_queueErlang Run QueueErlang Run Queue
couchdb_erlang_stale_proc_countErlang Stale Proc CountErlang Stale Proc Count
couchdb_erlang_uptimeErlang UptimeErlang Uptime
couchdb_erlang_words_reclaimedErlang Words ReclaimedErlang words reclaimed
couchdb_fabric_doc_update_errorsFabric Doc Update ErrorsErrorsNumber of document update errors
couchdb_fabric_doc_update_mismatched_errorsFabric Doc Update Mismatched ErrorsErrorsNumber of document update errors with multiple error types
couchdb_fabric_doc_update_write_quorum_errorsFabric Doc Update Write Quorum ErrorsErrorsNumber of write quorum errors
couchdb_fabric_open_shard_timeoutsFabric Open Shard TimeoutsErrorsNumber of open shard timeouts
couchdb_fabric_read_repairs_failureFabric Read Repairs FailureOperationsNumber of failed read repair operations
couchdb_fabric_read_repairs_successFabric Read Repairs SuccessOperationsNumber of successful read repair operations
couchdb_fabric_worker_timeoutsFabric Worker TimeoutsTimeoutsNumber of worker timeouts
couchdb_global_changes_db_writesGlobal Changes Db WritesWritesNumber of db writes performed by global changes
couchdb_global_changes_event_doc_conflictGlobal Changes Event Doc ConflicteventNumber of conflicted event docs encountered by global changes
couchdb_global_changes_listener_pending_updatesGlobal Changes Listener Pending UpdatesWritesNumber of global changes updates pending writes in global_changes_listener
couchdb_global_changes_rpcsGlobal Changes RpcsOperationsNumber of rpc operations performed by global_changes
couchdb_global_changes_server_pending_updatesGlobal Changes Server Pending UpdatesWritesNumber of global changes updates pending writes in global_changes_server
couchdb_mem3_shard_cache_evictionMem3 Shard Cache EvictionEvictionsNumber of shard cache evictions
couchdb_mem3_shard_cache_hitMem3 Shard Cache HitHitsNumber of shard cache hits
couchdb_mem3_shard_cache_missMem3 Shard Cache MissMissesNumber of shard cache misses
couchdb_pread_exceed_eofPread Exceed EofReadsNumber of the attempts to read beyond end of db file
couchdb_pread_exceed_limitPread Exceed LimitReadsNumber of the attempts to read beyond set limit
couchdb_rexi_bufferedRexi BufferedMessagesNumber of rexi messages buffered
couchdb_rexi_downRexi DownMessagesNumber of rexi_DOWN messages handled
couchdb_rexi_droppedRexi DroppedMessagesNumber of rexi messages dropped from buffers
couchdb_rexi_streams_timeout_init_streamRexi Streams Timeout Init StreamTimeoutsNumber of rexi stream initialization timeouts
couchdb_rexi_streams_timeout_streamRexi Streams Timeout StreamTimeoutsNumber of rexi stream timeouts
couchdb_rexi_streams_timeout_wait_for_ackRexi Streams Timeout Wait For AckTimeoutsNumber of rexi stream timeouts while waiting for acks
couchdb_couchdb_httpd_all_docs_timeoutsCouchdb Httpd All Docs TimeoutsTimeoutsNumber of HTTP all_docs timeouts
couchdb_couchdb_httpd_explain_timeoutsCouchdb Httpd Explain TimeoutsTimeoutsNumber of HTTP _explain timeouts
couchdb_couchdb_httpd_find_timeoutsCouchdb Httpd Find TimeoutsTimeoutsNumber of HTTP find timeouts
couchdb_couchdb_httpd_partition_all_docs_requestsCouchdb Httpd Partition All Docs RequestsRequestsNumber of partition HTTP _all_docs requests
couchdb_couchdb_httpd_partition_all_docs_timeoutsCouchdb Httpd Partition All Docs TimeoutsTimeoutsNumber of partition HTTP all_docs timeouts
couchdb_couchdb_httpd_partition_explain_requestsCouchdb Httpd Partition Explain RequestsRequestsNumber of partition HTTP _explain requests
couchdb_couchdb_httpd_partition_explain_timeoutsCouchdb Httpd Partition Explain TimeoutsTimeoutsNumber of partition HTTP _explain timeouts
couchdb_couchdb_httpd_partition_find_requestsCouchdb Httpd Partition Find RequestsRequestsNumber of partition HTTP _find requests
couchdb_couchdb_httpd_partition_find_timeoutsCouchdb Httpd Partition Find TimeoutsTimeoutsNumber of partition HTTP find timeouts
couchdb_couchdb_httpd_partition_view_requestsCouchdb Httpd Partition View RequestsRequestsNumber of partition HTTP view requests
couchdb_couchdb_httpd_partition_view_timeoutsCouchdb Httpd Partition View TimeoutsTimeoutsNumber of partition HTTP view timeouts
couchdb_couchdb_httpd_view_timeoutsCouchdb Httpd View TimeoutsTimeoutsNumber of HTTP view timeouts
couchdb_couchdb_io_queue_searchCouchdb Io Queue SearchSearch IO directly triggered by client requests
couchdb_couchdb_io_queue2_search_countCouchdb Io Queue2 Search CountSearch IO directly triggered by client requests
couchdb_dreyfus_httpd_search_arithmetic_meanDreyfus Httpd Search Arithmetic MeanArithmetic_mean of Distribution of overall search request latency as experienced by the end user
couchdb_dreyfus_httpd_search_geometric_meanDreyfus Httpd Search Geometric MeanGeometric_mean of Distribution of overall search request latency as experienced by the end user
couchdb_dreyfus_httpd_search_harmonic_meanDreyfus Httpd Search Harmonic MeanHarmonic_mean of Distribution of overall search request latency as experienced by the end user
couchdb_dreyfus_httpd_search_kurtosisDreyfus Httpd Search KurtosisKurtosis of Distribution of overall search request latency as experienced by the end user
couchdb_dreyfus_httpd_search_maxDreyfus Httpd Search MaxMax of Distribution of overall search request latency as experienced by the end user
couchdb_dreyfus_httpd_search_medianDreyfus Httpd Search MedianMedian of Distribution of overall search request latency as experienced by the end user
couchdb_dreyfus_httpd_search_minDreyfus Httpd Search MinMin of Distribution of overall search request latency as experienced by the end user
couchdb_dreyfus_httpd_search_nDreyfus Httpd Search NNumber of Distribution of overall search request latency as experienced by the end user
couchdb_dreyfus_httpd_search_percentile_50Dreyfus Httpd Search Percentile 50p50 of Distribution of overall search request latency as experienced by the end user
couchdb_dreyfus_httpd_search_percentile_75Dreyfus Httpd Search Percentile 75p75 of Distribution of overall search request latency as experienced by the end user
couchdb_dreyfus_httpd_search_percentile_90Dreyfus Httpd Search Percentile 90p90 of Distribution of overall search request latency as experienced by the end user
couchdb_dreyfus_httpd_search_percentile_95Dreyfus Httpd Search Percentile 95p95 of Distribution of overall search request latency as experienced by the end user
couchdb_dreyfus_httpd_search_percentile_99Dreyfus Httpd Search Percentile 99p99 of Distribution of overall search request latency as experienced by the end user
couchdb_dreyfus_httpd_search_percentile_999Dreyfus Httpd Search Percentile 999p999 of Distribution of overall search request latency as experienced by the end user
couchdb_dreyfus_httpd_search_skewnessDreyfus Httpd Search SkewnessSkewness of Distribution of overall search request latency as experienced by the end user
couchdb_dreyfus_httpd_search_standard_deviationDreyfus Httpd Search Standard DeviationStandard_deviation of Distribution of overall search request latency as experienced by the end user
couchdb_dreyfus_httpd_search_varianceDreyfus Httpd Search VarianceVariance of Distribution of overall search request latency as experienced by the end user
couchdb_dreyfus_index_await_arithmetic_meanDreyfus Index Await Arithmetic MeanArithmetic_mean of length of an dreyfus_index await request
couchdb_dreyfus_index_await_geometric_meanDreyfus Index Await Geometric MeanGeometric_mean of length of an dreyfus_index await request
couchdb_dreyfus_index_await_harmonic_meanDreyfus Index Await Harmonic MeanHarmonic_mean of length of an dreyfus_index await request
couchdb_dreyfus_index_await_kurtosisDreyfus Index Await KurtosisKurtosis of length of an dreyfus_index await request
couchdb_dreyfus_index_await_maxDreyfus Index Await MaxMax of length of an dreyfus_index await request
couchdb_dreyfus_index_await_medianDreyfus Index Await MedianMedian of length of an dreyfus_index await request
couchdb_dreyfus_index_await_minDreyfus Index Await MinMin of length of an dreyfus_index await request
couchdb_dreyfus_index_await_nDreyfus Index Await NNumber of length of an dreyfus_index await request
couchdb_dreyfus_index_await_percentile_50Dreyfus Index Await Percentile 50p50 of length of an dreyfus_index await request
couchdb_dreyfus_index_await_percentile_75Dreyfus Index Await Percentile 75p75 of length of an dreyfus_index await request
couchdb_dreyfus_index_await_percentile_90Dreyfus Index Await Percentile 90p90 of length of an dreyfus_index await request
couchdb_dreyfus_index_await_percentile_95Dreyfus Index Await Percentile 95p95 of length of an dreyfus_index await request
couchdb_dreyfus_index_await_percentile_99Dreyfus Index Await Percentile 99p99 of length of an dreyfus_index await request
couchdb_dreyfus_index_await_percentile_999Dreyfus Index Await Percentile 999p999 of length of an dreyfus_index await request
couchdb_dreyfus_index_await_skewnessDreyfus Index Await SkewnessSkewness of length of an dreyfus_index await request
couchdb_dreyfus_index_await_standard_deviationDreyfus Index Await Standard DeviationStandard_deviation of length of an dreyfus_index await request
couchdb_dreyfus_index_await_varianceDreyfus Index Await VarianceVariance of length of an dreyfus_index await request
couchdb_dreyfus_index_group1_arithmetic_meanDreyfus Index Group1 Arithmetic MeanArithmetic_mean of length of an dreyfus_index group1 request
couchdb_dreyfus_index_group1_geometric_meanDreyfus Index Group1 Geometric MeanGeometric_mean of length of an dreyfus_index group1 request
couchdb_dreyfus_index_group1_harmonic_meanDreyfus Index Group1 Harmonic MeanHarmonic_mean of length of an dreyfus_index group1 request
couchdb_dreyfus_index_group1_kurtosisDreyfus Index Group1 KurtosisKurtosis of length of an dreyfus_index group1 request
couchdb_dreyfus_index_group1_maxDreyfus Index Group1 MaxMax of length of an dreyfus_index group1 request
couchdb_dreyfus_index_group1_medianDreyfus Index Group1 MedianMedian of length of an dreyfus_index group1 request
couchdb_dreyfus_index_group1_minDreyfus Index Group1 MinMin of length of an dreyfus_index group1 request
couchdb_dreyfus_index_group1_nDreyfus Index Group1 NNumber of length of an dreyfus_index group1 request
couchdb_dreyfus_index_group1_percentile_50Dreyfus Index Group1 Percentile 50p50 of length of an dreyfus_index group1 request
couchdb_dreyfus_index_group1_percentile_75Dreyfus Index Group1 Percentile 75p75 of length of an dreyfus_index group1 request
couchdb_dreyfus_index_group1_percentile_90Dreyfus Index Group1 Percentile 90p90 of length of an dreyfus_index group1 request
couchdb_dreyfus_index_group1_percentile_95Dreyfus Index Group1 Percentile 95p95 of length of an dreyfus_index group1 request
couchdb_dreyfus_index_group1_percentile_99Dreyfus Index Group1 Percentile 99p99 of length of an dreyfus_index group1 request
couchdb_dreyfus_index_group1_percentile_999Dreyfus Index Group1 Percentile 999p999 of length of an dreyfus_index group1 request
couchdb_dreyfus_index_group1_skewnessDreyfus Index Group1 SkewnessSkewness of length of an dreyfus_index group1 request
couchdb_dreyfus_index_group1_standard_deviationDreyfus Index Group1 Standard DeviationStandard_deviation of length of an dreyfus_index group1 request
couchdb_dreyfus_index_group1_varianceDreyfus Index Group1 VarianceVariance of length of an dreyfus_index group1 request
couchdb_dreyfus_index_group2_arithmetic_meanDreyfus Index Group2 Arithmetic MeanArithmetic_mean of length of an dreyfus_index group2 request
couchdb_dreyfus_index_group2_geometric_meanDreyfus Index Group2 Geometric MeanGeometric_mean of length of an dreyfus_index group2 request
couchdb_dreyfus_index_group2_harmonic_meanDreyfus Index Group2 Harmonic MeanHarmonic_mean of length of an dreyfus_index group2 request
couchdb_dreyfus_index_group2_kurtosisDreyfus Index Group2 KurtosisKurtosis of length of an dreyfus_index group2 request
couchdb_dreyfus_index_group2_maxDreyfus Index Group2 MaxMax of length of an dreyfus_index group2 request
couchdb_dreyfus_index_group2_medianDreyfus Index Group2 MedianMedian of length of an dreyfus_index group2 request
couchdb_dreyfus_index_group2_minDreyfus Index Group2 MinMin of length of an dreyfus_index group2 request
couchdb_dreyfus_index_group2_nDreyfus Index Group2 NNumber of length of an dreyfus_index group2 request
couchdb_dreyfus_index_group2_percentile_50Dreyfus Index Group2 Percentile 50p50 of length of an dreyfus_index group2 request
couchdb_dreyfus_index_group2_percentile_75Dreyfus Index Group2 Percentile 75p75 of length of an dreyfus_index group2 request
couchdb_dreyfus_index_group2_percentile_90Dreyfus Index Group2 Percentile 90p90 of length of an dreyfus_index group2 request
couchdb_dreyfus_index_group2_percentile_95Dreyfus Index Group2 Percentile 95p95 of length of an dreyfus_index group2 request
couchdb_dreyfus_index_group2_percentile_99Dreyfus Index Group2 Percentile 99p99 of length of an dreyfus_index group2 request
couchdb_dreyfus_index_group2_percentile_999Dreyfus Index Group2 Percentile 999p999 of length of an dreyfus_index group2 request
couchdb_dreyfus_index_group2_skewnessDreyfus Index Group2 SkewnessSkewness of length of an dreyfus_index group2 request
couchdb_dreyfus_index_group2_standard_deviationDreyfus Index Group2 Standard DeviationStandard_deviation of length of an dreyfus_index group2 request
couchdb_dreyfus_index_group2_varianceDreyfus Index Group2 VarianceVariance of length of an dreyfus_index group2 request
couchdb_dreyfus_index_info_arithmetic_meanDreyfus Index Info Arithmetic MeanArithmetic_mean of length of an dreyfus_index info request
couchdb_dreyfus_index_info_geometric_meanDreyfus Index Info Geometric MeanGeometric_mean of length of an dreyfus_index info request
couchdb_dreyfus_index_info_harmonic_meanDreyfus Index Info Harmonic MeanHarmonic_mean of length of an dreyfus_index info request
couchdb_dreyfus_index_info_kurtosisDreyfus Index Info KurtosisKurtosis of length of an dreyfus_index info request
couchdb_dreyfus_index_info_maxDreyfus Index Info MaxMax of length of an dreyfus_index info request
couchdb_dreyfus_index_info_medianDreyfus Index Info MedianMedian of length of an dreyfus_index info request
couchdb_dreyfus_index_info_minDreyfus Index Info MinMin of length of an dreyfus_index info request
couchdb_dreyfus_index_info_nDreyfus Index Info NNumber of length of an dreyfus_index info request
couchdb_dreyfus_index_info_percentile_50Dreyfus Index Info Percentile 50p50 of length of an dreyfus_index info request
couchdb_dreyfus_index_info_percentile_75Dreyfus Index Info Percentile 75p75 of length of an dreyfus_index info request
couchdb_dreyfus_index_info_percentile_90Dreyfus Index Info Percentile 90p90 of length of an dreyfus_index info request
couchdb_dreyfus_index_info_percentile_95Dreyfus Index Info Percentile 95p95 of length of an dreyfus_index info request
couchdb_dreyfus_index_info_percentile_99Dreyfus Index Info Percentile 99p99 of length of an dreyfus_index info request
couchdb_dreyfus_index_info_percentile_999Dreyfus Index Info Percentile 999p999 of length of an dreyfus_index info request
couchdb_dreyfus_index_info_skewnessDreyfus Index Info SkewnessSkewness of length of an dreyfus_index info request
couchdb_dreyfus_index_info_standard_deviationDreyfus Index Info Standard DeviationStandard_deviation of length of an dreyfus_index info request
couchdb_dreyfus_index_info_varianceDreyfus Index Info VarianceVariance of length of an dreyfus_index info request
couchdb_dreyfus_index_search_arithmetic_meanDreyfus Index Search Arithmetic MeanArithmetic_mean of length of an dreyfus_index search request
couchdb_dreyfus_index_search_geometric_meanDreyfus Index Search Geometric MeanGeometric_mean of length of an dreyfus_index search request
couchdb_dreyfus_index_search_harmonic_meanDreyfus Index Search Harmonic MeanHarmonic_mean of length of an dreyfus_index search request
couchdb_dreyfus_index_search_kurtosisDreyfus Index Search KurtosisKurtosis of length of an dreyfus_index search request
couchdb_dreyfus_index_search_maxDreyfus Index Search MaxMax of length of an dreyfus_index search request
couchdb_dreyfus_index_search_medianDreyfus Index Search MedianMedian of length of an dreyfus_index search request
couchdb_dreyfus_index_search_minDreyfus Index Search MinMin of length of an dreyfus_index search request
couchdb_dreyfus_index_search_nDreyfus Index Search NNumber of length of an dreyfus_index search request
couchdb_dreyfus_index_search_percentile_50Dreyfus Index Search Percentile 50p50 of length of an dreyfus_index search request
couchdb_dreyfus_index_search_percentile_75Dreyfus Index Search Percentile 75p75 of length of an dreyfus_index search request
couchdb_dreyfus_index_search_percentile_90Dreyfus Index Search Percentile 90p90 of length of an dreyfus_index search request
couchdb_dreyfus_index_search_percentile_95Dreyfus Index Search Percentile 95p95 of length of an dreyfus_index search request
couchdb_dreyfus_index_search_percentile_99Dreyfus Index Search Percentile 99p99 of length of an dreyfus_index search request
couchdb_dreyfus_index_search_percentile_999Dreyfus Index Search Percentile 999p999 of length of an dreyfus_index search request
couchdb_dreyfus_index_search_skewnessDreyfus Index Search SkewnessSkewness of length of an dreyfus_index search request
couchdb_dreyfus_index_search_standard_deviationDreyfus Index Search Standard DeviationStandard_deviation of length of an dreyfus_index search request
couchdb_dreyfus_index_search_varianceDreyfus Index Search VarianceVariance of length of an dreyfus_index search request
couchdb_dreyfus_rpc_group1_arithmetic_meanDreyfus Rpc Group1 Arithmetic MeanArithmetic_mean of length of a group1 RPC worker
couchdb_dreyfus_rpc_group1_geometric_meanDreyfus Rpc Group1 Geometric MeanGeometric_mean of length of a group1 RPC worker
couchdb_dreyfus_rpc_group1_harmonic_meanDreyfus Rpc Group1 Harmonic MeanHarmonic_mean of length of a group1 RPC worker
couchdb_dreyfus_rpc_group1_kurtosisDreyfus Rpc Group1 KurtosisKurtosis of length of a group1 RPC worker
couchdb_dreyfus_rpc_group1_maxDreyfus Rpc Group1 MaxMax of length of a group1 RPC worker
couchdb_dreyfus_rpc_group1_medianDreyfus Rpc Group1 MedianMedian of length of a group1 RPC worker
couchdb_dreyfus_rpc_group1_minDreyfus Rpc Group1 MinMin of length of a group1 RPC worker
couchdb_dreyfus_rpc_group1_nDreyfus Rpc Group1 NNumber of length of a group1 RPC worker
couchdb_dreyfus_rpc_group1_percentile_50Dreyfus Rpc Group1 Percentile 50p50 of length of a group1 RPC worker
couchdb_dreyfus_rpc_group1_percentile_75Dreyfus Rpc Group1 Percentile 75p75 of length of a group1 RPC worker
couchdb_dreyfus_rpc_group1_percentile_90Dreyfus Rpc Group1 Percentile 90p90 of length of a group1 RPC worker
couchdb_dreyfus_rpc_group1_percentile_95Dreyfus Rpc Group1 Percentile 95p95 of length of a group1 RPC worker
couchdb_dreyfus_rpc_group1_percentile_99Dreyfus Rpc Group1 Percentile 99p99 of length of a group1 RPC worker
couchdb_dreyfus_rpc_group1_percentile_999Dreyfus Rpc Group1 Percentile 999p999 of length of a group1 RPC worker
couchdb_dreyfus_rpc_group1_skewnessDreyfus Rpc Group1 SkewnessSkewness of length of a group1 RPC worker
couchdb_dreyfus_rpc_group1_standard_deviationDreyfus Rpc Group1 Standard DeviationStandard_deviation of length of a group1 RPC worker
couchdb_dreyfus_rpc_group1_varianceDreyfus Rpc Group1 VarianceVariance of length of a group1 RPC worker
couchdb_dreyfus_rpc_group2_arithmetic_meanDreyfus Rpc Group2 Arithmetic MeanArithmetic_mean of length of a group2 RPC worker
couchdb_dreyfus_rpc_group2_geometric_meanDreyfus Rpc Group2 Geometric MeanGeometric_mean of length of a group2 RPC worker
couchdb_dreyfus_rpc_group2_harmonic_meanDreyfus Rpc Group2 Harmonic MeanHarmonic_mean of length of a group2 RPC worker
couchdb_dreyfus_rpc_group2_kurtosisDreyfus Rpc Group2 KurtosisKurtosis of length of a group2 RPC worker
couchdb_dreyfus_rpc_group2_maxDreyfus Rpc Group2 MaxMax of length of a group2 RPC worker
couchdb_dreyfus_rpc_group2_medianDreyfus Rpc Group2 MedianMedian of length of a group2 RPC worker
couchdb_dreyfus_rpc_group2_minDreyfus Rpc Group2 MinMin of length of a group2 RPC worker
couchdb_dreyfus_rpc_group2_nDreyfus Rpc Group2 NNumber of length of a group2 RPC worker
couchdb_dreyfus_rpc_group2_percentile_50Dreyfus Rpc Group2 Percentile 50p50 of length of a group2 RPC worker
couchdb_dreyfus_rpc_group2_percentile_75Dreyfus Rpc Group2 Percentile 75p75 of length of a group2 RPC worker
couchdb_dreyfus_rpc_group2_percentile_90Dreyfus Rpc Group2 Percentile 90p90 of length of a group2 RPC worker
couchdb_dreyfus_rpc_group2_percentile_95Dreyfus Rpc Group2 Percentile 95p95 of length of a group2 RPC worker
couchdb_dreyfus_rpc_group2_percentile_99Dreyfus Rpc Group2 Percentile 99p99 of length of a group2 RPC worker
couchdb_dreyfus_rpc_group2_percentile_999Dreyfus Rpc Group2 Percentile 999p999 of length of a group2 RPC worker
couchdb_dreyfus_rpc_group2_skewnessDreyfus Rpc Group2 SkewnessSkewness of length of a group2 RPC worker
couchdb_dreyfus_rpc_group2_standard_deviationDreyfus Rpc Group2 Standard DeviationStandard_deviation of length of a group2 RPC worker
couchdb_dreyfus_rpc_group2_varianceDreyfus Rpc Group2 VarianceVariance of length of a group2 RPC worker
couchdb_dreyfus_rpc_info_arithmetic_meanDreyfus Rpc Info Arithmetic MeanArithmetic_mean of length of an info RPC worker
couchdb_dreyfus_rpc_info_geometric_meanDreyfus Rpc Info Geometric MeanGeometric_mean of length of an info RPC worker
couchdb_dreyfus_rpc_info_harmonic_meanDreyfus Rpc Info Harmonic MeanHarmonic_mean of length of an info RPC worker
couchdb_dreyfus_rpc_info_kurtosisDreyfus Rpc Info KurtosisKurtosis of length of an info RPC worker
couchdb_dreyfus_rpc_info_maxDreyfus Rpc Info MaxMax of length of an info RPC worker
couchdb_dreyfus_rpc_info_medianDreyfus Rpc Info MedianMedian of length of an info RPC worker
couchdb_dreyfus_rpc_info_minDreyfus Rpc Info MinMin of length of an info RPC worker
couchdb_dreyfus_rpc_info_nDreyfus Rpc Info NNumber of length of an info RPC worker
couchdb_dreyfus_rpc_info_percentile_50Dreyfus Rpc Info Percentile 50p50 of length of an info RPC worker
couchdb_dreyfus_rpc_info_percentile_75Dreyfus Rpc Info Percentile 75p75 of length of an info RPC worker
couchdb_dreyfus_rpc_info_percentile_90Dreyfus Rpc Info Percentile 90p90 of length of an info RPC worker
couchdb_dreyfus_rpc_info_percentile_95Dreyfus Rpc Info Percentile 95p95 of length of an info RPC worker
couchdb_dreyfus_rpc_info_percentile_99Dreyfus Rpc Info Percentile 99p99 of length of an info RPC worker
couchdb_dreyfus_rpc_info_percentile_999Dreyfus Rpc Info Percentile 999p999 of length of an info RPC worker
couchdb_dreyfus_rpc_info_skewnessDreyfus Rpc Info SkewnessSkewness of length of an info RPC worker
couchdb_dreyfus_rpc_info_standard_deviationDreyfus Rpc Info Standard DeviationStandard_deviation of length of an info RPC worker
couchdb_dreyfus_rpc_info_varianceDreyfus Rpc Info VarianceVariance of length of an info RPC worker
couchdb_dreyfus_rpc_search_arithmetic_meanDreyfus Rpc Search Arithmetic MeanArithmetic_mean of length of a search RPC worker
couchdb_dreyfus_rpc_search_geometric_meanDreyfus Rpc Search Geometric MeanGeometric_mean of length of a search RPC worker
couchdb_dreyfus_rpc_search_harmonic_meanDreyfus Rpc Search Harmonic MeanHarmonic_mean of length of a search RPC worker
couchdb_dreyfus_rpc_search_kurtosisDreyfus Rpc Search KurtosisKurtosis of length of a search RPC worker
couchdb_dreyfus_rpc_search_maxDreyfus Rpc Search MaxMax of length of a search RPC worker
couchdb_dreyfus_rpc_search_medianDreyfus Rpc Search MedianMedian of length of a search RPC worker
couchdb_dreyfus_rpc_search_minDreyfus Rpc Search MinMin of length of a search RPC worker
couchdb_dreyfus_rpc_search_nDreyfus Rpc Search NNumber of length of a search RPC worker
couchdb_dreyfus_rpc_search_percentile_50Dreyfus Rpc Search Percentile 50p50 of length of a search RPC worker
couchdb_dreyfus_rpc_search_percentile_75Dreyfus Rpc Search Percentile 75p75 of length of a search RPC worker
couchdb_dreyfus_rpc_search_percentile_90Dreyfus Rpc Search Percentile 90p90 of length of a search RPC worker
couchdb_dreyfus_rpc_search_percentile_95Dreyfus Rpc Search Percentile 95p95 of length of a search RPC worker
couchdb_dreyfus_rpc_search_percentile_99Dreyfus Rpc Search Percentile 99p99 of length of a search RPC worker
couchdb_dreyfus_rpc_search_percentile_999Dreyfus Rpc Search Percentile 999p999 of length of a search RPC worker
couchdb_dreyfus_rpc_search_skewnessDreyfus Rpc Search SkewnessSkewness of length of a search RPC worker
couchdb_dreyfus_rpc_search_standard_deviationDreyfus Rpc Search Standard DeviationStandard_deviation of length of a search RPC worker
couchdb_dreyfus_rpc_search_varianceDreyfus Rpc Search VarianceVariance of length of a search RPC worker
couchdb_mango_docs_examinedMango Docs ExaminedNumber of documents examined by mango queries coordinated by this node
couchdb_mango_evaluate_selectorMango Evaluate SelectorNumber of mango selector evaluations
couchdb_mango_query_invalid_indexMango Query Invalid IndexNumber of mango queries that generated an invalid index warning
couchdb_mango_query_time_arithmetic_meanMango Query Time Arithmetic MeanArithmetic_mean of length of time processing a mango query
couchdb_mango_query_time_geometric_meanMango Query Time Geometric MeanGeometric_mean of length of time processing a mango query
couchdb_mango_query_time_harmonic_meanMango Query Time Harmonic MeanHarmonic_mean of length of time processing a mango query
couchdb_mango_query_time_kurtosisMango Query Time KurtosisKurtosis of length of time processing a mango query
couchdb_mango_query_time_maxMango Query Time MaxMax of length of time processing a mango query
couchdb_mango_query_time_medianMango Query Time MedianMedian of length of time processing a mango query
couchdb_mango_query_time_minMango Query Time MinMin of length of time processing a mango query
couchdb_mango_query_time_nMango Query Time NNumber of length of time processing a mango query
couchdb_mango_query_time_percentile_50Mango Query Time Percentile 50p50 of length of time processing a mango query
couchdb_mango_query_time_percentile_75Mango Query Time Percentile 75p75 of length of time processing a mango query
couchdb_mango_query_time_percentile_90Mango Query Time Percentile 90p90 of length of time processing a mango query
couchdb_mango_query_time_percentile_95Mango Query Time Percentile 95p95 of length of time processing a mango query
couchdb_mango_query_time_percentile_99Mango Query Time Percentile 99p99 of length of time processing a mango query
couchdb_mango_query_time_percentile_999Mango Query Time Percentile 999p999 of length of time processing a mango query
couchdb_mango_query_time_skewnessMango Query Time SkewnessSkewness of length of time processing a mango query
couchdb_mango_query_time_standard_deviationMango Query Time Standard DeviationStandard_deviation of length of time processing a mango query
couchdb_mango_query_time_varianceMango Query Time VarianceVariance of length of time processing a mango query
couchdb_mango_quorum_docs_examinedMango Quorum Docs ExaminedNumber of documents examined by mango queries, using cluster quorum
couchdb_mango_results_returnedMango Results ReturnedRowsNumber of rows returned by mango queries
couchdb_mango_too_many_docs_scannedMango Too Many Docs ScannedQueriesNumber of mango queries that generated an index scan warning
couchdb_mango_unindexed_queriesMango Unindexed QueriesQueriesNumber of mango queries that could not use an index