Skip to content

Remove license_md5 metric from Service Ping

What does this MR do and why?

License MD5 is no longer used, and should be removed from Service Ping. Resolves https://gitlab.com/gitlab-org/gitlab/-/issues/366791

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

In rails console

payload = ServicePing::BuildPayload.new.execute
payload["license_md5"] # => nil
payload["license_sha256"] # => "abce...234"

MR acceptance checklist

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

Edited by Mikołaj Wawrzyniak

Merge request reports