Bug 1458363 - Remove WEAVE_ENGINE_SYNC_ERRORS histogram. r=chutten,kitcambridge

MozReview-Commit-ID: 6upLHPBWhzz

--HG--
extra : rebase_source : 67cce98f119ac1af19920e53beae8be871fde2e8
This commit is contained in:
Mark Hammond 2018-05-02 12:42:07 +10:00
parent 26b3ffad58
commit 18ca834662
4 changed files with 0 additions and 17 deletions

View File

@ -726,8 +726,6 @@ ErrorHandler.prototype = {
this._log.debug(engine_name + " was interrupted due to the application shutting down");
} else {
this._log.debug(engine_name + " failed", exception);
Services.telemetry.getKeyedHistogramById("WEAVE_ENGINE_SYNC_ERRORS")
.add(engine_name);
}
break;
}

View File

@ -408,10 +408,6 @@ add_task(async function test_sync_engine_generic_fail() {
await clean();
let syncErrors = sumHistogram("WEAVE_ENGINE_SYNC_ERRORS", { key: "catapult" });
Assert.ok(syncErrors, 1);
await clean();
await promiseStopServer(server);
});

View File

@ -12128,16 +12128,6 @@
"releaseChannelCollection": "opt-out",
"description": "Number of mobile devices associated with this Sync account. Recorded each time Sync successfully completes the 'clients' engine."
},
"WEAVE_ENGINE_SYNC_ERRORS": {
"record_in_processes": ["main", "content"],
"alert_emails": ["sync-dev@mozilla.org"],
"bug_numbers": [1236383],
"expires_in_version": "never",
"kind": "count",
"keyed": true,
"releaseChannelCollection": "opt-out",
"description": "Exceptions thrown by a Sync engine. Keyed on the engine name."
},
"CONTENT_DOCUMENTS_DESTROYED": {
"record_in_processes": ["main", "content"],
"expires_in_version": "never",

View File

@ -1690,7 +1690,6 @@
"UPDATE_UNABLE_TO_APPLY_EXTERNAL",
"UPDATE_UNABLE_TO_APPLY_NOTIFY",
"VIDEO_FASTSEEK_USED",
"WEAVE_ENGINE_SYNC_ERRORS",
"WEBFONT_PER_PAGE",
"WEBRTC_CALL_COUNT_2",
"WEBVTT_USED_VTT_CUES",