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

Make operations metrics consistent

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 7.0.0
    • None
    • couchbase-bucket
    • None
    • Triaged
    • 1
    • No
    • KV-Engine 2021-March

    Description

      For consistency, it has previously been decided to group operations stats under the metric family ops. Two metrics (cbstats names: cmd_flush, cmd_lock ) are still exposed under the family operations, and should be changed.

      Additionally, the metric family subdoc_operations would be more consistent if named subdoc_ops.

      Suggested change:

      kv_operations{bucket="default",op="flush"}
      kv_operations{bucket="default",op="lock"}
      kv_subdoc_operations{bucket="default",op="lookup"}
      kv_subdoc_operations{bucket="default",op="mutation"}
      

      replaced with:

      kv_ops{bucket="default",op="flush"}
      kv_ops{bucket="default",op="lock"}
      kv_subdoc_ops{bucket="default",op="lookup"}
      kv_subdoc_ops{bucket="default",op="mutation"}
      

      Any change will need ns_server/UI coordination.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              timofey.barmin Timofey Barmin
              james.harrison James Harrison (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty