You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/10/08 11:14:00 UTC

[jira] [Commented] (AIRFLOW-5274) dag.loading-duration metric name too long

    [ https://issues.apache.org/jira/browse/AIRFLOW-5274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17210150#comment-17210150 ] 

ASF subversion and git services commented on AIRFLOW-5274:
----------------------------------------------------------

Commit 6430036220f019c5f5894f0ca8bf5a6469f9ca67 in airflow's branch refs/heads/v1-10-test from Tao Feng
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=6430036 ]

[AIRFLOW-5274] dag loading duration metric name too long (#5890)

(cherry picked from commit 45176c8d76322bc7f74c94293e5c4b9c205e7a29)


> dag.loading-duration metric name too long
> -----------------------------------------
>
>                 Key: AIRFLOW-5274
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-5274
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: logging
>    Affects Versions: 1.10.4
>            Reporter: Ben Marengo
>            Assignee: Tao Feng
>            Priority: Major
>             Fix For: 1.10.6
>
>
> see conversation here - https://github.com/apache/airflow/pull/5350/files/5375a9af21db970651c17f947558b6fc180f0dd3#r315774306
> problem:
> when a single file generates a lot of dags, the metric name is huge
> possible solution:
> - is it not possible to append the name of the file where the dags are generated instead of appending {{'_'.join(dag_ids)}}  ?
> - update the description in `docs/metrics.rst` to match the implementation



--
This message was sent by Atlassian Jira
(v8.3.4#803005)