This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 75de1d87710 Start building the replacement task runner for Task
Execution SDK (#43893)
add 339bc774815 Standardize timer metrics to milliseconds and remove
config (#43975)
No new revisions were added by this update.
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 | 20 +---------
newsfragments/39908.significant.rst | 11 ------
newsfragments/43975.significant.rst | 8 ++++
tests/core/test_otel_logger.py | 56 +++++----------------------
tests/core/test_stats.py | 25 ++----------
tests_common/_internals/forbidden_warnings.py | 5 ---
10 files changed, 27 insertions(+), 161 deletions(-)
delete mode 100644 newsfragments/39908.significant.rst
create mode 100644 newsfragments/43975.significant.rst