Uploaded image for project: 'Aurora'
  1. Aurora
  2. AURORA-1827

Fix SLA percentile calculation

    XMLWordPrintableJSON

Details

    • Story
    • Status: Open
    • Trivial
    • Resolution: Unresolved
    • None
    • None
    • None

    Description

      The calculation of mttX (median-time-to-X) depends on the computation of percentile values. The current implementation does not behave nicely with a small sample size. For instance, for a given sample set of

      {50, 150}

      , 50-percentile is reported to be 50. Although, 100 seems a more appropriate return value.

      One solution is to modify `SlaUtil` to perform an interpolation when the sample size is small or when the corresponding index to a percentile value is not an integer.

      Attachments

        Activity

          People

            rezam Reza Motamedi
            rezam Reza Motamedi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: