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

Add precision option support to Ambari Metrics API

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.0.0
    • None
    • None

    Description

      Modify AMS API layer to switch precision level based on query window.
      E.g.: Any query > 1 hour should get data from the 5 minute aggregate table unless user provides a precision parameter.
      -startTime - endTime = 1 day OR precision = minutes
      implies query => 5 minute table
      -startTime - endTime = 3 hours and precision = seconds
      implies query => minute table (METRIC_RECORD)
      So, effectively we are just using the precision as guidance paramete

      Attachments

        Issue Links

          Activity

            People

              dsen Dmytro Sen
              dsen Dmytro Sen
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: