Backed out changeset 32a4f65504f6 (bug 1703092) for Gecko Decision failure. CLOSED TREE

This commit is contained in:
Dorel Luca 2021-04-20 03:54:27 +03:00
parent bbb0a06e58
commit ab1af7fd8c

View File

@ -418,9 +418,7 @@ def _finalize_telemetry_glean(telemetry, is_bootstrap, success):
mach_metrics.mach.duration.stop()
mach_metrics.mach.success.set(success)
system_metrics = mach_metrics.mach.system
cpu_brand = get_cpu_brand()
if cpu_brand:
system_metrics.cpu_brand.set(cpu_brand)
system_metrics.cpu_brand.set(get_cpu_brand())
distro, version = get_distro_and_version()
system_metrics.distro.set(distro)
system_metrics.distro_version.set(version)