Skip to content

Update package metrics to active

Alina Mihaila requested to merge am-update-package-metrics-status-to-active into master

What does this MR do and why?

@sabrams @trizzi I see we have set up as broken a couple of Service ping metrics which are fixed with this issue.

The following query gives results in Sisense

SELECT uuid, version, recorded_at, raw_usage_data_payload_reconstructed:redis_hll_counters:deploy_token_packages:i_package_generic_deploy_token_monthly as i_package_generic_deploy_token_monthly,
raw_usage_data_payload_reconstructed:redis_hll_counters:user_packages:i_package_generic_user_monthly as i_package_generic_user_monthly,
raw_usage_data_payload_reconstructed:redis_hll_counters:user_packages:i_package_generic_user_weekly as  i_package_generic_user_weekly

FROM legacy.version_usage_data_unpacked
WHERE 
version > '14.3.0' AND i_package_generic_user_monthly > 0
ORDER BY DATE(recorded_at) DESC

We should update the status of these metrics to active and remove the repair_url

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports