From c67fc50fad9098fcc7e5e21267a54bb2cb7d94a0 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Wed, 23 Jul 2025 11:36:05 +0100 Subject: [PATCH] Remove superseded `python_version_reason` metric Since more than 60 days have passed since the replacement metric (`python_version_origin`) was added in #1785, so all build events within the Honeycomb retention time span now have the new metric name. GUS-W-19116066. --- bin/compile | 2 -- bin/report | 1 - 2 files changed, 3 deletions(-) diff --git a/bin/compile b/bin/compile index 8ab418cc6..413967b19 100755 --- a/bin/compile +++ b/bin/compile @@ -114,8 +114,6 @@ cached_python_full_version="$(cache::cached_python_full_version "${CACHE_DIR}")" python_version::read_requested_python_version "${BUILD_DIR}" "${package_manager}" "${cached_python_full_version}" requested_python_version python_version_origin meta_set "python_version_requested" "${requested_python_version}" meta_set "python_version_origin" "${python_version_origin}" -# TODO: Remove this once the old Honeycomb events that don't have `python_version_origin` have aged out. -meta_set "python_version_reason" "${python_version_origin}" case "${python_version_origin}" in default) diff --git a/bin/report b/bin/report index 54065955b..5ae6839dd 100755 --- a/bin/report +++ b/bin/report @@ -72,7 +72,6 @@ STRING_FIELDS=( poetry_version python_version_major python_version_origin - python_version_reason python_version_requested python_version setuptools_version