You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "William Pursell (JIRA)" <ji...@apache.org> on 2017/11/16 00:26:00 UTC

[jira] [Created] (AIRFLOW-1820) dagrun.dependency-check metric does not play nice with statsd

William Pursell created AIRFLOW-1820:
----------------------------------------

             Summary: dagrun.dependency-check metric does not play nice with statsd
                 Key: AIRFLOW-1820
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1820
             Project: Apache Airflow
          Issue Type: Bug
          Components: core
            Reporter: William Pursell
            Assignee: William Pursell
            Priority: Minor


The metric dagrun.dependency-check (https://github.com/apache/incubator-airflow/blob/master/airflow/models.py#L4594) is sent to statsd with spaces and colons in the metric name.  This is not ideal for statsd.  (I'm not really sure I see the point of putting a timestamp in a metric name at all!)  We should either do something like Stats.timing("dagrun.dependency-check.{}{:%Y%m%d_%H%M%S}". to use a nicer name, or just drop the timestamp completely.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)