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

kaxilnaik pushed a change to branch v2-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from ba5ed0e978a Add .gitignores for Airflow 3 dirs
     new 7232ea1b9e5 Align timers and timing metrics (ms) across all metrics 
loggers (#39908)
     new 680fcc76b75 Refactor & rename `metrics_consistency_on` conf to 
`timer_unit_consistency` (#43966)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 airflow/config_templates/config.yml    | 18 ++++++++++
 airflow/metrics/datadog_logger.py      | 15 +++++++-
 airflow/metrics/otel_logger.py         | 14 +++++++-
 airflow/metrics/protocols.py           | 16 ++++++++-
 airflow/models/taskinstance.py         | 18 ++++++++--
 newsfragments/39908.significant.rst    | 11 ++++++
 tests/_internals/forbidden_warnings.py |  5 +++
 tests/core/test_otel_logger.py         | 64 ++++++++++++++++++++++++++++------
 tests/core/test_stats.py               | 30 +++++++++++++---
 9 files changed, 172 insertions(+), 19 deletions(-)
 create mode 100644 newsfragments/39908.significant.rst

Reply via email to