You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Aviem Zur (JIRA)" <ji...@apache.org> on 2017/03/11 11:14:04 UTC

[jira] [Created] (BEAM-1692) Convert to Codahale Metric interfaces where possible in WithMetricsSupport MetricRegistry

Aviem Zur created BEAM-1692:
-------------------------------

             Summary: Convert to Codahale Metric interfaces where possible in WithMetricsSupport MetricRegistry
                 Key: BEAM-1692
                 URL: https://issues.apache.org/jira/browse/BEAM-1692
             Project: Beam
          Issue Type: Improvement
          Components: runner-spark
            Reporter: Aviem Zur
            Assignee: Aviem Zur
            Priority: Minor


Currently in Spark runner all Beam metrics are reported by Codahale metrics as Codahale {{Gauge}}s.
Some of the metrics are formatted to look like their counterparts in Codahale's {{GraphiteReporter}} but this is a hack and should be avoided if possible.

Instead, convert Beam metrics to their Codahale counterparts in {{WithMetricsSupport}} getters where possible.

Since Beam metrics are not 100% compatible with Codahale metrics, consider where to make tradeoffs and stay with a simple {{Gauge}}.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)