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

New Metrics Reporting API

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.2.0
    • None

    Description

      This is a proposal to provide a new metrics reporting API based on Coda Hale's metrics library (AKA Dropwizard/Yammer metrics).

      Background

      In a discussion on the dev@ mailing list a number of community and PMC members recommended replacing Storm’s metrics system with a new API as opposed to enhancing the existing metrics system. Some of the objections to the existing metrics API include:

      1. Metrics are reported as an untyped Java object, making it very difficult to reason about how to report it (e.g. is it a gauge, a counter, etc.?)
      2. It is difficult to determine if metrics coming into the consumer are pre-aggregated or not.
      3. Storm’s metrics collection occurs through a specialized bolt, which in addition to potentially affecting system performance, complicates certain types of aggregation when the parallelism of that bolt is greater than one.

      In the discussion on the developer mailing list, there is growing consensus for replacing Storm’s metrics API with a new API based on Coda Hale’s metrics library. This approach has the following benefits:

      1. Coda Hale’s metrics library is very stable, performant, well thought out, and widely adopted among open source projects (e.g. Kafka).
      2. The metrics library provides many existing metric types: Meters, Gauges, Counters, Histograms, and more.
      3. The library has a pluggable “reporter” API for publishing metrics to various systems, with existing implementations for: JMX, console, CSV, SLF4J, Graphite, Ganglia.
      4. Reporters are straightforward to implement, and can be reused by any project that uses the metrics library (i.e. would have broader application outside of Storm)

      As noted earlier, the metrics library supports pluggable reporters for sending metrics data to other systems, and implementing a reporter is fairly straightforward (an example reporter implementation can be found here). For example if someone develops a reporter based on Coda Hale’s metrics, it could not only be used for pushing Storm metrics, but also for any system that used the metrics library, such as Kafka.

      Scope of Effort

      The effort to implement a new metrics API for Storm can be broken down into the following development areas:

      1. Implement API for Storms internal worker metrics: latencies, queue sizes, capacity, etc.
      2. Implement API for user defined, topology-specific metrics (exposed via the org.apache.storm.task.TopologyContext class)
      3. Implement API for storm daemons: nimbus, supervisor, etc.

      Relationship to Existing Metrics

      This would be a new API that would not affect the existing metrics API. Upon completion, the old metrics API would presumably be deprecated, but kept in place for backward compatibility.

      Internally the current metrics API uses Storm bolts for the reporting mechanism. The proposed metrics API would not depend on any of Storm's messaging capabilities and instead use the metrics library's built-in reporter mechanism . This would allow users to use existing Reporter implementations which are not Storm-specific, and would simplify the process of collecting metrics. Compared to Storm's IMetricCollector interface, implementing a reporter for the metrics library is much more straightforward (an example can be found here .

      The new metrics capability would not use or affect the ZooKeeper-based metrics used by Storm UI.

      Relationship to JStorm Metrics

      [TBD]

      Target Branches

      [TBD]

      Performance Implications

      [TBD]

      Metrics Namespaces

      [TBD]

      Metrics Collected

      Worker

      Namespace Metric Type Description

      Nimbus

      Namespace Metric Type Description

      Supervisor

      Namespace Metric Type Description

      User-Defined Metrics

      [TBD]

      Attachments

        Issue Links

          Activity

            People

              ptgoetz P. Taylor Goetz
              ptgoetz P. Taylor Goetz
              Votes:
              0 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 34h 40m
                  34h 40m