Uploaded image for project: 'Ambari'
  1. Ambari
  2. AMBARI-25790

HBase put metrics are not populated

    XMLWordPrintableJSON

Details

    Description

      Currently the HBase put metrics are defined as

      regionserver.Server.Mutate_75th_percentile
      regionserver.Server.Mutate_95th_percentile
      regionserver.Server.Mutate_99th_percentile
      regionserver.Server.Mutate_max
      regionserver.Server.Mutate_mean
      regionserver.Server.Mutate_median
      ipc.IPC.receivedBytes
      regionserver.Server.Mutate_min
      regionserver.Server.Mutate_num_ops
      

      But actual metrics need to be defined for writes should be Put as below.

            "Put_num_ops": 12007275,
            "Put_min": 0,
            "Put_max": 0,
            "Put_mean": 0,
            "Put_25th_percentile": 0,
            "Put_median": 0,
            "Put_75th_percentile": 0,
            "Put_90th_percentile": 0,
            "Put_95th_percentile": 0,
            "Put_98th_percentile": 0,
            "Put_99th_percentile": 0,
            "Put_99.9th_percentile": 0,
      

      Attachments

        Issue Links

          Activity

            People

              rajeshbabu Rajeshbabu Chintaguntla
              rajeshbabu Rajeshbabu Chintaguntla
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: