This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 1243cdd97c Fail ARM image preparation when instance cannot be started 
(#30846)
     add 74113703c6 Decouple metrics clients and validators into their own 
modules (#30802)

No new revisions were added by this update.

Summary of changes:
 airflow/{api_connexion => metrics}/__init__.py |   0
 airflow/metrics/base_stats_logger.py           | 107 +++++
 airflow/metrics/datadog_logger.py              | 180 ++++++++
 airflow/metrics/protocols.py                   | 123 +++++
 airflow/metrics/statsd_logger.py               | 191 ++++++++
 airflow/metrics/validators.py                  | 131 ++++++
 airflow/stats.py                               | 601 +------------------------
 tests/core/test_stats.py                       |   4 +-
 8 files changed, 740 insertions(+), 597 deletions(-)
 copy airflow/{api_connexion => metrics}/__init__.py (100%)
 create mode 100644 airflow/metrics/base_stats_logger.py
 create mode 100644 airflow/metrics/datadog_logger.py
 create mode 100644 airflow/metrics/protocols.py
 create mode 100644 airflow/metrics/statsd_logger.py
 create mode 100644 airflow/metrics/validators.py

Reply via email to