Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-57945

NS server stats should not refer to "couchdb" docs

    XMLWordPrintable

Details

    • Untriaged
    • 0
    • Unknown

    Description

      In the ns_server metrics_metadata.json file we see the following:

          "couch_docs_actual_disk_size": {
              "type": "gauge",
              "help": "Amount of disk space used by couchdb docs",
              "added": "7.0.0",
              "unit": "bytes",
              "stability": "committed",
              "labels": [
                  {
                      "name": "bucket",
                      "help": "Name of the bucket associated with the stat"
                  }
              ]
          },
      

      This help comment should not refer to "couchdb docs". This is confusing as very few people know sufficient history about Couchbase to correctly interpret this statement.

      We should rather say: "Amount of disk space used by the data service" (or something equivalent)

      Similarly for this metric:

          "couch_views_actual_disk_size": {
              "type": "gauge",
              "help": "Amount of disk space used by couchdb views",
              "added": "7.0.0",
              "unit": "bytes",
              "stability": "committed",
              "labels": [
                  {
                      "name": "bucket",
                      "help": "Name of the bucket associated with the stat"
                  }
              ]
          },
      

      We should say: "Amount of disk space used by Couchbase Views data". (Or equivalent.)

      Attachments

        For Gerrit Dashboard: MB-57945
        # Subject Branch Project Status CR V

        Activity

          People

            vibhav.sp Vibhav S P
            dfinlay Dave Finlay
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty