forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1281793 - Remove some non-used telemetry IDs - part 1 - expired k…
…eys in nsBrowserApp, r=gfritzsche
- Loading branch information
Showing
4 changed files
with
0 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -775,60 +775,6 @@ | |
"description": "Number of low-commit-space events fired since last ping", | ||
"cpp_guard": "XP_WIN" | ||
}, | ||
"EARLY_GLUESTARTUP_READ_OPS": { | ||
"alert_emails": ["[email protected]"], | ||
"expires_in_version": "40", | ||
"kind": "linear", | ||
"high": 100, | ||
"n_buckets": 12, | ||
"description": "ProcessIoCounters.ReadOperationCount before glue startup *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***", | ||
"cpp_guard": "XP_WIN" | ||
}, | ||
"EARLY_GLUESTARTUP_READ_TRANSFER": { | ||
"alert_emails": ["[email protected]"], | ||
"expires_in_version": "40", | ||
"kind": "exponential", | ||
"high": 51200, | ||
"n_buckets": 12, | ||
"description": "ProcessIoCounters.ReadTransferCount before glue startup (KB) *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***", | ||
"cpp_guard": "XP_WIN" | ||
}, | ||
"GLUESTARTUP_READ_OPS": { | ||
"alert_emails": ["[email protected]"], | ||
"expires_in_version": "40", | ||
"kind": "linear", | ||
"high": 100, | ||
"n_buckets": 12, | ||
"description": "ProcessIoCounters.ReadOperationCount after glue startup *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***", | ||
"cpp_guard": "XP_WIN" | ||
}, | ||
"GLUESTARTUP_READ_TRANSFER": { | ||
"alert_emails": ["[email protected]"], | ||
"expires_in_version": "40", | ||
"kind": "exponential", | ||
"high": 51200, | ||
"n_buckets": 12, | ||
"description": "ProcessIoCounters.ReadTransferCount after glue startup (KB) *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***", | ||
"cpp_guard": "XP_WIN" | ||
}, | ||
"EARLY_GLUESTARTUP_HARD_FAULTS": { | ||
"alert_emails": ["[email protected]"], | ||
"expires_in_version": "40", | ||
"kind": "linear", | ||
"high": 100, | ||
"n_buckets": 12, | ||
"description": "Hard faults count before glue startup *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***", | ||
"cpp_guard": "XP_UNIX" | ||
}, | ||
"GLUESTARTUP_HARD_FAULTS": { | ||
"alert_emails": ["[email protected]"], | ||
"expires_in_version": "40", | ||
"kind": "exponential", | ||
"high": 500, | ||
"n_buckets": 12, | ||
"description": "Hard faults count after glue startup *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***", | ||
"cpp_guard": "XP_UNIX" | ||
}, | ||
"PAGE_FAULTS_HARD": { | ||
"expires_in_version": "default", | ||
"kind": "exponential", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters