Uploaded image for project: 'Apache Storm'
  1. Apache Storm
  2. STORM-1329

Evaluate/Port JStorm metrics system

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • storm-core

    Description

      Storm:
      IMetric and IMetricConsumer

      JStorm:
      All levels of metrics, including stream metrics, task metrics, component metrics, topology metrics, even cluster metrics, are sampled & calculated. Some metrics, e.g. ""tuple life cycle"", are very useful for debugging and finding the hotspots of a topology.
      Support full metrics data. Previous metric system can only display mean value of meters/histograms, the new metric system can display m1, m5, m15 of meters, and common percentiles of histograms.
      Use new metrics windows, the mininum metric window is 1 minute, thus we can see the metrics data every single minute.
      Supplies a metric uploader interface, third-party companies can easily build their own metric systems based on the historic metric data.

      Ideally we should have a way to display most/system metrics in the UI. IMetric is too generic to make this happen, but we cannot completely drop support for it. But perhaps we need to depricate it if the JStorm metrics are much better.

      Attachments

        Issue Links

          Activity

            People

              Cody Cody
              revans2 Robert Joseph Evans
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: