Uploaded image for project: 'Apache YuniKorn'
  1. Apache YuniKorn
  2. YUNIKORN-2916

Fix inconsistent resource bucketing in metrics

    XMLWordPrintableJSON

Details

    Description

      The metrics reporting for resource usage has histogram buckets for each 10% window (0-10%, 10-20%, etc.) However, the 10-20% bucket has inconsistent formatting, leading to potential confusion:

       

      var resourceUsageRangeBuckets = []string{
          "[0,10%]",
          "(10%, 20%]", // extra space here
          "(20%,30%]",
          // ...
      } 

       

       

      Attachments

        Issue Links

          Activity

            People

              ccondit Craig Condit
              ccondit Craig Condit
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: