Commit df97da72 authored by Gabriel Mazetto's avatar Gabriel Mazetto

Merge branch 'migrate_md5_to_instrumentation_metric' into 'master'

Migrate license_md5 EE metric to instrumentation class

See merge request gitlab-org/gitlab!72340
parents fd0c7fdf f58287e4
......@@ -90,7 +90,7 @@ module EE
end
if license
usage_data[:license_md5] = license.md5
usage_data[:license_md5] = add_metric("LicenseMdFiveMetric")
usage_data[:license_id] = license.license_id
# rubocop: disable UsageData/LargeTable
usage_data[:historical_max_users] = add_metric("HistoricalMaxUsersMetric")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment