You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Nick Karpov (JIRA)" <ji...@apache.org> on 2019/07/22 17:26:00 UTC

[jira] [Created] (SPARK-28475) Add regex MetricFilter to GraphiteSink

Nick Karpov created SPARK-28475:
-----------------------------------

             Summary: Add regex MetricFilter to GraphiteSink
                 Key: SPARK-28475
                 URL: https://issues.apache.org/jira/browse/SPARK-28475
             Project: Spark
          Issue Type: Improvement
          Components: Spark Core
    Affects Versions: 2.4.3
            Reporter: Nick Karpov


Today all registered metric sources are reported to GraphiteSink with no filtering mechanism, although the codahale project does support it.

GraphiteReporter (ScheduledReporter) from the codahale project requires you implement and supply the MetricFilter interface (there is only a single implementation by default in the codahale project, MetricFilter.ALL).

Propose to add an additional regex config to match and filter metrics to the GraphiteSink



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org