mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Backed out changeset 32a4f65504f6 (bug 1703092) for Gecko Decision failure. CLOSED TREE
This commit is contained in:
parent
bbb0a06e58
commit
ab1af7fd8c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user