[
https://issues.apache.org/jira/browse/AIRFLOW-5274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16916123#comment-16916123
]
ASF subversion and git services commented on AIRFLOW-5274:
----------------------------------------------------------
Commit 45176c8d76322bc7f74c94293e5c4b9c205e7a29 in airflow's branch
refs/heads/master from Tao Feng
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=45176c8 ]
[AIRFLOW-5274] dag loading duration metric name too long (#5890)
> 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.5
>
>
> 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.2#803003)