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

Decompose repl_id field in prometheus reporting

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • Major
    • 7.0.0
    • Cheshire-Cat
    • XDCR
    • None

    Description

      Per Timofey Barmin's recommendation, the current stat

      xdcr_docs_checked_total {repl_id="backfill_b528eb560fc28ed5836cebd02762b6f0/beer-sample/beer-sample"} 7303
      

      and

      xdcr_docs_checked_total {repl_id="b528eb560fc28ed5836cebd02762b6f0/beer-sample/beer-sample"} 7303
      

      should be decomposed so that it's cleaner to read and congregate data:

      xdcr_docs_checked_total {target_cluster_uuid="b528eb560fc28ed5836cebd02762b6f0", source_bucket="beer-sample", target_bucket="beer-sample", pipeline_type="main"} 7303
      

      xdcr_docs_checked_total {target_cluster_uuid="b528eb560fc28ed5836cebd02762b6f0", source_bucket="beer-sample", target_bucket="beer-sample", pipeline_type="backfill"} 7303
      

      Attachments

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

        Activity

          People

            neil.huang Neil Huang
            neil.huang Neil Huang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty