You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Jin Hyuk Chang (JIRA)" <ji...@apache.org> on 2018/03/26 17:39:00 UTC

[jira] [Created] (AIRFLOW-2253) Adding Airflow CLI instrumentation

Jin Hyuk Chang created AIRFLOW-2253:
---------------------------------------

             Summary: Adding Airflow CLI instrumentation
                 Key: AIRFLOW-2253
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2253
             Project: Apache Airflow
          Issue Type: Improvement
            Reporter: Jin Hyuk Chang


We are trying to improve user experience on Airflow particularly on Airflow CLI where our user does most of testing in CLI. As a first step, we'd like to instrument user's activity on CLI.

Currently, Airflow instruments user activity from web UI via www.utils.action_logger, but not on CLI and we are trying to instrument user activity from Airflow CLI as well. By default, we'd like to instrument same as what current behavior from Web UI.

Should it need different instrumentation, we will provide a registry method to register callback so that customized instrument can be easily plugged in. (e.g: We have our customized event topic that already wired with ingestion pipeline. Having pluggable callback, making integration with customized instrumentation a breeze.)

Thanks!
Jin



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)