Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id EAC56200B65 for ; Wed, 3 Aug 2016 01:45:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E9891160AAC; Tue, 2 Aug 2016 23:45:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 443CA160A76 for ; Wed, 3 Aug 2016 01:45:23 +0200 (CEST) Received: (qmail 32541 invoked by uid 500); 2 Aug 2016 23:45:22 -0000 Mailing-List: contact commits-help@airflow.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airflow.incubator.apache.org Delivered-To: mailing list commits@airflow.incubator.apache.org Received: (qmail 32475 invoked by uid 99); 2 Aug 2016 23:45:22 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Aug 2016 23:45:22 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 183C2CF390 for ; Tue, 2 Aug 2016 23:45:22 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -5.263 X-Spam-Level: X-Spam-Status: No, score=-5.263 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.243] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id eQ9AK_7X0H0w for ; Tue, 2 Aug 2016 23:45:21 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 4D3D95FD43 for ; Tue, 2 Aug 2016 23:45:21 +0000 (UTC) Received: (qmail 31347 invoked by uid 99); 2 Aug 2016 23:45:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Aug 2016 23:45:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9A2C62C0D61 for ; Tue, 2 Aug 2016 23:45:20 +0000 (UTC) Date: Tue, 2 Aug 2016 23:45:20 +0000 (UTC) From: "Siddharth Anand (JIRA)" To: commits@airflow.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AIRFLOW-388) Add a new chart for Task_Tries for each DAG MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 02 Aug 2016 23:45:24 -0000 [ https://issues.apache.org/jira/browse/AIRFLOW-388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Anand updated AIRFLOW-388: ------------------------------------ Summary: Add a new chart for Task_Tries for each DAG (was: Add a new chart for Task_Retries for each DAG) > Add a new chart for Task_Tries for each DAG > ------------------------------------------- > > Key: AIRFLOW-388 > URL: https://issues.apache.org/jira/browse/AIRFLOW-388 > Project: Apache Airflow > Issue Type: Improvement > Components: webserver > Affects Versions: Airflow 1.7.1.3 > Reporter: Siddharth Anand > Assignee: Norman Mu > Attachments: screenshot-1.png > > > Currently, for a DAG, airflow offers charts for "Task Duration" and "Landing Times". We propose adding a new chart for "Task Retries". > In this chart, the x-axis would be the same as in the charts above (i.e. showing DAG run execution times) and the y-axis shows retry counts. Each task would be represented in this chart as a separate line, just as it is in the other charts above. -- This message was sent by Atlassian JIRA (v6.3.4#6332)