tenfourfox/toolkit/components/telemetry/Histograms.json

10399 lines
378 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"A11Y_INSTANTIATED_FLAG": {
"expires_in_version": "never",
"kind": "flag",
"description": "has accessibility support been instantiated"
},
"A11Y_CONSUMERS": {
"expires_in_version": "default",
"kind": "enumerated",
"n_values": 11,
"description": "Accessibility client by enum id"
},
"A11Y_ISIMPLEDOM_USAGE_FLAG": {
"expires_in_version": "default",
"kind": "flag",
"description": "have the ISimpleDOM* accessibility interfaces been used"
},
"A11Y_IATABLE_USAGE_FLAG": {
"expires_in_version": "default",
"kind": "flag",
"description": "has the IAccessibleTable accessibility interface been used"
},
"A11Y_UPDATE_TIME": {
"expires_in_version": "default",
"kind": "exponential",
"high": "10000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "time spent updating accessibility (ms)"
},
"ADDON_SHIM_USAGE": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 15,
"keyed": "true",
"description": "Reasons why add-on shims were used, keyed by add-on ID."
},
"APPLICATION_REPUTATION_SHOULD_BLOCK": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Application reputation verdict (shouldBlock=false is OK)"
},
"APPLICATION_REPUTATION_LOCAL": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 3,
"description": "Application reputation local results (0=ALLOW, 1=BLOCK, 2=NONE)"
},
"APPLICATION_REPUTATION_SERVER": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 3,
"description": "Application reputation remote status (0=OK, 1=FAIL, 2=INVALID)"
},
"APPLICATION_REPUTATION_SERVER_VERDICT": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 8,
"description": "Application reputation remote response (0=SAFE, 1=DANGEROUS, 2=UNCOMMON, 3=POTENTIALLY_UNWANTED, 4=DANGEROUS_HOST)"
},
"APPLICATION_REPUTATION_COUNT": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Application reputation query count (both local and remote)"
},
"AUDIOSTREAM_FIRST_OPEN_MS": {
"expires_in_version": "50",
"kind": "exponential",
"high": "10000",
"n_buckets": "50",
"description": "The length of time (in milliseconds) for the first open of AudioStream."
},
"AUDIOSTREAM_LATER_OPEN_MS": {
"expires_in_version": "50",
"kind": "exponential",
"high": "10000",
"n_buckets": "50",
"description": "The length of time (in milliseconds) for the subsequent opens of AudioStream."
},
"BACKGROUNDFILESAVER_THREAD_COUNT": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 21,
"description": "Maximum number of concurrent threads reached during a given download session"
},
"BLOCKLIST_SYNC_FILE_LOAD": {
"alert_emails": ["rvitillo@mozilla.com"],
"expires_in_version": "35",
"kind": "boolean",
"description": "blocklist.xml has been loaded synchronously *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"CHECKERBOARDED_CSSPIXELS_MS": {
"alert_emails": ["kgupta@mozilla.com"],
"bug_numbers": [1221694],
"expires_in_version": "55",
"kind": "exponential",
"high": "3840 * 2160 * 16",
"n_buckets": 50,
"description": "Magnitude of checkerboarding in CSSPixel-milliseconds per scrollable frame per composite"
},
"COMPOSITE_TIME" : {
"expires_in_version": "never",
"description": "Composite times in milliseconds",
"kind": "exponential",
"high": "1000",
"n_buckets": 50
},
"COMPOSITE_FRAME_ROUNDTRIP_TIME" : {
"expires_in_version": "never",
"description": "Time from vsync to finishing a composite in milliseconds.",
"kind": "exponential",
"high": "1000",
"n_buckets": 50
},
"CYCLE_COLLECTOR": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": 50,
"description": "Time spent on one cycle collection (ms)"
},
"CYCLE_COLLECTOR_WORKER": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": 50,
"description": "Time spent on one cycle collection in a worker (ms)"
},
"CYCLE_COLLECTOR_FULL": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": 50,
"description": "Full pause time for one cycle collection, including preparation (ms)"
},
"CYCLE_COLLECTOR_MAX_PAUSE": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": 50,
"description": "Longest pause for an individual slice of one cycle collection, including preparation (ms)"
},
"CYCLE_COLLECTOR_FINISH_IGC": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "boolean",
"description": "Cycle collection finished an incremental GC"
},
"CYCLE_COLLECTOR_SYNC_SKIPPABLE": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "boolean",
"description": "Cycle collection synchronously ran forget skippable"
},
"CYCLE_COLLECTOR_VISITED_REF_COUNTED": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "exponential",
"high": "300000",
"n_buckets": 50,
"description": "Number of ref counted objects visited by the cycle collector"
},
"CYCLE_COLLECTOR_WORKER_VISITED_REF_COUNTED": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "exponential",
"high": "300000",
"n_buckets": 50,
"description": "Number of ref counted objects visited by the cycle collector in a worker"
},
"CYCLE_COLLECTOR_VISITED_GCED": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "exponential",
"high": "300000",
"n_buckets": 50,
"description": "Number of JS objects visited by the cycle collector"
},
"CYCLE_COLLECTOR_WORKER_VISITED_GCED": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "exponential",
"high": "300000",
"n_buckets": 50,
"description": "Number of JS objects visited by the cycle collector in a worker"
},
"CYCLE_COLLECTOR_COLLECTED": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "exponential",
"high": "100000",
"n_buckets": 50,
"description": "Number of objects collected by the cycle collector"
},
"CYCLE_COLLECTOR_WORKER_COLLECTED": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "exponential",
"high": "100000",
"n_buckets": 50,
"description": "Number of objects collected by the cycle collector in a worker"
},
"CYCLE_COLLECTOR_NEED_GC": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "boolean",
"description": "Needed garbage collection before cycle collection."
},
"CYCLE_COLLECTOR_WORKER_NEED_GC": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "boolean",
"description": "Needed garbage collection before cycle collection in a worker."
},
"CYCLE_COLLECTOR_TIME_BETWEEN": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "exponential",
"high": "120",
"n_buckets": 50,
"description": "Time spent in between cycle collections (seconds)"
},
"CYCLE_COLLECTOR_OOM": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "flag",
"description": "Set if the cycle collector ran out of memory at some point"
},
"CYCLE_COLLECTOR_WORKER_OOM": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "flag",
"description": "Set if the cycle collector in a worker ran out of memory at some point"
},
"CYCLE_COLLECTOR_ASYNC_SNOW_WHITE_FREEING": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": 50,
"description": "Time spent on one asynchronous SnowWhite freeing (ms)"
},
"DEFERRED_FINALIZE_ASYNC": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": 50,
"description": "Pause time for asynchronous deferred finalization (ms)"
},
"DEVICE_RESET_REASON": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 10,
"description": "GPU Device Reset Reason (ok, hung, removed, reset, internal error, invalid call, out of memory)"
},
"FETCH_IS_MAINTHREAD": {
"expires_in_version": "50",
"kind": "boolean",
"description": "Was Fetch request initiated from the main thread?"
},
"FORCED_DEVICE_RESET_REASON": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 50,
"releaseChannelCollection": "opt-out",
"description": "GPU Forced Device Reset Reason (OpenSharedHandle)"
},
"FORGET_SKIPPABLE_MAX": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": 50,
"description": "Max time spent on one forget skippable (ms)"
},
"GC_REASON_2": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": "JS::gcreason::NUM_TELEMETRY_REASONS",
"description": "Reason (enum value) for initiating a GC"
},
"GC_IS_COMPARTMENTAL": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "boolean",
"description": "Is it a compartmental GC?"
},
"GC_MS": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": 50,
"description": "Time spent running JS GC (ms)"
},
"GC_BUDGET_MS": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "linear",
"high": "100",
"n_buckets": 10,
"description": "Requested GC slice budget (ms)"
},
"GC_ANIMATION_MS": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": 50,
"description": "Time spent running JS GC when animating (ms)"
},
"GC_MAX_PAUSE_MS": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "linear",
"high": "1000",
"n_buckets": 50,
"description": "Longest GC slice in a GC (ms)"
},
"GC_MARK_MS": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": 50,
"description": "Time spent running JS GC mark phase (ms)"
},
"GC_SWEEP_MS": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": 50,
"description": "Time spent running JS GC sweep phase (ms)"
},
"GC_MARK_ROOTS_MS": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "linear",
"high": "200",
"n_buckets": 50,
"description": "Time spent marking GC roots (ms)"
},
"GC_MARK_GRAY_MS": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "linear",
"high": "200",
"n_buckets": 50,
"description": "Time spent marking gray GC objects (ms)"
},
"GC_SLICE_MS": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": 50,
"description": "Time spent running a JS GC slice (ms)"
},
"GC_SLOW_PHASE": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 75,
"description": "The longest phase in any slice that goes over 2x the budget"
},
"GC_MMU_50": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "linear",
"high": "100",
"n_buckets": 20,
"description": "Minimum percentage of time spent outside GC over any 50ms window"
},
"GC_RESET": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "boolean",
"description": "Was an incremental GC canceled?"
},
"GC_INCREMENTAL_DISABLED": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "boolean",
"description": "Is incremental GC permanently disabled?"
},
"GC_NON_INCREMENTAL": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "boolean",
"description": "Was the GC non-incremental?"
},
"GC_SCC_SWEEP_TOTAL_MS": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "linear",
"high": "500",
"n_buckets": 50,
"description": "Time spent sweeping compartment SCCs (ms)"
},
"GC_SCC_SWEEP_MAX_PAUSE_MS": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "linear",
"high": "500",
"n_buckets": 50,
"description": "Time spent sweeping slowest compartment SCC (ms)"
},
"GC_MINOR_REASON": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": "JS::gcreason::NUM_TELEMETRY_REASONS",
"description": "Reason (enum value) for initiating a minor GC"
},
"GC_MINOR_REASON_LONG": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": "JS::gcreason::NUM_TELEMETRY_REASONS",
"description": "Reason (enum value) that caused a long (>1ms) minor GC"
},
"GC_MINOR_US": {
"alert_emails": ["dev-telemetry-gc-alerts@mozilla.org"],
"expires_in_version": "never",
"kind": "exponential",
"high": "1000000",
"n_buckets": 100,
"description": "Time spent running JS minor GC (us)"
},
"GEOLOCATION_ACCURACY_EXPONENTIAL": {
"expires_in_version": "default",
"kind": "exponential",
"high": "100000",
"n_buckets": 50,
"description": "Location accuracy"
},
"GEOLOCATION_ERROR": {
"expires_in_version": "never",
"kind": "flag",
"description": "Has seen location error"
},
"GEOLOCATION_GETCURRENTPOSITION_SECURE_ORIGIN" : {
"expires_in_version" : "55",
"kind": "enumerated",
"n_values": 10,
"bug_numbers": [1230209],
"description" : "Number of navigator.geolocation.getCurrentPosition() calls (0=other, 1=http, 2=https)"
},
"GEOLOCATION_REQUEST_GRANTED": {
"expires_in_version": "55",
"kind": "enumerated",
"n_values": 20,
"bug_numbers": [1230209],
"description": "Geolocation requests either granted or denied (0=denied/other, 1=denied/http, 2=denied/https, ..., 10=granted/other, 11=granted/http, 12=granted/https)"
},
"GEOLOCATION_WATCHPOSITION_SECURE_ORIGIN" : {
"expires_in_version" : "55",
"kind": "enumerated",
"n_values": 10,
"bug_numbers": [1230209],
"description" : "Number of navigator.geolocation.watchPosition() calls (0=other, 1=http, 2=https)"
},
"GEOLOCATION_WIN8_SOURCE_IS_MLS": {
"expires_in_version": "default",
"kind": "boolean",
"description": "Geolocation on Win8 is either MLS or native"
},
"GEOLOCATION_OSX_SOURCE_IS_MLS": {
"expires_in_version": "default",
"kind": "boolean",
"description": "Geolocation on OS X is either MLS or CoreLocation"
},
"JS_DEPRECATED_LANGUAGE_EXTENSIONS_IN_CONTENT": {
"alert_emails": ["jdemooij@mozilla.com"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 10,
"description": "Use of SpiderMonkey's deprecated language extensions in web content: ForEach=0, DestructuringForIn=1 (obsolete), LegacyGenerator=2, ExpressionClosure=3, LetBlock=4 (obsolete), LetExpression=5 (obsolete), NoSuchMethod=6 (obsolete), FlagsArgument=7, RegExpSourceProp=8 (obsolete), RestoredRegExpStatics=9 (obsolete), BlockScopeFunRedecl=10"
},
"JS_DEPRECATED_LANGUAGE_EXTENSIONS_IN_ADDONS": {
"alert_emails": ["jdemooij@mozilla.com"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 10,
"description": "Use of SpiderMonkey's deprecated language extensions in add-ons: ForEach=0, DestructuringForIn=1 (obsolete), LegacyGenerator=2, ExpressionClosure=3, LetBlock=4 (obsolete), LetExpression=5 (obsolete), NoSuchMethod=6 (obsolete), FlagsArgument=7, RegExpSourceProp=8 (obsolete), RestoredRegExpStatics=9 (obsolete), BlockScopeFunRedecl=10"
},
"XUL_CACHE_DISABLED": {
"expires_in_version": "default",
"kind": "flag",
"description": "XUL cache was disabled"
},
"MEMORY_RESIDENT_FAST": {
"alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"low": "32 * 1024",
"high": "16 * 1024 * 1024",
"n_buckets": 100,
"bug_numbers": [1226196],
"description": "Resident memory size (KB)"
},
"MEMORY_TOTAL": {
"alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],
"bug_numbers": [1198209],
"expires_in_version": "never",
"kind": "exponential",
"low": "32 * 1024",
"high": "16 * 1024 * 1024",
"n_buckets": 100,
"description": "Total Memory Across All Processes (KB)"
},
"MEMORY_UNIQUE": {
"alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],
"bug_numbers": [1198209],
"expires_in_version": "never",
"kind": "exponential",
"low": "32 * 1024",
"high": "16 * 1024 * 1024",
"n_buckets": 100,
"description": "Unique Set Size (KB)"
},
"MEMORY_VSIZE": {
"alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"low": "32 * 1024",
"high": "16 * 1024 * 1024",
"n_buckets": 100,
"extended_statistics_ok": true,
"description": "Virtual memory size (KB)"
},
"MEMORY_VSIZE_MAX_CONTIGUOUS": {
"alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"low": "32 * 1024",
"high": "16 * 1024 * 1024",
"n_buckets": 100,
"extended_statistics_ok": true,
"description": "Maximum-sized block of contiguous virtual memory (KB)"
},
"MEMORY_JS_COMPARTMENTS_SYSTEM": {
"alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"high": "1000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "Total JavaScript compartments used for add-ons and internals."
},
"MEMORY_JS_COMPARTMENTS_USER": {
"alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"high": "1000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "Total JavaScript compartments used for web pages"
},
"MEMORY_JS_MAIN_RUNTIME_TEMPORARY_PEAK": {
"alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"low": 1024,
"high": "16 * 1024 * 1024",
"n_buckets": 200,
"extended_statistics_ok": true,
"description": "Peak memory used by the main JSRuntime to store transient data (KB)"
},
"MEMORY_JS_GC_HEAP": {
"alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"low": 1024,
"high": "16 * 1024 * 1024",
"n_buckets": 200,
"extended_statistics_ok": true,
"description": "Memory used by the garbage-collected JavaScript heap (KB)"
},
"MEMORY_STORAGE_SQLITE": {
"alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"low": 1024,
"high": "512 * 1024",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "Memory used by SQLite (KB)"
},
"MEMORY_IMAGES_CONTENT_USED_UNCOMPRESSED": {
"alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"low": 1024,
"high": "1024 * 1024",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "Memory used for uncompressed, in-use content images (KB)"
},
"MEMORY_HEAP_ALLOCATED": {
"alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"low": 1024,
"high": "16 * 1024 * 1024",
"n_buckets": 200,
"extended_statistics_ok": true,
"description": "Heap memory allocated (KB)"
},
"MEMORY_HEAP_COMMITTED_UNUSED": {
"alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"low": 1024,
"high": "512 * 1024",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "Committed, unused heap memory (KB)"
},
"MEMORY_HEAP_COMMITTED_UNUSED_RATIO": {
"alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "linear",
"high": "100",
"n_buckets": 25,
"description": "Ratio of committed, unused memory to allocated memory in the heap (percentage)."
},
"GHOST_WINDOWS": {
"alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"high": "128",
"n_buckets": 32,
"extended_statistics_ok": true,
"description": "Number of ghost windows"
},
"MEMORY_FREE_PURGED_PAGES_MS": {
"alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"high": "1024",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time(ms) to purge dirty heap pages."
},
"LOW_MEMORY_EVENTS_VIRTUAL": {
"alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"high": "1024",
"n_buckets": 21,
"extended_statistics_ok": true,
"description": "Number of low-virtual-memory events fired since last ping",
"cpp_guard": "XP_WIN"
},
"LOW_MEMORY_EVENTS_PHYSICAL": {
"alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"high": "1024",
"n_buckets": 21,
"extended_statistics_ok": true,
"description": "Number of low-physical-memory events fired since last ping",
"cpp_guard": "XP_WIN"
},
"LOW_MEMORY_EVENTS_COMMIT_SPACE": {
"alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"high": "1024",
"n_buckets": 21,
"extended_statistics_ok": true,
"description": "Number of low-commit-space events fired since last ping",
"cpp_guard": "XP_WIN"
},
"EARLY_GLUESTARTUP_READ_OPS": {
"alert_emails": ["perf-telemetry-alerts@mozilla.com"],
"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": ["perf-telemetry-alerts@mozilla.com"],
"expires_in_version": "40",
"kind": "exponential",
"high": "50 * 1024",
"n_buckets": 12,
"extended_statistics_ok": true,
"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": ["perf-telemetry-alerts@mozilla.com"],
"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": ["perf-telemetry-alerts@mozilla.com"],
"expires_in_version": "40",
"kind": "exponential",
"high": "50 * 1024",
"n_buckets": 12,
"extended_statistics_ok": true,
"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": ["perf-telemetry-alerts@mozilla.com"],
"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": ["perf-telemetry-alerts@mozilla.com"],
"expires_in_version": "40",
"kind": "exponential",
"high": "500",
"n_buckets": 12,
"extended_statistics_ok": true,
"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",
"low": 8,
"high": "64 * 1024",
"n_buckets": 13,
"extended_statistics_ok": true,
"description": "Hard page faults (since last telemetry ping)",
"cpp_guard": "XP_UNIX"
},
"FONTLIST_INITOTHERFAMILYNAMES": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "Time(ms) spent on reading other family names from all fonts"
},
"FONTLIST_INITFACENAMELISTS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "Time(ms) spent on reading family names from all fonts"
},
"DWRITEFONT_DELAYEDINITFONTLIST_TOTAL": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "gfxDWriteFontList::DelayedInitFontList Total (ms)",
"cpp_guard": "XP_WIN"
},
"DWRITEFONT_DELAYEDINITFONTLIST_COUNT": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "gfxDWriteFontList::DelayedInitFontList Font Family Count",
"cpp_guard": "XP_WIN"
},
"DWRITEFONT_DELAYEDINITFONTLIST_COLLECT": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "gfxDWriteFontList::DelayedInitFontList GetSystemFontCollection (ms)",
"cpp_guard": "XP_WIN"
},
"DWRITEFONT_INIT_PROBLEM": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 8,
"description": "DirectWrite system fontlist initialization problem (1=GDI interop, 2=system font collection, 3=no fonts)",
"cpp_guard": "XP_WIN"
},
"GDI_INITFONTLIST_TOTAL": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "gfxGDIFontList::InitFontList Total (ms)",
"cpp_guard": "XP_WIN"
},
"MAC_INITFONTLIST_TOTAL": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "gfxMacPlatformFontList::InitFontList Total (ms)",
"cpp_guard": "XP_DARWIN"
},
"SYSTEM_FONT_FALLBACK": {
"expires_in_version": "never",
"kind": "exponential",
"high": "100000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "System font fallback (us)"
},
"SYSTEM_FONT_FALLBACK_FIRST": {
"expires_in_version": "never",
"kind": "exponential",
"high": "40000",
"n_buckets": 20,
"extended_statistics_ok": true,
"description": "System font fallback, first call (ms)"
},
"SYSTEM_FONT_FALLBACK_SCRIPT": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 110,
"description": "System font fallback script"
},
"GRADIENT_DURATION": {
"expires_in_version": "default",
"kind": "exponential",
"high": "50000000",
"n_buckets": 20,
"description": "Gradient generation time (us)"
},
"GRADIENT_RETENTION_TIME": {
"expires_in_version": "never",
"kind": "linear",
"high": "10000",
"n_buckets": 20,
"description": "Maximum retention time for the gradient cache. (ms)"
},
"STARTUP_CACHE_AGE_HOURS": {
"expires_in_version": "default",
"kind": "exponential",
"high": "3000",
"n_buckets": 20,
"extended_statistics_ok": true,
"description": "Startup cache age (hours)"
},
"STARTUP_CACHE_INVALID": {
"alert_emails": ["perf-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "flag",
"description": "Was the disk startup cache file detected as invalid"
},
"WORD_CACHE_HITS_CONTENT": {
"expires_in_version": "never",
"kind": "exponential",
"high": "256",
"n_buckets": 30,
"description": "Word cache hits, content text (chars)"
},
"WORD_CACHE_HITS_CHROME": {
"expires_in_version": "never",
"kind": "exponential",
"high": "256",
"n_buckets": 30,
"description": "Word cache hits, chrome text (chars)"
},
"WORD_CACHE_MISSES_CONTENT": {
"expires_in_version": "never",
"kind": "exponential",
"high": "256",
"n_buckets": 30,
"description": "Word cache misses, content text (chars)"
},
"WORD_CACHE_MISSES_CHROME": {
"expires_in_version": "never",
"kind": "exponential",
"high": "256",
"n_buckets": 30,
"description": "Word cache misses, chrome text (chars)"
},
"FONT_CACHE_HIT": {
"expires_in_version": "never",
"kind": "boolean",
"description": "font cache hit"
},
"BAD_FALLBACK_FONT": {
"expires_in_version": "never",
"kind": "boolean",
"description": "system fallback font can't be used"
},
"SHUTDOWN_OK": {
"expires_in_version": "default",
"kind": "boolean",
"description": "Did the browser start after a successful shutdown"
},
"IMAGE_DECODE_LATENCY_US": {
"expires_in_version": "never",
"kind": "exponential",
"low": 50,
"high": "5000000",
"n_buckets": 100,
"description": "Time spent decoding an image chunk (us)"
},
"IMAGE_DECODE_TIME": {
"expires_in_version": "never",
"kind": "exponential",
"low": 50,
"high": "50000000",
"n_buckets": 100,
"description": "Time spent decoding an image (us)"
},
"IMAGE_DECODE_ON_DRAW_LATENCY": {
"expires_in_version": "never",
"kind": "exponential",
"low": 50,
"high": "50000000",
"n_buckets": 100,
"description": "Time from starting a decode to it showing up on the screen (us)"
},
"IMAGE_DECODE_CHUNKS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "500",
"n_buckets": 50,
"description": "Number of chunks per decode attempt"
},
"IMAGE_DECODE_COUNT": {
"expires_in_version": "never",
"kind": "exponential",
"high": "500",
"n_buckets": 50,
"description": "Decode count"
},
"IMAGE_MAX_DECODE_COUNT": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": 100,
"description": "Max decode count over all images"
},
"IMAGE_DECODE_SPEED_JPEG": {
"expires_in_version": "never",
"kind": "exponential",
"low": 500,
"high": "50000000",
"n_buckets": 50,
"description": "JPEG image decode speed (Kbytes/sec)"
},
"IMAGE_DECODE_SPEED_GIF": {
"expires_in_version": "never",
"kind": "exponential",
"low": 500,
"high": "50000000",
"n_buckets": 50,
"description": "GIF image decode speed (Kbytes/sec)"
},
"IMAGE_DECODE_SPEED_PNG": {
"expires_in_version": "never",
"kind": "exponential",
"low": 500,
"high": "50000000",
"n_buckets": 50,
"description": "PNG image decode speed (Kbytes/sec)"
},
"CANVAS_2D_USED": {
"expires_in_version": "never",
"kind": "boolean",
"description": "2D canvas used"
},
"CANVAS_WEBGL_USED": {
"expires_in_version": "never",
"kind": "boolean",
"description": "WebGL canvas used"
},
"TOTAL_CONTENT_PAGE_LOAD_TIME": {
"alert_emails": ["perf-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"low": 100,
"high": "30000",
"n_buckets": 100,
"extended_statistics_ok": true,
"description": "HTTP: Total page load time (ms)"
},
"HTTP_SUBITEM_OPEN_LATENCY_TIME": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "HTTP subitem: Page start -> subitem open() (ms)"
},
"HTTP_SUBITEM_FIRST_BYTE_LATENCY_TIME": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "HTTP subitem: Page start -> first byte received for subitem reply (ms)"
},
"HTTP_REQUEST_PER_PAGE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "1000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "HTTP: Requests per page (count)"
},
"HTTP_REQUEST_PER_PAGE_FROM_CACHE": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 101,
"description": "HTTP: Requests serviced from cache (%)"
},
"HTTP_REQUEST_PER_CONN": {
"expires_in_version": "never",
"kind": "exponential",
"high": "1000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "HTTP: requests per connection"
},
"HTTP_KBREAD_PER_CONN": {
"expires_in_version": "never",
"kind": "exponential",
"high": "3000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "HTTP: KB read per connection"
},
"HTTP_PAGE_DNS_ISSUE_TIME": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "HTTP page: open() -> DNS request issued (ms)"
},
"HTTP_PAGE_DNS_LOOKUP_TIME": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "HTTP page: DNS lookup time (ms)"
},
"HTTP_PAGE_TCP_CONNECTION": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "HTTP page: TCP connection setup (ms)"
},
"HTTP_PAGE_OPEN_TO_FIRST_SENT": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "HTTP page: Open -> first byte of request sent (ms)"
},
"HTTP_PAGE_FIRST_SENT_TO_LAST_RECEIVED": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "HTTP page: First byte of request sent -> last byte of response received (ms)"
},
"HTTP_PAGE_OPEN_TO_FIRST_RECEIVED": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "HTTP page: Open -> first byte of reply received (ms)"
},
"HTTP_PAGE_OPEN_TO_FIRST_FROM_CACHE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "HTTP page: Open -> cache read start (ms)"
},
"HTTP_PAGE_OPEN_TO_FIRST_FROM_CACHE_V2": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "HTTP page: Open -> cache read start (ms), [cache2]"
},
"HTTP_PAGE_CACHE_READ_TIME": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "HTTP page: Cache read time (ms)"
},
"HTTP_PAGE_CACHE_READ_TIME_V2": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "HTTP page: Cache read time (ms) [cache2]"
},
"HTTP_PAGE_REVALIDATION": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "HTTP page: Positive cache validation time (ms)"
},
"HTTP_PAGE_COMPLETE_LOAD": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "HTTP page: Overall load time - all (ms)"
},
"HTTP_PAGE_COMPLETE_LOAD_V2": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "HTTP page: Overall load time - all (ms) [cache2]"
},
"HTTP_PAGE_COMPLETE_LOAD_CACHED": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "HTTP page: Overall load time - cache hits (ms)"
},
"HTTP_PAGE_COMPLETE_LOAD_CACHED_V2": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "HTTP page: Overall load time - cache hits (ms) [cache2]"
},
"HTTP_PAGE_COMPLETE_LOAD_NET": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "HTTP page: Overall load time - network (ms)"
},
"HTTP_PAGE_COMPLETE_LOAD_NET_V2": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "HTTP page: Overall load time - network (ms) [cache2]"
},
"HTTP_SUB_DNS_ISSUE_TIME": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "HTTP subitem: open() -> DNS request issued (ms)"
},
"HTTP_SUB_DNS_LOOKUP_TIME": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "HTTP subitem: DNS lookup time (ms)"
},
"HTTP_SUB_TCP_CONNECTION": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "HTTP subitem: TCP connection setup (ms)"
},
"HTTP_SUB_OPEN_TO_FIRST_SENT": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "HTTP subitem: Open -> first byte of request sent (ms)"
},
"HTTP_SUB_FIRST_SENT_TO_LAST_RECEIVED": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "HTTP subitem: First byte of request sent -> last byte of response received (ms)"
},
"HTTP_SUB_OPEN_TO_FIRST_RECEIVED": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "HTTP subitem: Open -> first byte of reply received (ms)"
},
"HTTP_SUB_OPEN_TO_FIRST_FROM_CACHE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "HTTP subitem: Open -> cache read start (ms)"
},
"HTTP_SUB_OPEN_TO_FIRST_FROM_CACHE_V2": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "HTTP subitem: Open -> cache read start (ms) [cache2]"
},
"HTTP_SUB_CACHE_READ_TIME": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "HTTP subitem: Cache read time (ms)"
},
"HTTP_SUB_CACHE_READ_TIME_V2": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "HTTP subitem: Cache read time (ms) [cache2]"
},
"HTTP_SUB_REVALIDATION": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "HTTP subitem: Positive cache validation time (ms)"
},
"HTTP_SUB_COMPLETE_LOAD": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "HTTP subitem: Overall load time - all (ms)"
},
"HTTP_SUB_COMPLETE_LOAD_V2": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "HTTP subitem: Overall load time - all (ms) [cache2]"
},
"HTTP_SUB_COMPLETE_LOAD_CACHED": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "HTTP subitem: Overall load time - cache hits (ms)"
},
"HTTP_SUB_COMPLETE_LOAD_CACHED_V2": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "HTTP subitem: Overall load time - cache hits (ms) [cache2]"
},
"HTTP_SUB_COMPLETE_LOAD_NET": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "HTTP subitem: Overall load time - network (ms)"
},
"HTTP_SUB_COMPLETE_LOAD_NET_V2": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "HTTP subitem: Overall load time - network (ms) [cache2]"
},
"HTTP_PROXY_TYPE": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 8,
"description": "HTTP Proxy Type (none, http, socks)"
},
"HTTP_TRANSACTION_IS_SSL": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Whether a HTTP transaction was over SSL or not."
},
"HTTP_PAGELOAD_IS_SSL": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Whether a HTTP base page load was over SSL or not."
},
"HTTP_TRANSACTION_USE_ALTSVC": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Whether a HTTP transaction was routed via Alt-Svc or not."
},
"HTTP_TRANSACTION_USE_ALTSVC_OE": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Whether a HTTP transaction routed via Alt-Svc was scheme=http"
},
"HTTP_WAP_CONTENT_TYPE_RECEIVED": {
"expires_in_version": "45",
"kind": "boolean",
"description": "Whether a WAP content type response is served to the browser."
},
"HTTP_SCHEME_UPGRADE": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 10,
"description": "Was the URL upgraded to HTTPS? (0=already HTTPS, 1=no reason to upgrade, 2=STS upgrade blocked by pref, 3=upgraded with STS, 4=upgraded with CSP)"
},
"HTTP_AUTH_DIALOG_STATS": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 3,
"description": "Stats about what kind of resource requested http authentication. (0=top-level doc, 1=same origin subresources 2=cross-origin subresources)"
},
"SSL_HANDSHAKE_VERSION": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 16,
"description": "SSL Version (1=tls1, 2=tls1.1, 3=tls1.2)"
},
"SSL_TIME_UNTIL_READY": {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 200,
"extended_statistics_ok": true,
"description": "ms of SSL wait time including TCP and proxy tunneling"
},
"SSL_TIME_UNTIL_HANDSHAKE_FINISHED": {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 200,
"description": "ms of SSL wait time for full handshake including TCP and proxy tunneling"
},
"SSL_BYTES_BEFORE_CERT_CALLBACK": {
"expires_in_version": "never",
"kind": "exponential",
"high": "32000",
"n_buckets": 64,
"extended_statistics_ok": true,
"description": "plaintext bytes read before a server certificate authenticated"
},
"SSL_NPN_TYPE": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 16,
"description": "NPN Results (0=none, 1=negotiated, 2=no-overlap, 3=selected(alpn))"
},
"SSL_RESUMED_SESSION": {
"expires_in_version": "never",
"kind": "boolean",
"description": "complete TLS connect that used TLS Sesison Resumption"
},
"CERT_VALIDATION_HTTP_REQUEST_RESULT": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 16,
"description": "HTTP result of OCSP, etc.. (0=canceled, 1=OK, 2=FAILED, 3=internal-error)"
},
"CERT_VALIDATION_HTTP_REQUEST_CANCELED_TIME": {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 200,
"extended_statistics_ok": true,
"description": "ms elapsed time of OCSP etc.. that was canceled"
},
"CERT_VALIDATION_HTTP_REQUEST_SUCCEEDED_TIME": {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 200,
"extended_statistics_ok": true,
"description": "ms elapsed time of OCSP etc.. that succeeded"
},
"CERT_VALIDATION_HTTP_REQUEST_FAILED_TIME": {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 200,
"extended_statistics_ok": true,
"description": "ms elapsed time of OCSP etc.. that failed"
},
"SSL_KEY_EXCHANGE_ALGORITHM_FULL": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 16,
"description": "SSL Handshake Key Exchange Algorithm for full handshake (null=0, rsa=1, dh=2, fortezza=3, ecdh=4)"
},
"SSL_KEY_EXCHANGE_ALGORITHM_RESUMED": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 16,
"description": "SSL Handshake Key Exchange Algorithm for resumed handshake (null=0, rsa=1, dh=2, fortezza=3, ecdh=4)"
},
"SSL_OBSERVED_END_ENTITY_CERTIFICATE_LIFETIME": {
"expires_in_version": "55",
"alert_emails": ["seceng-telemetry@mozilla.com"],
"kind": "enumerated",
"n_values": 125,
"releaseChannelCollection": "opt-out",
"description": "The lifetime of accepted HTTPS server certificates, in weeks, up to 2 years. Bucket 105 is all end-entity HTTPS server certificates with a lifetime > 2 years."
},
"KEYGEN_GENERATED_KEY_TYPE": {
"expires_in_version": "50",
"alert_emails": ["seceng-telemetry@mozilla.com"],
"kind": "count",
"keyed": "true",
"releaseChannelCollection": "opt-out",
"description": "The number of times we generate a key via keygen, keyed on algorithm and keysize. Keys include RSA with key size (512, 1024, 2048, possibly others), secp384r1, secp256r1, and 'other_ec'."
},
"WEBSOCKETS_HANDSHAKE_TYPE": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 16,
"description": "Websockets Handshake Results (ws-ok-plain, ws-ok-proxy, ws-failed-plain, ws-failed-proxy, wss-ok-plain, wss-ok-proxy, wss-failed-plain, wss-failed-proxy)"
},
"SPDY_VERSION2": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 48,
"description": "SPDY: Protocol Version Used"
},
"HTTP_RESPONSE_VERSION": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 48,
"description": "HTTP: Protocol Version Used on Response from nsHttp.h"
},
"SPDY_PARALLEL_STREAMS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "1000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "SPDY: Streams concurrent active per connection"
},
"SPDY_REQUEST_PER_CONN": {
"expires_in_version": "never",
"kind": "exponential",
"high": "1000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "SPDY: Streams created per connection"
},
"SPDY_SERVER_INITIATED_STREAMS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "100000",
"n_buckets": 250,
"extended_statistics_ok": true,
"description": "SPDY: Streams recevied per connection"
},
"SPDY_CHUNK_RECVD": {
"expires_in_version": "never",
"kind": "exponential",
"high": "1000",
"n_buckets": 100,
"extended_statistics_ok": true,
"description": "SPDY: Recvd Chunk Size (rounded to KB)"
},
"SPDY_SYN_SIZE": {
"expires_in_version": "never",
"kind": "exponential",
"low": 20,
"high": "20000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "SPDY: SYN Frame Header Size"
},
"SPDY_SYN_RATIO": {
"expires_in_version": "never",
"kind": "linear",
"high": "99",
"n_buckets": 20,
"description": "SPDY: SYN Frame Header Ratio (lower better)"
},
"SPDY_SYN_REPLY_SIZE": {
"expires_in_version": "never",
"kind": "exponential",
"low": 16,
"high": "20000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "SPDY: SYN Reply Header Size"
},
"SPDY_SYN_REPLY_RATIO": {
"expires_in_version": "never",
"kind": "linear",
"high": "99",
"n_buckets": 20,
"description": "SPDY: SYN Reply Header Ratio (lower better)"
},
"SPDY_NPN_CONNECT": {
"expires_in_version": "never",
"kind": "boolean",
"description": "SPDY: NPN Negotiated"
},
"SPDY_NPN_JOIN": {
"expires_in_version": "never",
"kind": "boolean",
"description": "SPDY: Coalesce Succeeded"
},
"SPDY_KBREAD_PER_CONN": {
"expires_in_version": "never",
"kind": "exponential",
"high": "3000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "SPDY: KB read per connection"
},
"SPDY_SETTINGS_UL_BW": {
"expires_in_version": "42",
"kind": "exponential",
"high": "10000",
"n_buckets": 100,
"extended_statistics_ok": true,
"description": "SPDY: Settings Upload Bandwidth"
},
"SPDY_SETTINGS_DL_BW": {
"expires_in_version": "42",
"kind": "exponential",
"high": "10000",
"n_buckets": 100,
"extended_statistics_ok": true,
"description": "SPDY: Settings Download Bandwidth"
},
"SPDY_SETTINGS_RTT": {
"expires_in_version": "42",
"kind": "exponential",
"high": "1000",
"n_buckets": 100,
"extended_statistics_ok": true,
"description": "SPDY: Settings RTT"
},
"SPDY_SETTINGS_MAX_STREAMS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "5000",
"n_buckets": 100,
"extended_statistics_ok": true,
"description": "H2: Settings Max Streams parameter"
},
"SPDY_SETTINGS_CWND": {
"expires_in_version": "42",
"kind": "exponential",
"high": "500",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "SPDY: Settings CWND (packets)"
},
"SPDY_SETTINGS_RETRANS": {
"expires_in_version": "42",
"kind": "exponential",
"high": "100",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "SPDY: Retransmission Rate"
},
"SPDY_SETTINGS_IW": {
"expires_in_version": "never",
"kind": "exponential",
"high": "1000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "H2: Settings Initial Window (rounded to KB)"
},
"SPDY_GOAWAY_LOCAL": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 32,
"description": "H2: goaway reason client sent from rfc 7540. 31 is none sent."
},
"SPDY_GOAWAY_PEER": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 32,
"description": "H2: goaway reason from peer from rfc 7540. 31 is none received."
},
"HTTP_CONNECTION_ENTRY_CACHE_HIT_1" : {
"expires_in_version": "never",
"kind": "boolean",
"description": "Fraction of sockets that used a nsConnectionEntry with history - size 300."
},
"DISK_CACHE_CORRUPT_DETAILS": {
"expires_in_version": "40",
"kind": "enumerated",
"n_values": 50,
"description": "Why the HTTP disk cache was corrupted at startup"
},
"DISK_CACHE_REDUCTION_TRIAL": {
"expires_in_version": "40",
"kind": "boolean",
"description": "Stores 1 if the cache would be clean with the disk cache corruption plan of Bug 105843"
},
"DISK_CACHE_REVALIDATION_SAFE": {
"expires_in_version": "40",
"kind": "boolean",
"description": "Stores 1 if the cache clean file was revalidated, or 0 if a non empty doom list prevented revalidation"
},
"DISK_CACHE_INVALIDATION_SUCCESS": {
"expires_in_version": "40",
"kind": "boolean",
"description": "Stores 1 if writing '0' to the cache clean file succeeded, and 0 if it failed."
},
"DISK_CACHE_REVALIDATION_SUCCESS": {
"expires_in_version": "40",
"kind": "boolean",
"description": "Stores 1 if writing '1' to the cache clean file succeeded, and 0 if it failed."
},
"HTTP_CACHE_DISPOSITION_2": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 5,
"description": "HTTP Cache Hit, Reval, Failed-Reval, Miss"
},
"HTTP_CACHE_DISPOSITION_2_V2": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 5,
"description": "HTTP Cache v2 Hit, Reval, Failed-Reval, Miss"
},
"HTTP_DISK_CACHE_DISPOSITION_2": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 5,
"description": "HTTP Disk Cache Hit, Reval, Failed-Reval, Miss"
},
"HTTP_CACHE_MISS_HALFLIFE_EXPERIMENT_2": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 4,
"description": "HTTP Cache v2 Miss by half-life value (5 min, 15 min, 1 hour, 6 hours)"
},
"HTTP_CACHE_ENTRY_RELOAD_TIME": {
"expires_in_version": "never",
"kind": "exponential",
"high": "900000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "Time before we reload an HTTP cache entry again to memory"
},
"HTTP_CACHE_ENTRY_ALIVE_TIME": {
"expires_in_version": "never",
"kind": "exponential",
"high": "7200000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "Time for which an HTTP cache entry is kept warmed in memory"
},
"HTTP_CACHE_ENTRY_REUSE_COUNT": {
"expires_in_version": "never",
"kind": "linear",
"high": "20",
"n_buckets": 19,
"description": "Reuse count of an HTTP cache entry warmed in memory"
},
"HTTP_MEMORY_CACHE_DISPOSITION_2": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 5,
"description": "HTTP Memory Cache Hit, Reval, Failed-Reval, Miss"
},
"HTTP_OFFLINE_CACHE_DISPOSITION_2": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 5,
"description": "HTTP Offline Cache Hit, Reval, Failed-Reval, Miss"
},
"HTTP_OFFLINE_CACHE_DOCUMENT_LOAD": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Rate of page load from offline cache"
},
"CACHE_DEVICE_SEARCH_2": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "Time to search cache (ms)"
},
"CACHE_MEMORY_SEARCH_2": {
"expires_in_version": "default",
"kind": "exponential",
"high": "10000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "Time to search memory cache (ms)"
},
"CACHE_DISK_SEARCH_2": {
"expires_in_version": "default",
"kind": "exponential",
"high": "10000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "Time to search disk cache (ms)"
},
"CACHE_OFFLINE_SEARCH_2": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "Time to search offline cache (ms)"
},
"TRANSACTION_WAIT_TIME_HTTP": {
"expires_in_version": "never",
"kind": "exponential",
"high": "5000",
"n_buckets": 100,
"extended_statistics_ok": true,
"description": "Time from submission to dispatch of HTTP transaction (ms)"
},
"TRANSACTION_WAIT_TIME_HTTP_PIPELINES": {
"expires_in_version": "never",
"kind": "exponential",
"high": "5000",
"n_buckets": 100,
"extended_statistics_ok": true,
"description": "Time from submission to dispatch of HTTP with pipelines transaction (ms)"
},
"TRANSACTION_WAIT_TIME_SPDY": {
"expires_in_version": "never",
"kind": "exponential",
"high": "5000",
"n_buckets": 100,
"extended_statistics_ok": true,
"description": "Time from submission to dispatch of SPDY transaction (ms)"
},
"HTTP_SAW_QUIC_ALT_PROTOCOL": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Fraction of responses with a quic alt-protocol advertisement."
},
"HTTP_CONTENT_ENCODING": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 6,
"description": "encoding removed: 0=unknown, 1=gzip, 2=deflate, 3=brotli"
},
"HTTP_DISK_CACHE_OVERHEAD": {
"expires_in_version": "default",
"kind": "exponential",
"high": "32000000",
"n_buckets": 100,
"extended_statistics_ok": true,
"description": "HTTP Disk cache memory overhead (bytes)"
},
"CACHE_LM_INCONSISTENT": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Cache discovered inconsistent last-modified entry"
},
"CACHE_SERVICE_LOCK_WAIT_2": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms)"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_2": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock on the main thread (ms)"
},
"DISK_CACHE_SMART_SIZE_USING_OLD_MAX": {
"expires_in_version": "40",
"kind": "boolean",
"description": "Whether we are using the old default cache smart size"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSSETDISKSMARTSIZECALLBACK_NOTIFY": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSSETDISKSMARTSIZECALLBACK_NOTIFY"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSPROCESSREQUESTEVENT_RUN": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSPROCESSREQUESTEVENT_RUN"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSOUTPUTSTREAMWRAPPER_LAZYINIT": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSOUTPUTSTREAMWRAPPER_LAZYINIT"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSOUTPUTSTREAMWRAPPER_CLOSEINTERNAL": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSOUTPUTSTREAMWRAPPER_CLOSEINTERNAL"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSOUTPUTSTREAMWRAPPER_RELEASE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSOUTPUTSTREAMWRAPPER_RELEASE"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCOMPRESSOUTPUTSTREAMWRAPPER_RELEASE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCOMPRESSOUTPUTSTREAMWRAPPER_RELEASE"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSINPUTSTREAMWRAPPER_LAZYINIT": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSINPUTSTREAMWRAPPER_LAZYINIT"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSINPUTSTREAMWRAPPER_CLOSEINTERNAL": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSINPUTSTREAMWRAPPER_CLOSEINTERNAL"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSINPUTSTREAMWRAPPER_RELEASE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSINPUTSTREAMWRAPPER_RELEASE"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSDECOMPRESSINPUTSTREAMWRAPPER_RELEASE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSDECOMPRESSINPUTSTREAMWRAPPER_RELEASE"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSEVICTDISKCACHEENTRIESEVENT_RUN": {
"expires_in_version": "40",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSEVICTDISKCACHEENTRIESEVENT_RUN *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSDOOMEVENT_RUN": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSDOOMEVENT_RUN"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSDISKCACHESTREAMIO_WRITE": {
"expires_in_version": "40",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSDISKCACHESTREAMIO_WRITE *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSDISKCACHESTREAMIO_CLOSEOUTPUTSTREAM": {
"expires_in_version": "40",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSDISKCACHESTREAMIO_CLOSEOUTPUTSTREAM *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSDISKCACHEDEVICEDEACTIVATEENTRYEVENT_RUN": {
"expires_in_version": "40",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSDISKCACHEDEVICEDEACTIVATEENTRYEVENT_RUN *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSDISKCACHEBINDING_DESTRUCTOR": {
"expires_in_version": "40",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSDISKCACHEBINDING_DESTRUCTOR *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHESERVICE_SHUTDOWN": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHESERVICE_SHUTDOWN"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHESERVICE_SETOFFLINECACHEENABLED": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHESERVICE_SETOFFLINECACHEENABLED"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHESERVICE_SETOFFLINECACHECAPACITY": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHESERVICE_SETOFFLINECACHECAPACITY"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHESERVICE_SETMEMORYCACHE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHESERVICE_SETMEMORYCACHE"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHESERVICE_SETDISKSMARTSIZE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHESERVICE_SETDISKSMARTSIZE"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHESERVICE_SETDISKCACHEMAXENTRYSIZE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHESERVICE_SETDISKCACHEMAXENTRYSIZE"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHESERVICE_SETMEMORYCACHEMAXENTRYSIZE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHESERVICE_SETMEMORYCACHEMAXENTRYSIZE"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHESERVICE_SETDISKCACHEENABLED": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHESERVICE_SETDISKCACHEENABLED"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHESERVICE_SETDISKCACHECAPACITY": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHESERVICE_SETDISKCACHECAPACITY"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHESERVICE_OPENCACHEENTRY": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHESERVICE_OPENCACHEENTRY"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHESERVICE_ONPROFILESHUTDOWN": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHESERVICE_ONPROFILESHUTDOWN"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHESERVICE_ONPROFILECHANGED": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHESERVICE_ONPROFILECHANGED"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHESERVICE_ISSTORAGEENABLEDFORPOLICY": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHESERVICE_ISSTORAGEENABLEDFORPOLICY"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHESERVICE_GETCACHEIOTARGET": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHESERVICE_GETCACHEIOTARGET"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHESERVICE_EVICTENTRIESFORCLIENT": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHESERVICE_EVICTENTRIESFORCLIENT"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHESERVICE_DISKDEVICEHEAPSIZE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHESERVICE_DISKDEVICEHEAPSIZE"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHESERVICE_CLOSEALLSTREAMS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHESERVICE_CLOSEALLSTREAMS"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHEENTRYDESCRIPTOR_DOOM": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHEENTRYDESCRIPTOR_DOOM"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHEENTRYDESCRIPTOR_SETPREDICTEDDATASIZE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHEENTRYDESCRIPTOR_SETPREDICTEDDATASIZE"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHEENTRYDESCRIPTOR_GETDATASIZE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHEENTRYDESCRIPTOR_GETDATASIZE"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHEENTRYDESCRIPTOR_GETSTORAGEDATASIZE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHEENTRYDESCRIPTOR_GETSTORAGEDATASIZE"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHEENTRYDESCRIPTOR_REQUESTDATASIZECHANGE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHEENTRYDESCRIPTOR_REQUESTDATASIZECHANGE"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHEENTRYDESCRIPTOR_SETDATASIZE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHEENTRYDESCRIPTOR_SETDATASIZE"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHEENTRYDESCRIPTOR_OPENINPUTSTREAM": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHEENTRYDESCRIPTOR_OPENINPUTSTREAM"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHEENTRYDESCRIPTOR_OPENOUTPUTSTREAM": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHEENTRYDESCRIPTOR_OPENOUTPUTSTREAM"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHEENTRYDESCRIPTOR_GETCACHEELEMENT": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHEENTRYDESCRIPTOR_GETCACHEELEMENT"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHEENTRYDESCRIPTOR_SETCACHEELEMENT": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHEENTRYDESCRIPTOR_SETCACHEELEMENT"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHEENTRYDESCRIPTOR_GETSTORAGEPOLICY": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHEENTRYDESCRIPTOR_GETSTORAGEPOLICY"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHEENTRYDESCRIPTOR_SETSTORAGEPOLICY": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHEENTRYDESCRIPTOR_SETSTORAGEPOLICY"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHEENTRYDESCRIPTOR_GETFILE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHEENTRYDESCRIPTOR_GETFILE"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHEENTRYDESCRIPTOR_GETSECURITYINFO": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHEENTRYDESCRIPTOR_GETSECURITYINFO"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHEENTRYDESCRIPTOR_SETSECURITYINFO": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHEENTRYDESCRIPTOR_SETSECURITYINFO"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHEENTRYDESCRIPTOR_DOOMANDFAILPENDINGREQUESTS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHEENTRYDESCRIPTOR_DOOMANDFAILPENDINGREQUESTS"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHEENTRYDESCRIPTOR_MARKVALID": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHEENTRYDESCRIPTOR_MARKVALID"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHEENTRYDESCRIPTOR_CLOSE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHEENTRYDESCRIPTOR_CLOSE"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHEENTRYDESCRIPTOR_GETMETADATAELEMENT": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHEENTRYDESCRIPTOR_GETMETADATAELEMENT"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHEENTRYDESCRIPTOR_SETMETADATAELEMENT": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHEENTRYDESCRIPTOR_SETMETADATAELEMENT"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHEENTRYDESCRIPTOR_VISITMETADATA": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHEENTRYDESCRIPTOR_VISITMETADATA"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHEENTRYDESCRIPTOR_SETEXPIRATIONTIME": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHEENTRYDESCRIPTOR_SETEXPIRATIONTIME"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHEENTRYDESCRIPTOR_ISSTREAMBASED": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHEENTRYDESCRIPTOR_ISSTREAMBASED"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHEENTRYDESCRIPTOR_GETLASTMODIFIED": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHEENTRYDESCRIPTOR_GETLASTMODIFIED"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHEENTRYDESCRIPTOR_GETEXPIRATIONTIME": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHEENTRYDESCRIPTOR_GETEXPIRATIONTIME"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHEENTRYDESCRIPTOR_GETKEY": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHEENTRYDESCRIPTOR_GETKEY"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHEENTRYDESCRIPTOR_GETFETCHCOUNT": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHEENTRYDESCRIPTOR_GETFETCHCOUNT"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHEENTRYDESCRIPTOR_GETDEVICEID": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHEENTRYDESCRIPTOR_GETDEVICEID"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHESERVICE_PROCESSREQUEST": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHESERVICE_PROCESSREQUEST"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHESERVICE_VISITENTRIES": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHESERVICE_VISITENTRIES"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHEENTRYDESCRIPTOR_GETPREDICTEDDATASIZE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHEENTRYDESCRIPTOR_GETPREDICTEDDATASIZE"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHEENTRYDESCRIPTOR_GETLASTFETCHED": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHEENTRYDESCRIPTOR_GETLASTFETCHED"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHEENTRYDESCRIPTOR_GETCLIENTID": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSCACHEENTRYDESCRIPTOR_GETCLIENTID"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSBLOCKONCACHETHREADEVENT_RUN": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSBLOCKONCACHETHREADEVENT_RUN"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSDISKCACHEMAP_REVALIDATION": {
"expires_in_version": "40",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSDISKCACHEMAP_REVALIDATION *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSASYNCDOOMEVENT_RUN": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10 * 1000",
"n_buckets": 50,
"description": "Time spent waiting on the cache service lock (ms) on the main thread in NSASYNCDOOMEVENT_RUN"
},
"DNT_USAGE": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 3,
"description": "I want to be tracked, I do NOT want to be tracked, DNT unset"
},
"DNS_LOOKUP_METHOD2": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 16,
"description": "DNS Lookup Type (hit, renewal, negative-hit, literal, overflow, network-first, network-shared)"
},
"DNS_CLEANUP_AGE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "1440",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "DNS Cache Entry Age at Removal Time (minutes)"
},
"DNS_LOOKUP_TIME": {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "Time for a successful DNS OS resolution (msec)"
},
"DNS_RENEWAL_TIME": {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "Time for a renewed DNS OS resolution (msec)"
},
"DNS_RENEWAL_TIME_FOR_TTL": {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "Time for a DNS OS resolution (msec) used to get TTL"
},
"DNS_FAILED_LOOKUP_TIME": {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "Time for an unsuccessful DNS OS resolution (msec)"
},
"DNS_BLACKLIST_COUNT": {
"expires_in_version": "never",
"kind": "linear",
"high": 21,
"n_buckets": 20,
"description": "The number of unusable addresses reported for each record"
},
"REFRESH_DRIVER_TICK" : {
"expires_in_version": "never",
"description": "Total time spent ticking the refresh driver in milliseconds",
"kind": "exponential",
"high": "1000",
"n_buckets": 50
},
"PAINT_BUILD_DISPLAYLIST_TIME" : {
"expires_in_version": "never",
"description": "Time spent in building displaylists in milliseconds",
"kind": "exponential",
"high": "1000",
"n_buckets": 50
},
"PAINT_RASTERIZE_TIME" : {
"expires_in_version": "never",
"description": "Time spent rasterizing each frame in milliseconds",
"kind": "exponential",
"high": "1000",
"n_buckets": 50
},
"PREDICTOR_PREDICT_ATTEMPTS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "1000 * 1000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "Number of times nsINetworkPredictor::Predict is called and attempts to predict"
},
"PREDICTOR_LEARN_ATTEMPTS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "1000 * 1000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "Number of times nsINetworkPredictor::Learn is called and attempts to learn"
},
"PREDICTOR_PREDICT_FULL_QUEUE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "Number of times nsINetworkPredictor::Predict doesn't continue because the queue is full"
},
"PREDICTOR_LEARN_FULL_QUEUE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "Number of times nsINetworkPredictor::Learn doesn't continue because the queue is full"
},
"PREDICTOR_WAIT_TIME": {
"expires_in_version": "never",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Amount of time a predictor event waits in the queue (ms)"
},
"PREDICTOR_PREDICT_WORK_TIME": {
"expires_in_version": "never",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Amount of time spent doing the work for predict (ms)"
},
"PREDICTOR_LEARN_WORK_TIME": {
"expires_in_version": "never",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Amount of time spent doing the work for learn (ms)"
},
"PREDICTOR_TOTAL_PREDICTIONS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "1000 * 1000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "How many actual predictions (preresolves, preconnects, ...) happen"
},
"PREDICTOR_TOTAL_PRECONNECTS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "1000 * 1000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "How many actual preconnects happen"
},
"PREDICTOR_TOTAL_PRECONNECTS_CREATED": {
"expires_in_version": "never",
"kind": "exponential",
"high": "1000 * 1000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "How many preconnects actually created a speculative socket"
},
"PREDICTOR_TOTAL_PRECONNECTS_USED": {
"expires_in_version": "never",
"kind": "exponential",
"high": "1000 * 1000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "How many preconnects actually created a used speculative socket"
},
"PREDICTOR_TOTAL_PRECONNECTS_UNUSED": {
"expires_in_version": "never",
"kind": "exponential",
"high": "1000 * 1000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "How many preconnects needlessly created a speculative socket"
},
"PREDICTOR_TOTAL_PRERESOLVES": {
"expires_in_version": "never",
"kind": "exponential",
"high": "1000 * 1000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "How many actual preresolves happen"
},
"PREDICTOR_PREDICTIONS_CALCULATED": {
"expires_in_version": "never",
"kind": "exponential",
"high": "1000 * 1000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "How many prediction calculations are performed"
},
"PREDICTOR_GLOBAL_DEGRADATION": {
"expires_in_version": "never",
"kind": "linear",
"high": "100",
"n_buckets": 50,
"description": "The global degradation calculated"
},
"PREDICTOR_SUBRESOURCE_DEGRADATION": {
"expires_in_version": "never",
"kind": "linear",
"high": "100",
"n_buckets": 50,
"description": "The degradation calculated for a subresource"
},
"PREDICTOR_BASE_CONFIDENCE": {
"expires_in_version": "never",
"kind": "linear",
"high": "100",
"n_buckets": 50,
"description": "The base confidence calculated for a subresource"
},
"PREDICTOR_CONFIDENCE": {
"expires_in_version": "never",
"kind": "linear",
"high": "100",
"n_buckets": 50,
"description": "The final confidence calculated for a subresource"
},
"PREDICTOR_PREDICT_TIME_TO_ACTION": {
"expires_in_version": "never",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"description": "How long it takes from the time Predict() is called to the time we take action"
},
"PREDICTOR_PREDICT_TIME_TO_INACTION": {
"expires_in_version": "never",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"description": "How long it takes from the time Predict() is called to the time we figure out there's nothing to do"
},
"HTTPCONNMGR_TOTAL_SPECULATIVE_CONN": {
"expires_in_version": "never",
"kind": "exponential",
"high": "1000 * 1000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "How many speculative http connections are created"
},
"HTTPCONNMGR_USED_SPECULATIVE_CONN": {
"expires_in_version": "never",
"kind": "exponential",
"high": "1000 * 1000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "How many speculative http connections are actually used"
},
"HTTPCONNMGR_UNUSED_SPECULATIVE_CONN": {
"expires_in_version": "never",
"kind": "exponential",
"high": "1000 * 1000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "How many speculative connections are made needlessly"
},
"TAP_TO_LOAD_IMAGE_SIZE": {
"expires_in_version": "50",
"kind": "exponential",
"high": "32 * 1024",
"n_buckets": 50,
"description": "The size of the image being shown, when using tap-to-load images. (kilobytes)",
"bug_numbers": [1208167]
},
"STS_POLL_AND_EVENTS_CYCLE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 1000,
"description": "The duraion of a socketThread cycle, including polls and pending events. (ms)"
},
"STS_NUMBER_OF_PENDING_EVENTS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "2000",
"n_buckets": 100,
"description": "Number of pending events per SocketThread cycle."
},
"STS_POLL_CYCLE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 1000,
"description": "The duration of poll. (ms)"
},
"STS_POLL_AND_EVENT_THE_LAST_CYCLE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 1000,
"description": "The duraion of the socketThread cycle during shutdown, including polls and pending events. (ms)"
},
"STS_NUMBER_OF_PENDING_EVENTS_IN_THE_LAST_CYCLE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "2000",
"n_buckets": 100,
"description": "Number of pending events per SocketThread cycle during shutdown."
},
"STS_NUMBER_OF_ONSOCKETREADY_CALLS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "2000",
"n_buckets": 100,
"description": "Number of OnSocketReady calls during a single poll."
},
"STS_POLL_BLOCK_TIME": {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 1000,
"description": "Time spent blocked on poll (ms)."
},
"PRCONNECT_BLOCKING_TIME_NORMAL": {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 1000,
"description": "Time spent blocked in PR_Connect when we are not shutting down and there has been niether a network nor an offline state change in the last 60s (ms)."
},
"PRCONNECT_BLOCKING_TIME_SHUTDOWN": {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 1000,
"description": "Time spent blocked in PR_Connect during a shutdown (ms)."
},
"PRCONNECT_BLOCKING_TIME_CONNECTIVITY_CHANGE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 1000,
"description": "Time spent blocked in PR_Connect when there has been the connectiviy change in the last 60s (ms)."
},
"PRCONNECT_BLOCKING_TIME_LINK_CHANGE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 1000,
"description": "Time spent blocked in PR_Connect when there has been a link change in the last 60s (ms)."
},
"PRCONNECT_BLOCKING_TIME_OFFLINE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 1000,
"description": "Time spent blocked in PR_Connect when the offline state has changed in the last 60s (ms)."
},
"PRCONNECTCONTINUE_BLOCKING_TIME_NORMAL": {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 1000,
"description": "Time spent blocked in PR_ConnectContinue when we are not shutting down and there has been niether a network nor an offline state change in the last 60s (ms)."
},
"PRCONNECTCONTINUE_BLOCKING_TIME_SHUTDOWN": {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 1000,
"description": "Time spent blocked in PR_ConnectContinue during a shutdown (ms)."
},
"PRCONNECTCONTINUE_BLOCKING_TIME_CONNECTIVITY_CHANGE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 1000,
"description": "Time spent blocked in PR_ConnectContinue when there has been the connectivity change in the last 60s (ms)."
},
"PRCONNECTCONTINUE_BLOCKING_TIME_LINK_CHANGE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 1000,
"description": "Time spent blocked in PR_ConnectContinue when there has been a link change in the last 60s (ms)."
},
"PRCONNECTCONTINUE_BLOCKING_TIME_OFFLINE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 1000,
"description": "Time spent blocked in PR_ConnectContinue when the offline state has changed in the last 60s (ms)."
},
"PRCLOSE_TCP_BLOCKING_TIME_NORMAL": {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 1000,
"description": "Time spent blocked in PR_Close when we are not shutting down and there has been niether a network nor an offline state change in the last 60s (ms)."
},
"PRCLOSE_TCP_BLOCKING_TIME_SHUTDOWN": {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 1000,
"description": "Time spent blocked in PR_Close during a shutdown (ms)."
},
"PRCLOSE_TCP_BLOCKING_TIME_CONNECTIVITY_CHANGE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 1000,
"description": "Time spent blocked in PR_Close when there has been the connectivity change in the last 60s (ms)."
},
"PRCLOSE_TCP_BLOCKING_TIME_LINK_CHANGE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 1000,
"description": "Time spent blocked in PR_Close when there has been a link change in the last 60s (ms)."
},
"PRCLOSE_TCP_BLOCKING_TIME_OFFLINE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 1000,
"description": "Time spent blocked in PR_Close when the offline state has changed in the last 60s (ms)."
},
"PRCLOSE_UDP_BLOCKING_TIME_NORMAL": {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 1000,
"description": "Time spent blocked in PR_Close when we are not shutting down and there has been niether a network nor an offline state change in the last 60s (ms)."
},
"PRCLOSE_UDP_BLOCKING_TIME_SHUTDOWN": {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 1000,
"description": "Time spent blocked in PR_Close during a shutdown (ms)."
},
"PRCLOSE_UDP_BLOCKING_TIME_CONNECTIVITY_CHANGE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 1000,
"description": "Time spent blocked in PR_Close when there has been the connectivity change in the last 60s (ms)."
},
"PRCLOSE_UDP_BLOCKING_TIME_LINK_CHANGE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 1000,
"description": "Time spent blocked in PR_Close when there has been a link change in the last 60s (ms)."
},
"PRCLOSE_UDP_BLOCKING_TIME_OFFLINE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 1000,
"description": "Time spent blocked in PR_Close when the offline state has changed in the last 60s (ms)."
},
"IPV4_AND_IPV6_ADDRESS_CONNECTIVITY": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 4,
"description": "Count the number of 0) successful connections to an ipv4 address, 1) failed connection an ipv4 address, 2) successful connection to an ipv6 address and 3) failed connections to an ipv6 address."
},
"URL_PATH_ENDS_IN_EXCLAMATION": {
"expires_in_version": "never",
"kind": "boolean",
"description": "The URL path ends in !"
},
"URL_PATH_CONTAINS_EXCLAMATION_SLASH": {
"expires_in_version": "never",
"kind": "boolean",
"description": "The URL path contains !/"
},
"URL_PATH_CONTAINS_EXCLAMATION_DOUBLE_SLASH": {
"expires_in_version": "never",
"kind": "boolean",
"description": "The URL path contains !//"
},
"NETWORK_AUTODIAL": {
"expires_in_version": "never",
"kind": "boolean",
"description": "session used autodialer"
},
"FIND_PLUGINS": {
"alert_emails": ["perf-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent scanning filesystem for plugins (ms)"
},
"CHECK_JAVA_ENABLED": {
"expires_in_version": "default",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent checking if Java is enabled (ms)"
},
"PLUGIN_HANG_UI_USER_RESPONSE": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 3,
"description": "User response to Plugin Hang UI"
},
"PLUGIN_HANG_UI_DONT_ASK": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Whether the user has requested not to see the Plugin Hang UI again"
},
"PLUGIN_HANG_UI_RESPONSE_TIME": {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 20,
"description": "Time spent in Plugin Hang UI (ms)"
},
"PLUGIN_HANG_TIME": {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 20,
"description": "Value of dom.ipc.plugins.hangUITimeoutSecs plus time spent in Plugin Hang UI (ms)"
},
"PLUGIN_LOAD_METADATA": {
"alert_emails": ["perf-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"high": "5000",
"n_buckets": 20,
"description": "Time spent loading plugin DLL and obtaining metadata (ms)"
},
"PLUGIN_STARTUP_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "5000",
"n_buckets": 20,
"extended_statistics_ok": true,
"description": "Time spent starting up plugins (ms)"
},
"PLUGIN_SHUTDOWN_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "5000",
"n_buckets": 20,
"extended_statistics_ok": true,
"description": "Time spent shutting down plugins (ms)"
},
"PLUGIN_CALLED_DIRECTLY": {
"expires_in_version": "never",
"kind": "flag",
"description": "A plugin object was successfully invoked as a function"
},
"FLASH_PLUGIN_STATES": {
"expires_in_version": "50",
"kind": "enumerated",
"n_values": 20,
"description": "A flash object's initialization state"
},
"FLASH_PLUGIN_AREA": {
"expires_in_version": "50",
"kind": "exponential",
"low": "256",
"high": "16777216",
"n_buckets": 50,
"description": "Flash object area (width * height)"
},
"FLASH_PLUGIN_WIDTH": {
"expires_in_version": "50",
"kind": "linear",
"low": "1",
"high": "2000",
"n_buckets": 50,
"description": "Flash object width"
},
"FLASH_PLUGIN_HEIGHT": {
"expires_in_version": "50",
"kind": "linear",
"low": "1",
"high": "2000",
"n_buckets": 50,
"description": "Flash object height"
},
"FLASH_PLUGIN_INSTANCES_ON_PAGE": {
"expires_in_version": "50",
"kind": "enumerated",
"n_values": 30,
"description": "Flash object instances count on page"
},
"MOZ_SQLITE_OPEN_MS": {
"expires_in_version": "default",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent on SQLite open() (ms)"
},
"MOZ_SQLITE_OPEN_MAIN_THREAD_MS": {
"expires_in_version": "40",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent on SQLite open() (ms) *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"MOZ_SQLITE_TRUNCATE_MS": {
"expires_in_version": "40",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent on SQLite truncate() (ms) *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"MOZ_SQLITE_TRUNCATE_MAIN_THREAD_MS": {
"expires_in_version": "40",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent on SQLite truncate() (ms) *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"MOZ_SQLITE_OTHER_READ_MS": {
"expires_in_version": "40",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent on SQLite read() (ms) *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"MOZ_SQLITE_OTHER_READ_MAIN_THREAD_MS": {
"expires_in_version": "40",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent on SQLite read() (ms) *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"MOZ_SQLITE_PLACES_READ_MS": {
"expires_in_version": "40",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent on SQLite read() (ms) *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"MOZ_SQLITE_PLACES_READ_MAIN_THREAD_MS": {
"expires_in_version": "40",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent on SQLite read() (ms) *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"MOZ_SQLITE_COOKIES_OPEN_READAHEAD_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent on cookie DB open with readahead (ms)"
},
"MOZ_SQLITE_COOKIES_READ_MS": {
"expires_in_version": "40",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent on SQLite read() (ms) *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"MOZ_SQLITE_COOKIES_READ_MAIN_THREAD_MS": {
"expires_in_version": "40",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent on SQLite read() (ms) *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"MOZ_SQLITE_WEBAPPS_READ_MS": {
"expires_in_version": "40",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent on SQLite read() (ms) *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"MOZ_SQLITE_WEBAPPS_READ_MAIN_THREAD_MS": {
"expires_in_version": "40",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent on SQLite read() (ms) *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"MOZ_SQLITE_OTHER_WRITE_MS": {
"expires_in_version": "40",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent on SQLite write() (ms) *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"MOZ_SQLITE_OTHER_WRITE_MAIN_THREAD_MS": {
"expires_in_version": "40",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent on SQLite write() (ms) *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"MOZ_SQLITE_PLACES_WRITE_MS": {
"expires_in_version": "default",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent on SQLite write() (ms)"
},
"MOZ_SQLITE_PLACES_WRITE_MAIN_THREAD_MS": {
"expires_in_version": "40",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent on SQLite write() (ms) *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"MOZ_SQLITE_COOKIES_WRITE_MS": {
"expires_in_version": "40",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent on SQLite write() (ms) *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"MOZ_SQLITE_COOKIES_WRITE_MAIN_THREAD_MS": {
"expires_in_version": "40",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent on SQLite write() (ms) *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"MOZ_SQLITE_WEBAPPS_WRITE_MS": {
"expires_in_version": "40",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent on SQLite write() (ms) *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"MOZ_SQLITE_WEBAPPS_WRITE_MAIN_THREAD_MS": {
"expires_in_version": "40",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent on SQLite write() (ms) *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"MOZ_SQLITE_OTHER_SYNC_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent on SQLite fsync() (ms)"
},
"MOZ_SQLITE_OTHER_SYNC_MAIN_THREAD_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent on SQLite fsync() (ms)"
},
"MOZ_SQLITE_PLACES_SYNC_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent on SQLite fsync() (ms)"
},
"MOZ_SQLITE_PLACES_SYNC_MAIN_THREAD_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent on SQLite fsync() (ms)"
},
"MOZ_SQLITE_COOKIES_SYNC_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent on SQLite fsync() (ms)"
},
"MOZ_SQLITE_COOKIES_SYNC_MAIN_THREAD_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent on SQLite fsync() (ms)"
},
"MOZ_SQLITE_WEBAPPS_SYNC_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent on SQLite fsync() (ms)"
},
"MOZ_SQLITE_WEBAPPS_SYNC_MAIN_THREAD_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent on SQLite fsync() (ms)"
},
"MOZ_SQLITE_OTHER_READ_B": {
"expires_in_version": "default",
"kind": "linear",
"high": "32768",
"n_buckets": 3,
"description": "SQLite read() (bytes)"
},
"MOZ_SQLITE_PLACES_READ_B": {
"expires_in_version": "40",
"kind": "linear",
"high": "32768",
"n_buckets": 3,
"description": "SQLite read() (bytes) *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"MOZ_SQLITE_COOKIES_READ_B": {
"expires_in_version": "40",
"kind": "linear",
"high": "32768",
"n_buckets": 3,
"description": "SQLite read() (bytes) *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"MOZ_SQLITE_WEBAPPS_READ_B": {
"expires_in_version": "40",
"kind": "linear",
"high": "32768",
"n_buckets": 3,
"description": "SQLite read() (bytes) *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"MOZ_SQLITE_PLACES_WRITE_B": {
"expires_in_version": "40",
"kind": "linear",
"high": "32768",
"n_buckets": 3,
"description": "SQLite write (bytes) *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"MOZ_SQLITE_COOKIES_WRITE_B": {
"expires_in_version": "40",
"kind": "linear",
"high": "32768",
"n_buckets": 3,
"description": "SQLite write (bytes) *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"MOZ_SQLITE_WEBAPPS_WRITE_B": {
"expires_in_version": "40",
"kind": "linear",
"high": "32768",
"n_buckets": 3,
"description": "SQLite write (bytes) *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"MOZ_SQLITE_OTHER_WRITE_B": {
"expires_in_version": "default",
"kind": "linear",
"high": "32768",
"n_buckets": 3,
"description": "SQLite write (bytes)"
},
"MOZ_STORAGE_ASYNC_REQUESTS_MS": {
"alert_emails": ["perf-telemetry-alerts@mozilla.com"],
"expires_in_version": "40",
"kind": "exponential",
"high": "32768",
"n_buckets": 20,
"extended_statistics_ok": true,
"description": "mozStorage async requests completion (ms) *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"MOZ_STORAGE_ASYNC_REQUESTS_SUCCESS": {
"alert_emails": ["perf-telemetry-alerts@mozilla.com"],
"expires_in_version": "40",
"kind": "boolean",
"description": "mozStorage async requests success *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"STARTUP_MEASUREMENT_ERRORS": {
"expires_in_version": "default",
"kind": "enumerated",
"n_values": "mozilla::StartupTimeline::MAX_EVENT_ID",
"description": "Flags errors in startup calculation()"
},
"NETWORK_DISK_CACHE_OPEN": {
"expires_in_version": "default",
"kind": "exponential",
"high": "10000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent opening disk cache (ms)"
},
"NETWORK_DISK_CACHE_TRASHRENAME": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent renaming bad Cache to Cache.Trash (ms)"
},
"NETWORK_DISK_CACHE_DELETEDIR": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent deleting disk cache (ms)"
},
"NETWORK_DISK_CACHE_DELETEDIR_SHUTDOWN": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent during showdown stopping thread deleting old disk cache (ms)"
},
"NETWORK_DISK_CACHE_SHUTDOWN": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Total Time spent (ms) during disk cache showdown"
},
"NETWORK_DISK_CACHE_SHUTDOWN_V2": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Total Time spent (ms) during disk cache showdown [cache2]"
},
"NETWORK_DISK_CACHE_SHUTDOWN_CLEAR_PRIVATE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent (ms) during showdown deleting disk cache for 'clear private data' option"
},
"NETWORK_DISK_CACHE2_SHUTDOWN_CLEAR_PRIVATE": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent (ms) during showdown deleting disk cache v2 for 'clear private data' option"
},
"NETWORK_DISK_CACHE_REVALIDATION": {
"expires_in_version": "40",
"kind": "exponential",
"high": "10000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Total Time spent (ms) during disk cache revalidation"
},
"NETWORK_DISK_CACHE_STREAMIO_CLOSE": {
"expires_in_version": "40",
"kind": "exponential",
"high": "10000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent in nsDiskCacheStreamIO::Close() on non-main thread (ms)"
},
"NETWORK_DISK_CACHE_STREAMIO_CLOSE_MAIN_THREAD": {
"expires_in_version": "40",
"kind": "exponential",
"high": "10000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent in nsDiskCacheStreamIO::Close() on the main thread (ms)"
},
"IDLE_NOTIFY_BACK_MS": {
"expires_in_version": "40",
"kind": "exponential",
"high": "5000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent checking for and notifying listeners that the user is back (ms)"
},
"IDLE_NOTIFY_BACK_LISTENERS": {
"expires_in_version": "40",
"kind": "linear",
"high": "100",
"n_buckets": 20,
"description": "Number of listeners notified that the user is back"
},
"IDLE_NOTIFY_IDLE_MS": {
"expires_in_version": "default",
"kind": "exponential",
"high": "5000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent checking for and notifying listeners that the user is idle (ms)"
},
"IDLE_NOTIFY_IDLE_LISTENERS": {
"expires_in_version": "40",
"kind": "linear",
"high": "100",
"n_buckets": 20,
"description": "Number of listeners notified that the user is idle"
},
"URLCLASSIFIER_LOOKUP_TIME": {
"expires_in_version": "never",
"kind": "exponential",
"high": "500",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent per dbservice lookup (ms)"
},
"URLCLASSIFIER_CL_CHECK_TIME": {
"expires_in_version": "never",
"kind": "exponential",
"high": "500",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent per classifier lookup (ms)"
},
"URLCLASSIFIER_CL_UPDATE_TIME": {
"expires_in_version": "never",
"kind": "exponential",
"low": 20,
"high": "15000",
"n_buckets": 15,
"extended_statistics_ok": true,
"description": "Time spent per classifier update (ms)"
},
"URLCLASSIFIER_PS_FILELOAD_TIME": {
"expires_in_version": "never",
"kind": "exponential",
"high": "1000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent loading PrefixSet from file (ms)"
},
"URLCLASSIFIER_PS_FALLOCATE_TIME": {
"expires_in_version": "default",
"kind": "exponential",
"high": "1000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time spent fallocating PrefixSet (ms)"
},
"URLCLASSIFIER_PS_CONSTRUCT_TIME": {
"expires_in_version": "never",
"kind": "exponential",
"high": "5000",
"n_buckets": 15,
"extended_statistics_ok": true,
"description": "Time spent constructing PrefixSet from DB (ms)"
},
"URLCLASSIFIER_LC_PREFIXES": {
"expires_in_version": "never",
"kind": "linear",
"high": "1500000",
"n_buckets": 15,
"description": "Size of the prefix cache in entries"
},
"URLCLASSIFIER_LC_COMPLETIONS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "200",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Size of the completion cache in entries"
},
"URLCLASSIFIER_PS_FAILURE": {
"expires_in_version": "default",
"kind": "boolean",
"description": "Did UrlClassifier fail to construct the PrefixSet?"
},
"PLACES_PAGES_COUNT": {
"expires_in_version": "never",
"kind": "exponential",
"low": 1000,
"high": "150000",
"n_buckets": 20,
"extended_statistics_ok": true,
"releaseChannelCollection": "opt-out",
"description": "PLACES: Number of unique pages"
},
"PLACES_BOOKMARKS_COUNT": {
"expires_in_version": "never",
"kind": "exponential",
"low": 100,
"high": "8000",
"n_buckets": 15,
"extended_statistics_ok": true,
"releaseChannelCollection": "opt-out",
"description": "PLACES: Number of bookmarks"
},
"PLACES_TAGS_COUNT": {
"expires_in_version": "never",
"kind": "exponential",
"high": "200",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "PLACES: Number of tags"
},
"PLACES_KEYWORDS_COUNT": {
"expires_in_version": "never",
"kind": "exponential",
"high": "200",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "PLACES: Number of keywords"
},
"PLACES_BACKUPS_DAYSFROMLAST": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 15,
"description": "PLACES: Days from last backup"
},
"PLACES_BACKUPS_BOOKMARKSTREE_MS": {
"expires_in_version": "never",
"kind": "exponential",
"low": 50,
"high": 2000,
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "PLACES: Time to build the bookmarks tree"
},
"PLACES_BACKUPS_TOJSON_MS": {
"expires_in_version": "default",
"kind": "exponential",
"low": 50,
"high": 2000,
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "PLACES: Time to convert and write the backup"
},
"PLACES_EXPORT_TOHTML_MS": {
"expires_in_version": "never",
"kind": "exponential",
"low": 50,
"high": 2000,
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "PLACES: Time to convert and write bookmarks.html"
},
"PLACES_FAVICON_ICO_SIZES": {
"expires_in_version" : "never",
"kind": "exponential",
"high": 524288,
"n_buckets" : 100,
"description": "PLACES: Size of the ICO favicon files loaded from the web (Bytes)"
},
"PLACES_FAVICON_PNG_SIZES": {
"expires_in_version" : "never",
"kind": "exponential",
"high": 524288,
"n_buckets" : 100,
"description": "PLACES: Size of the PNG favicon files loaded from the web (Bytes)"
},
"PLACES_FAVICON_GIF_SIZES": {
"expires_in_version" : "never",
"kind": "exponential",
"high": 524288,
"n_buckets" : 100,
"description": "PLACES: Size of the GIF favicon files loaded from the web (Bytes)"
},
"PLACES_FAVICON_JPEG_SIZES": {
"expires_in_version" : "never",
"kind": "exponential",
"high": 524288,
"n_buckets" : 100,
"description": "PLACES: Size of the JPEG favicon files loaded from the web (Bytes)"
},
"PLACES_FAVICON_BMP_SIZES": {
"expires_in_version" : "never",
"kind": "exponential",
"high": 524288,
"n_buckets" : 100,
"description": "PLACES: Size of the BMP favicon files loaded from the web (Bytes)"
},
"PLACES_FAVICON_SVG_SIZES": {
"expires_in_version" : "never",
"kind": "exponential",
"high": 524288,
"n_buckets" : 100,
"description": "PLACES: Size of the SVG favicon files loaded from the web (Bytes)"
},
"PLACES_FAVICON_OTHER_SIZES": {
"expires_in_version" : "never",
"kind": "exponential",
"high": 524288,
"n_buckets" : 100,
"description": "PLACES: Size of favicon files without a specific file type probe, loaded from the web (Bytes)"
},
"LINK_ICON_SIZES_ATTR_USAGE": {
"expires_in_version" : "never",
"kind": "enumerated",
"n_values": 4,
"description": "The possible types of the 'sizes' attribute for <link rel=icon>. 0: Attribute not specified, 1: 'any', 2: Integer dimensions, 3: Invalid value."
},
"LINK_ICON_SIZES_ATTR_DIMENSION": {
"expires_in_version" : "never",
"kind": "linear",
"high": 513,
"n_buckets" : 64,
"description": "The width dimension of the 'sizes' attribute for <link rel=icon>."
},
"FENNEC_DISTRIBUTION_REFERRER_INVALID": {
"expires_in_version": "never",
"kind": "flag",
"description": "Whether the referrer intent specified an invalid distribution name",
"cpp_guard": "ANDROID"
},
"FENNEC_DISTRIBUTION_CODE_CATEGORY": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 20,
"description": "First digit of HTTP result code, or error category, during distribution download",
"cpp_guard": "ANDROID"
},
"FENNEC_DISTRIBUTION_DOWNLOAD_TIME_MS": {
"expires_in_version": "never",
"kind": "exponential",
"low": 100,
"high": "40000",
"n_buckets": 30,
"description": "Time taken to download a specified distribution file (msec)",
"cpp_guard": "ANDROID"
},
"FENNEC_BOOKMARKS_COUNT": {
"expires_in_version": "60",
"kind": "exponential",
"high": "8000",
"n_buckets": 20,
"description": "Number of bookmarks stored in the browser DB",
"alert_emails": ["mobile-frontend@mozilla.com"],
"bug_numbers": [1244704]
},
"FENNEC_FAVICONS_COUNT": {
"expires_in_version": "40",
"kind": "exponential",
"high": "2000",
"n_buckets": 10,
"cpp_guard": "ANDROID",
"extended_statistics_ok": true,
"description": "Number of favicons stored in the browser DB *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"FENNEC_THUMBNAILS_COUNT": {
"expires_in_version": "40",
"kind": "exponential",
"high": "2000",
"n_buckets": 10,
"cpp_guard": "ANDROID",
"extended_statistics_ok": true,
"description": "Number of thumbnails stored in the browser DB *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"FENNEC_READING_LIST_COUNT": {
"expires_in_version": "50",
"kind": "exponential",
"high": "1000",
"n_buckets": 10,
"cpp_guard": "ANDROID",
"extended_statistics_ok": true,
"description": "Number of reading list items stored in the browser DB *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"PLACES_SORTED_BOOKMARKS_PERC": {
"expires_in_version": "never",
"kind": "linear",
"high": "100",
"n_buckets": 10,
"description": "PLACES: Percentage of bookmarks organized in folders"
},
"PLACES_TAGGED_BOOKMARKS_PERC": {
"expires_in_version": "never",
"kind": "linear",
"high": "100",
"n_buckets": 10,
"description": "PLACES: Percentage of tagged bookmarks"
},
"PLACES_DATABASE_FILESIZE_MB": {
"expires_in_version": "never",
"kind": "exponential",
"low": 5,
"high": "200",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "PLACES: Database filesize (MB)"
},
"PLACES_DATABASE_PAGESIZE_B": {
"expires_in_version": "never",
"kind": "exponential",
"low": 1024,
"high": "32768",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "PLACES: Database page size (bytes)"
},
"PLACES_DATABASE_SIZE_PER_PAGE_B": {
"expires_in_version": "never",
"kind": "exponential",
"low": 500,
"high": "10240",
"n_buckets": 20,
"extended_statistics_ok": true,
"description": "PLACES: Average size of a place in the database (bytes)"
},
"PLACES_EXPIRATION_STEPS_TO_CLEAN2": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 10,
"description": "PLACES: Expiration steps to cleanup the database"
},
"PLACES_AUTOCOMPLETE_1ST_RESULT_TIME_MS": {
"expires_in_version": "never",
"kind": "exponential",
"low": 50,
"high": "500",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "PLACES: Time for first autocomplete result if > 50ms (ms)"
},
"PLACES_AUTOCOMPLETE_6_FIRST_RESULTS_TIME_MS": {
"expires_in_version": "never",
"kind": "exponential",
"low": 50,
"high": "1000",
"n_buckets": 30,
"extended_statistics_ok": true,
"description": "PLACES: Time for the 6 first autocomplete results (ms)"
},
"HISTORY_LASTVISITED_TREE_QUERY_TIME_MS": {
"expires_in_version": "never",
"kind": "exponential",
"low": 50,
"high": "2000",
"n_buckets": 30,
"extended_statistics_ok": true,
"description": "PLACES: Time to load the sidebar history tree sorted by last visit (ms)"
},
"PLACES_HISTORY_LIBRARY_SEARCH_TIME_MS": {
"expires_in_version": "never",
"kind": "exponential",
"low": 50,
"high": "1000",
"n_buckets": 30,
"extended_statistics_ok": true,
"description": "PLACES: Time to search the history library (ms)"
},
"PLACES_AUTOCOMPLETE_URLINLINE_DOMAIN_QUERY_TIME_MS": {
"expires_in_version": "never",
"kind": "exponential",
"low": 50,
"high": 2000,
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "PLACES: Duration of the domain query for the url inline autocompletion (ms)"
},
"PLACES_IDLE_FRECENCY_DECAY_TIME_MS": {
"expires_in_version": "never",
"kind": "exponential",
"low": 50,
"high": "10000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "PLACES: Time to decay all frecencies values on idle (ms)"
},
"PLACES_IDLE_MAINTENANCE_TIME_MS": {
"expires_in_version": "never",
"kind": "exponential",
"low": 1000,
"high": "30000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "PLACES: Time to execute maintenance tasks on idle (ms)"
},
"PLACES_ANNOS_BOOKMARKS_COUNT": {
"expires_in_version": "never",
"kind": "exponential",
"low": 50,
"high": "5000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "PLACES: Number of bookmarks annotations"
},
"PLACES_ANNOS_PAGES_COUNT": {
"expires_in_version": "never",
"kind": "exponential",
"low": 50,
"high": "5000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "PLACES: Number of pages annotations"
},
"PLACES_MAINTENANCE_DAYSFROMLAST": {
"expires_in_version" : "never",
"kind": "exponential",
"low": 7,
"high": 60,
"n_buckets" : 10,
"description": "PLACES: Days from last maintenance"
},
"UPDATE_CHECK_NO_UPDATE_EXTERNAL" : {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "count",
"releaseChannelCollection": "opt-out",
"description": "Update: count of no updates were found for a background update check (externally initiated)"
},
"UPDATE_CHECK_NO_UPDATE_NOTIFY" : {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "count",
"releaseChannelCollection": "opt-out",
"description": "Update: count of no updates were found for a background update check (timer initiated)"
},
"UPDATE_CHECK_CODE_EXTERNAL": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 50,
"releaseChannelCollection": "opt-out",
"description": "Update: background update check result code except for no updates found (externally initiated)"
},
"UPDATE_CHECK_CODE_NOTIFY": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 50,
"releaseChannelCollection": "opt-out",
"description": "Update: background update check result code except for no updates found (timer initiated)"
},
"UPDATE_CHECK_EXTENDED_ERROR_EXTERNAL": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "count",
"keyed": true,
"releaseChannelCollection": "opt-out",
"description": "Update: keyed count (key names are prefixed with AUS_CHECK_EX_ERR_) of background update check extended error code (externally initiated)"
},
"UPDATE_CHECK_EXTENDED_ERROR_NOTIFY": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "count",
"keyed": true,
"releaseChannelCollection": "opt-out",
"description": "Update: keyed count (key names are prefixed with AUS_CHECK_EX_ERR_) of background update check extended error code (timer initiated)"
},
"UPDATE_INVALID_LASTUPDATETIME_EXTERNAL": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "count",
"releaseChannelCollection": "opt-out",
"description": "Update: count of systems that have a last update time greater than the current time (externally initiated)"
},
"UPDATE_INVALID_LASTUPDATETIME_NOTIFY": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "count",
"releaseChannelCollection": "opt-out",
"description": "Update: count of systems that have a last update time greater than the current time (timer initiated)"
},
"UPDATE_LAST_NOTIFY_INTERVAL_DAYS_EXTERNAL": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"n_buckets": 60,
"high": "365",
"releaseChannelCollection": "opt-out",
"description": "Update: interval in days since the last background update check (externally initiated)"
},
"UPDATE_LAST_NOTIFY_INTERVAL_DAYS_NOTIFY": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"n_buckets": 30,
"high": "180",
"releaseChannelCollection": "opt-out",
"description": "Update: interval in days since the last background update check (timer initiated)"
},
"UPDATE_PING_COUNT_EXTERNAL": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "count",
"releaseChannelCollection": "opt-out",
"description": "Update: count of systems for this ping for comparison with other pings (externally initiated)"
},
"UPDATE_PING_COUNT_NOTIFY": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "count",
"releaseChannelCollection": "opt-out",
"description": "Update: count of systems for this ping for comparison with other pings (timer initiated)"
},
"UPDATE_SERVICE_INSTALLED_EXTERNAL": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "boolean",
"releaseChannelCollection": "opt-out",
"description": "Update: whether the service is installed (externally initiated)"
},
"UPDATE_SERVICE_INSTALLED_NOTIFY": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "boolean",
"releaseChannelCollection": "opt-out",
"description": "Update: whether the service is installed (timer initiated)"
},
"UPDATE_SERVICE_MANUALLY_UNINSTALLED_EXTERNAL": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "count",
"releaseChannelCollection": "opt-out",
"description": "Update: count of systems that manually uninstalled the service (externally initiated)"
},
"UPDATE_SERVICE_MANUALLY_UNINSTALLED_NOTIFY": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "count",
"releaseChannelCollection": "opt-out",
"description": "Update: count of systems that manually uninstalled the service (timer initiated)"
},
"UPDATE_UNABLE_TO_APPLY_EXTERNAL": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "count",
"releaseChannelCollection": "opt-out",
"description": "Update: count of systems that cannot apply updates (externally initiated)"
},
"UPDATE_UNABLE_TO_APPLY_NOTIFY": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "count",
"releaseChannelCollection": "opt-out",
"description": "Update: count of systems that cannot apply updates (timer initiated)"
},
"UPDATE_CANNOT_STAGE_EXTERNAL": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "count",
"releaseChannelCollection": "opt-out",
"description": "Update: count of systems that cannot stage updates (externally initiated)"
},
"UPDATE_CANNOT_STAGE_NOTIFY": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "count",
"releaseChannelCollection": "opt-out",
"description": "Update: count of systems that cannot stage updates (timer initiated)"
},
"UPDATE_HAS_PREF_URL_OVERRIDE_EXTERNAL": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "count",
"releaseChannelCollection": "opt-out",
"description": "Update: count of systems that have an app.update.url.override preference (externally initiated)"
},
"UPDATE_HAS_PREF_URL_OVERRIDE_NOTIFY": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "count",
"releaseChannelCollection": "opt-out",
"description": "Update: count of systems that have an app.update.url.override preference (timer initiated)"
},
"UPDATE_PREF_UPDATE_CANCELATIONS_EXTERNAL": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 100,
"releaseChannelCollection": "opt-out",
"description": "Update: number of sequential update elevation request cancelations greater than 0 (externally initiated)"
},
"UPDATE_PREF_UPDATE_CANCELATIONS_NOTIFY": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 100,
"releaseChannelCollection": "opt-out",
"description": "Update: number of sequential update elevation request cancelations greater than 0 (timer initiated)"
},
"UPDATE_PREF_SERVICE_ERRORS_EXTERNAL": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 30,
"releaseChannelCollection": "opt-out",
"description": "Update: number of sequential update service errors greater than 0 (externally initiated)"
},
"UPDATE_PREF_SERVICE_ERRORS_NOTIFY": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 30,
"releaseChannelCollection": "opt-out",
"description": "Update: number of sequential update service errors greater than 0 (timer initiated)"
},
"UPDATE_NOT_PREF_UPDATE_AUTO_EXTERNAL": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "count",
"releaseChannelCollection": "opt-out",
"description": "Update: count of when the app.update.auto boolean preference is not the default value of true (true values are not submitted)"
},
"UPDATE_NOT_PREF_UPDATE_AUTO_NOTIFY": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "count",
"releaseChannelCollection": "opt-out",
"description": "Update: count of when the app.update.auto boolean preference is not the default value of true (true values are not submitted)"
},
"UPDATE_NOT_PREF_UPDATE_ENABLED_EXTERNAL": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "count",
"releaseChannelCollection": "opt-out",
"description": "Update: count of when the app.update.enabled boolean preference is not the default value of true (true values are not submitted)"
},
"UPDATE_NOT_PREF_UPDATE_ENABLED_NOTIFY": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "count",
"releaseChannelCollection": "opt-out",
"description": "Update: count of when the app.update.enabled boolean preference is not the default value of true (true values are not submitted)"
},
"UPDATE_NOT_PREF_UPDATE_STAGING_ENABLED_EXTERNAL": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "count",
"releaseChannelCollection": "opt-out",
"description": "Update: count of when the app.update.staging.enabled boolean preference is not the default value of true (true values are not submitted)"
},
"UPDATE_NOT_PREF_UPDATE_STAGING_ENABLED_NOTIFY": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "count",
"releaseChannelCollection": "opt-out",
"description": "Update: count of when the app.update.staging.enabled boolean preference is not the default value of true (true values are not submitted)"
},
"UPDATE_NOT_PREF_UPDATE_SERVICE_ENABLED_EXTERNAL": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "count",
"releaseChannelCollection": "opt-out",
"description": "Update: count of when the app.update.service.enabled boolean preference is not the default value of true (true values are not submitted)"
},
"UPDATE_NOT_PREF_UPDATE_SERVICE_ENABLED_NOTIFY": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "count",
"releaseChannelCollection": "opt-out",
"description": "Update: count of when the app.update.service.enabled boolean preference is not the default value of true (true values are not submitted)"
},
"UPDATE_DOWNLOAD_CODE_COMPLETE": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 50,
"releaseChannelCollection": "opt-out",
"description": "Update: complete patch download result code"
},
"UPDATE_DOWNLOAD_CODE_PARTIAL": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 50,
"releaseChannelCollection": "opt-out",
"description": "Update: complete patch download result code"
},
"UPDATE_STATE_CODE_COMPLETE_STARTUP": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 20,
"releaseChannelCollection": "opt-out",
"description": "Update: the state of a complete update from update.status on startup"
},
"UPDATE_STATE_CODE_PARTIAL_STARTUP": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 20,
"releaseChannelCollection": "opt-out",
"description": "Update: the state of a partial patch update from update.status on startup"
},
"UPDATE_STATE_CODE_UNKNOWN_STARTUP": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 20,
"releaseChannelCollection": "opt-out",
"description": "Update: the state of an unknown patch update from update.status on startup"
},
"UPDATE_STATE_CODE_COMPLETE_STAGE": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 20,
"releaseChannelCollection": "opt-out",
"description": "Update: the state of a complete patch update from update.status after staging"
},
"UPDATE_STATE_CODE_PARTIAL_STAGE": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 20,
"releaseChannelCollection": "opt-out",
"description": "Update: the state of a partial patch update from update.status after staging"
},
"UPDATE_STATE_CODE_UNKNOWN_STAGE": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 20,
"releaseChannelCollection": "opt-out",
"description": "Update: the state of an unknown patch update from update.status after staging"
},
"UPDATE_STATUS_ERROR_CODE_COMPLETE_STARTUP": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 100,
"releaseChannelCollection": "opt-out",
"description": "Update: the status error code for a failed complete patch update from update.status on startup"
},
"UPDATE_STATUS_ERROR_CODE_PARTIAL_STARTUP": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 100,
"releaseChannelCollection": "opt-out",
"description": "Update: the status error code for a failed partial patch update from update.status on startup"
},
"UPDATE_STATUS_ERROR_CODE_UNKNOWN_STARTUP": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 100,
"releaseChannelCollection": "opt-out",
"description": "Update: the status error code for a failed unknown patch update from update.status on startup"
},
"UPDATE_STATUS_ERROR_CODE_COMPLETE_STAGE": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 100,
"releaseChannelCollection": "opt-out",
"description": "Update: the status error code for a failed complete patch update from update.status after staging"
},
"UPDATE_STATUS_ERROR_CODE_PARTIAL_STAGE": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 100,
"releaseChannelCollection": "opt-out",
"description": "Update: the status error code for a failed partial patch update from update.status after staging"
},
"UPDATE_STATUS_ERROR_CODE_UNKNOWN_STAGE": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 100,
"releaseChannelCollection": "opt-out",
"description": "Update: the status error code for a failed unknown patch update from update.status after staging"
},
"UPDATE_WIZ_LAST_PAGE_CODE": {
"alert_emails": ["application-update-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 30,
"releaseChannelCollection": "opt-out",
"description": "Update: the update wizard page displayed when the UI was closed (mapped in toolkit/mozapps/update/UpdateTelemetry.jsm)"
},
"THUNDERBIRD_GLODA_SIZE_MB": {
"expires_in_version": "never",
"kind": "linear",
"high": "1000",
"n_buckets": 40,
"description": "Gloda: size of global-messages-db.sqlite (MB)"
},
"THUNDERBIRD_CONVERSATIONS_TIME_TO_2ND_GLODA_QUERY_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": 30,
"extended_statistics_ok": true,
"description": "Conversations: time between the moment we click and the second gloda query returns (ms)"
},
"THUNDERBIRD_INDEXING_RATE_MSG_PER_S": {
"expires_in_version": "never",
"kind": "linear",
"high": "100",
"n_buckets": 20,
"description": "Gloda: indexing rate (message/s)"
},
"FX_GESTURE_TAKE_SNAPSHOT_OF_PAGE": {
"expires_in_version": "40",
"kind": "exponential",
"high": "1000",
"n_buckets": "30",
"description": "Firefox: Time taken to capture the page to a canvas, for reuse while swiping through history (ms)."
},
"FX_GESTURE_INSTALL_SNAPSHOT_OF_PAGE": {
"expires_in_version": "50",
"kind": "exponential",
"high": "1000",
"n_buckets": "30",
"description": "Firefox: Time taken to store the image capture of the page to a canvas, for reuse while swiping through history (ms)."
},
"FX_GESTURE_COMPRESS_SNAPSHOT_OF_PAGE": {
"expires_in_version": "50",
"kind": "exponential",
"high": "1000",
"n_buckets": "30",
"description": "Firefox: Time taken to kick off image compression of the canvas that will be used during swiping through history (ms)."
},
"FX_TAB_ANIM_OPEN_MS": {
"alert_emails": ["perf-telemetry-alerts@mozilla.com"],
"expires_in_version": "40",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"description": "Firefox: Time taken by the tab opening animation in milliseconds *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"FX_TAB_ANIM_CLOSE_MS": {
"alert_emails": ["perf-telemetry-alerts@mozilla.com"],
"expires_in_version": "40",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"description": "Firefox: Time taken by the tab closing animation in milliseconds *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"FX_TAB_ANIM_OPEN_PREVIEW_FRAME_INTERVAL_MS": {
"expires_in_version": "never",
"kind": "exponential",
"low": 7,
"high": "500",
"n_buckets": 50,
"description": "Average frame interval during tab open animation of about:newtab (preview=on), when other tabs are unaffected"
},
"FX_TAB_ANIM_OPEN_FRAME_INTERVAL_MS": {
"expires_in_version": "never",
"kind": "exponential",
"low": 7,
"high": "500",
"n_buckets": 50,
"description": "Average frame interval during tab open animation of about:newtab (preview=off), when other tabs are unaffected"
},
"FX_TAB_ANIM_ANY_FRAME_INTERVAL_MS": {
"expires_in_version": "never",
"kind": "exponential",
"low": 7,
"high": "500",
"n_buckets": 50,
"description": "Average frame interval during any tab open/close animation (excluding tabstrip scroll)"
},
"FX_TAB_ANIM_ANY_FRAME_PAINT_MS": {
"expires_in_version": "40",
"kind": "exponential",
"high": "500",
"n_buckets": 30,
"description": "Average paint duration during any tab open/close animation (excluding tabstrip scroll) *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"FX_REFRESH_DRIVER_CHROME_FRAME_DELAY_MS": {
"alert_emails": ["perf-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": 50,
"bug_numbers": [1220699],
"description": "Delay in ms between the target and the actual handling time of the frame at refresh driver in the chrome process."
},
"FX_REFRESH_DRIVER_CONTENT_FRAME_DELAY_MS": {
"alert_emails": ["perf-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": 50,
"bug_numbers": [1221674],
"description": "Delay in ms between the target and the actual handling time of the frame at refresh driver in the content process."
},
"FX_REFRESH_DRIVER_SYNC_SCROLL_FRAME_DELAY_MS": {
"alert_emails": ["perf-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": 50,
"bug_numbers": [1228147],
"description": "Delay in ms between the target and the actual handling time of the frame at refresh driver while scrolling synchronously."
},
"FX_TAB_SWITCH_UPDATE_MS": {
"alert_emails": ["perf-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"high": "1000",
"n_buckets": 20,
"description": "Firefox: Time in ms spent updating UI in response to a tab switch"
},
"FX_TAB_SWITCH_TOTAL_MS": {
"expires_in_version": "default",
"kind": "exponential",
"high": "1000",
"n_buckets": 20,
"description": "Firefox: Time in ms till a tab switch is complete including the first paint"
},
"FX_TAB_SWITCH_TOTAL_E10S_MS": {
"expires_in_version": "default",
"kind": "exponential",
"high": "1000",
"n_buckets": 20,
"description": "Firefox: Time in ms between tab selection and tab content paint."
},
"FX_TAB_SWITCH_SPINNER_VISIBLE_MS": {
"expires_in_version": "default",
"kind": "exponential",
"high": "1000",
"n_buckets": 20,
"description": "Firefox: If the spinner interstitial displays during tab switching, records the time in ms the graphic is visible"
},
"FX_TAB_CLICK_MS": {
"expires_in_version": "default",
"kind": "exponential",
"high": "1000",
"n_buckets": 20,
"description": "Firefox: Time in ms spent on switching tabs in response to a tab click"
},
"FX_IDENTITY_POPUP_OPEN_MS": {
"expires_in_version": "40",
"kind": "exponential",
"high": "1000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Firefox: Time taken by the identity popup to open in milliseconds"
},
"FX_BOOKMARKS_TOOLBAR_INIT_MS": {
"expires_in_version": "never",
"kind": "exponential",
"low": 50,
"high": "5000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Firefox: Time to initialize the bookmarks toolbar view (ms)"
},
"FX_BROWSER_FULLSCREEN_USED": {
"expires_in_version": "46",
"kind": "count",
"description": "The number of times that a session enters browser fullscreen (f11-fullscreen)"
},
"FX_NEW_WINDOW_MS": {
"expires_in_version": "default",
"kind": "exponential",
"high": "10000",
"n_buckets": 20,
"extended_statistics_ok": true,
"description": "Firefox: Time taken to open a new browser window (ms)"
},
"FX_PAGE_LOAD_MS": {
"expires_in_version": "default",
"kind": "exponential",
"high": "10000",
"n_buckets": 20,
"extended_statistics_ok": true,
"description": "Firefox: Time taken to load a page (ms)"
},
"FX_TOTAL_TOP_VISITS": {
"expires_in_version": "default",
"kind": "boolean",
"description": "Count the number of times a new top page was starting to load"
},
"FX_THUMBNAILS_CAPTURE_TIME_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "500",
"n_buckets": 15,
"extended_statistics_ok": true,
"description": "THUMBNAILS: Time (ms) it takes to capture a thumbnail"
},
"FX_THUMBNAILS_STORE_TIME_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "500",
"n_buckets": 15,
"extended_statistics_ok": true,
"description": "THUMBNAILS: Time (ms) it takes to store a thumbnail in the cache"
},
"FX_THUMBNAILS_HIT_OR_MISS": {
"expires_in_version": "never",
"kind": "boolean",
"description": "THUMBNAILS: Thumbnail found"
},
"FX_MIGRATION_ENTRY_POINT": {
"expires_in_version": "49",
"kind": "enumerated",
"n_values": 10,
"releaseChannelCollection": "opt-out",
"description": "Where the migration wizard was entered from. 0=Other/catch-all, 1=first-run, 2=refresh-firefox, 3=Places window, 4=Password manager"
},
"FX_MIGRATION_SOURCE_BROWSER": {
"expires_in_version": "49",
"kind": "enumerated",
"n_values": 15,
"releaseChannelCollection": "opt-out",
"description": "The browser that data is pulled from. The values correspond to the internal browser ID (see MigrationUtils.jsm)"
},
"FX_MIGRATION_ERRORS": {
"expires_in_version": "49",
"kind": "enumerated",
"keyed": "true",
"n_values": 12,
"releaseChannelCollection": "opt-out",
"description": "Errors encountered during migration in buckets defined by the datatype, keyed by the string description of the browser."
},
"FX_MIGRATION_USAGE": {
"expires_in_version": "49",
"kind": "enumerated",
"keyed": "true",
"n_values": 12,
"releaseChannelCollection": "opt-out",
"description": "Usage of migration for each datatype when migration is run through the post-firstrun flow which allows individual datatypes, keyed by the string description of the browser."
},
"FX_MIGRATION_HOMEPAGE_IMPORTED": {
"expires_in_version": "49",
"kind": "boolean",
"keyed": "true",
"releaseChannelCollection": "opt-out",
"description": "Whether the homepage was imported during browser migration. Only available on release builds during firstrun."
},
"INPUT_EVENT_RESPONSE_MS": {
"alert_emails": ["perf-telemetry-alerts@mozilla.com"],
"bug_numbers": [1235908],
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": 50,
"description": "Time (ms) from the Input event being created to the end of it being handled"
},
"EVENTLOOP_UI_ACTIVITY_EXP_MS": {
"alert_emails": ["perf-telemetry-alerts@mozilla.com"],
"bug_numbers": [1198196],
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 50,
"description": "Widget: Time it takes for the message before a UI message (ms)"
},
"FX_SESSION_RESTORE_STARTUP_INIT_SESSION_MS": {
"alert_emails": ["session-restore-telemetry-alerts@mozilla.com"],
"expires_in_version": "default",
"kind": "exponential",
"high": "30000",
"n_buckets": 20,
"extended_statistics_ok": true,
"description": "Session restore: Time it takes to prepare the data structures for restoring a session (ms)"
},
"FX_SESSION_RESTORE_STARTUP_ONLOAD_INITIAL_WINDOW_MS": {
"alert_emails": ["session-restore-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 20,
"extended_statistics_ok": true,
"description": "Session restore: Time it takes to finish restoration once we have first opened a window (ms)"
},
"FX_SESSION_RESTORE_COLLECT_ALL_WINDOWS_DATA_MS": {
"alert_emails": ["session-restore-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Session restore: Time to collect all window data (ms)"
},
"FX_SESSION_RESTORE_COLLECT_COOKIES_MS": {
"alert_emails": ["session-restore-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Session restore: Time to collect cookies (ms)"
},
"FX_SESSION_RESTORE_COLLECT_DATA_MS": {
"alert_emails": ["session-restore-telemetry-alerts@mozilla.com"],
"expires_in_version": "default",
"kind": "exponential",
"high": "30000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Session restore: Time to collect all window and tab data (ms)"
},
"FX_SESSION_RESTORE_COLLECT_DATA_LONGEST_OP_MS": {
"alert_emails": ["session-restore-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Session restore: Duration of the longest uninterruptible operation while collecting all window and tab data (ms)"
},
"FX_SESSION_RESTORE_CONTENT_COLLECT_DATA_LONGEST_OP_MS": {
"alert_emails": ["session-restore-telemetry-alerts@mozilla.com"],
"expires_in_version": "default",
"kind": "exponential",
"high": "30000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Session restore: Duration of the longest uninterruptible operation while collecting data in the content process (ms)"
},
"FX_SESSION_RESTORE_SERIALIZE_DATA_MS": {
"alert_emails": ["session-restore-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"high": "1000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Session restore: Time to JSON serialize session data (ms)"
},
"FX_SESSION_RESTORE_READ_FILE_MS": {
"alert_emails": ["session-restore-telemetry-alerts@mozilla.com"],
"expires_in_version": "default",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Session restore: Time to read the session data from the file on disk (ms)"
},
"FX_SESSION_RESTORE_WRITE_FILE_MS": {
"alert_emails": ["session-restore-telemetry-alerts@mozilla.com"],
"expires_in_version": "default",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Session restore: Time to write the session data to the file on disk (ms)"
},
"FX_SESSION_RESTORE_FILE_SIZE_BYTES": {
"alert_emails": ["session-restore-telemetry-alerts@mozilla.com"],
"expires_in_version": "default",
"kind": "exponential",
"high": 50000000,
"n_buckets": 30,
"extended_statistics_ok": true,
"description": "Session restore: The size of file sessionstore.js (bytes)"
},
"FX_SESSION_RESTORE_CORRUPT_FILE": {
"alert_emails": ["session-restore-telemetry-alerts@mozilla.com"],
"expires_in_version": "default",
"kind": "boolean",
"description": "Session restore: Whether the file read on startup contained parse-able JSON"
},
"FX_SESSION_RESTORE_ALL_FILES_CORRUPT": {
"alert_emails": ["session-restore-telemetry-alerts@mozilla.com"],
"expires_in_version": "default",
"kind": "boolean",
"description": "Session restore: Whether none of the backup files contained parse-able JSON"
},
"FX_SESSION_RESTORE_RESTORE_WINDOW_MS": {
"alert_emails": ["session-restore-telemetry-alerts@mozilla.com"],
"expires_in_version": "default",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Session restore: Time spent blocking the main thread while restoring a window state (ms)"
},
"FX_SESSION_RESTORE_SEND_UPDATE_CAUSED_OOM": {
"alert_emails": ["session-restore-telemetry-alerts@mozilla.com"],
"expires_in_version": "default",
"kind": "count",
"description": "Count of messages sent by SessionRestore from child frames to the parent and that cannot be transmitted as they eat up too much memory."
},
"FX_SESSION_RESTORE_DOM_STORAGE_SIZE_ESTIMATE_CHARS": {
"expires_in_version": "default",
"kind": "exponential",
"high": "30000000",
"n_buckets": 20,
"extended_statistics_ok": true,
"description": "Session restore: Number of characters in DOM Storage for a tab. Pages without DOM Storage or with an empty DOM Storage are ignored."
},
"FX_SESSION_RESTORE_AUTO_RESTORE_DURATION_UNTIL_EAGER_TABS_RESTORED_MS": {
"alert_emails": ["session-restore-telemetry-alerts@mozilla.com"],
"expires_in_version": "default",
"kind": "exponential",
"low": "100",
"high": "100000",
"n_buckets": 20,
"description": "Session restore: If the browser is setup to auto-restore tabs, this probe measures the time elapsed between the instant we start Session Restore and the instant we have finished restoring tabs eagerly. At this stage, the tabs that are restored on demand are not restored yet."
},
"FX_SESSION_RESTORE_MANUAL_RESTORE_DURATION_UNTIL_EAGER_TABS_RESTORED_MS": {
"alert_emails": ["session-restore-telemetry-alerts@mozilla.com"],
"expires_in_version": "default",
"kind": "exponential",
"low": "100",
"high": "100000",
"n_buckets": 20,
"description": "Session restore: If a session is restored by the user clicking on 'Restore Session', this probe measures the time elapsed between the instant the user has clicked and the instant we have finished restoring tabs eagerly. At this stage, the tabs that are restored on demand are not restored yet."
},
"FX_SESSION_RESTORE_NUMBER_OF_TABS_RESTORED": {
"expires_in_version": "default",
"kind": "exponential",
"high": "500",
"n_buckets": 20,
"description": "Session restore: Number of tabs in the session that has just been restored."
},
"FX_SESSION_RESTORE_NUMBER_OF_WINDOWS_RESTORED": {
"expires_in_version": "default",
"kind": "enumerated",
"n_values": "50",
"description": "Session restore: Number of windows in the session that has just been restored."
},
"FX_SESSION_RESTORE_NUMBER_OF_EAGER_TABS_RESTORED": {
"expires_in_version": "default",
"kind": "enumerated",
"n_values": "50",
"description": "Session restore: Number of tabs restored eagerly in the session that has just been restored."
},
"FX_TABLETMODE_PAGE_LOAD": {
"expires_in_version": "47",
"kind": "exponential",
"high": 100000,
"n_buckets": 30,
"keyed": true,
"description": "Number of toplevel location changes in tablet and desktop mode (only used on win10 where tablet mode is available)"
},
"FX_TOUCH_USED": {
"expires_in_version": "46",
"kind": "count",
"description": "Windows only. Counts occurrences of touch events"
},
"FX_URLBAR_SELECTED_RESULT_INDEX": {
"alert_emails": ["mbonardo@mozilla.com"],
"expires_in_version": "50",
"kind": "enumerated",
"n_values": 17,
"bug_numbers": [775825],
"description": "Firefox: The index of the selected result in the URL bar popup"
},
"FX_URLBAR_SELECTED_RESULT_TYPE": {
"alert_emails": ["mbonardo@mozilla.com"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 14,
"bug_numbers": [775825],
"description": "Firefox: The type of the selected result in the URL bar popup. See nsBrowserGlue.js::_handleURLBarTelemetry for the result types."
},
"INNERWINDOWS_WITH_MUTATION_LISTENERS": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Deleted or to-be-reused innerwindow which has had mutation event listeners."
},
"CHARSET_OVERRIDE_SITUATION": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 8,
"description": "Labeling status of top-level page when overriding charset (0: unlabeled file URL without detection, 1: unlabeled non-TLD-guessed non-file URL without detection, 2: unlabeled file URL with detection, 3: unlabeled non-file URL with detection, 4: labeled, 5: already overridden, 6: bug, 7: unlabeled with TLD guessing)"
},
"CHARSET_OVERRIDE_USED": {
"expires_in_version": "never",
"kind": "flag",
"description": "Whether the character encoding menu was used to override an encoding in this session."
},
"DECODER_INSTANTIATED_ISO2022JP": {
"expires_in_version": "never",
"kind": "flag",
"description": "Whether the decoder for ISO-2022-JP has been instantiated in this session."
},
"DECODER_INSTANTIATED_IBM866": {
"expires_in_version": "never",
"kind": "flag",
"description": "Whether the decoder for IBM866 has been instantiated in this session."
},
"DECODER_INSTANTIATED_MACGREEK": {
"expires_in_version": "never",
"kind": "flag",
"description": "Whether the decoder for MACGREEK has been instantiated in this session."
},
"DECODER_INSTANTIATED_MACICELANDIC": {
"expires_in_version": "never",
"kind": "flag",
"description": "Whether the decoder for MACICELANDIC has been instantiated in this session."
},
"DECODER_INSTANTIATED_MACCE": {
"expires_in_version": "never",
"kind": "flag",
"description": "Whether the decoder for MACCE has been instantiated in this session."
},
"DECODER_INSTANTIATED_MACHEBREW": {
"expires_in_version": "never",
"kind": "flag",
"description": "Whether the decoder for MACHEBREW has been instantiated in this session."
},
"DECODER_INSTANTIATED_MACARABIC": {
"expires_in_version": "never",
"kind": "flag",
"description": "Whether the decoder for MACARABIC has been instantiated in this session."
},
"DECODER_INSTANTIATED_MACFARSI": {
"expires_in_version": "never",
"kind": "flag",
"description": "Whether the decoder for MACFARSI has been instantiated in this session."
},
"DECODER_INSTANTIATED_MACCROATIAN": {
"expires_in_version": "never",
"kind": "flag",
"description": "Whether the decoder for MACCROATIAN has been instantiated in this session."
},
"DECODER_INSTANTIATED_MACCYRILLIC": {
"expires_in_version": "never",
"kind": "flag",
"description": "Whether the decoder for MACCYRILLIC has been instantiated in this session."
},
"DECODER_INSTANTIATED_MACROMANIAN": {
"expires_in_version": "never",
"kind": "flag",
"description": "Whether the decoder for MACROMANIAN has been instantiated in this session."
},
"DECODER_INSTANTIATED_MACTURKISH": {
"expires_in_version": "never",
"kind": "flag",
"description": "Whether the decoder for MACTURKISH has been instantiated in this session."
},
"DECODER_INSTANTIATED_MACDEVANAGARI": {
"expires_in_version": "never",
"kind": "flag",
"description": "Whether the decoder for MACDEVANAGARI has been instantiated in this session."
},
"DECODER_INSTANTIATED_MACGUJARATI": {
"expires_in_version": "never",
"kind": "flag",
"description": "Whether the decoder for MACGUJARATI has been instantiated in this session."
},
"DECODER_INSTANTIATED_MACGURMUKHI": {
"expires_in_version": "never",
"kind": "flag",
"description": "Whether the decoder for MACGURMUKHI has been instantiated in this session."
},
"DECODER_INSTANTIATED_KOI8R": {
"expires_in_version": "never",
"kind": "flag",
"description": "Whether the decoder for KOI8R has been instantiated in this session."
},
"DECODER_INSTANTIATED_KOI8U": {
"expires_in_version": "never",
"kind": "flag",
"description": "Whether the decoder for KOI8U has been instantiated in this session."
},
"DECODER_INSTANTIATED_ISO_8859_5": {
"expires_in_version": "never",
"kind": "flag",
"description": "Whether the decoder for ISO-8859-5 has been instantiated in this session."
},
"XUL_FOREGROUND_REFLOW_MS": {
"expires_in_version": "40",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"description": "XUL reflows in foreground windows (ms) *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"XUL_BACKGROUND_REFLOW_MS": {
"expires_in_version": "40",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"description": "XUL reflows in background windows (ms) *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"HTML_FOREGROUND_REFLOW_MS_2": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": 20,
"description": "HTML reflows in foreground windows (ms)"
},
"HTML_BACKGROUND_REFLOW_MS_2": {
"expires_in_version": "40",
"kind": "exponential",
"high": "10000",
"n_buckets": 20,
"description": "HTML reflows in background windows (ms)"
},
"LONG_REFLOW_INTERRUPTIBLE": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Long running reflow, interruptible or not"
},
"XUL_INITIAL_FRAME_CONSTRUCTION": {
"expires_in_version": "40",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"description": "initial xul frame construction *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"XMLHTTPREQUEST_ASYNC_OR_SYNC": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Type of XMLHttpRequest, async or sync"
},
"DOM_TIMERS_FIRED_PER_NATIVE_TIMEOUT": {
"expires_in_version": "40",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "DOM: Timer handlers called per native timer expiration *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"DOM_TIMERS_RECENTLY_SET": {
"expires_in_version": "40",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "DOM: setTimeout/setInterval calls recently (last 30s or more) *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"DOM_RANGE_DETACHED": {
"expires_in_version": "40",
"kind": "boolean",
"description": "DOM: Ranges that are detached on destruction (bug 702948) *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"DOM_WINDOW_SHOWMODALDIALOG_USED": {
"expires_in_version": "41",
"kind": "flag",
"description": "Whether Window.showModalDialog was used in this session"
},
"LOCALDOMSTORAGE_INIT_DATABASE_MS": {
"expires_in_version": "40",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time to open the localStorage database (ms)"
},
"LOCALDOMSTORAGE_SHUTDOWN_DATABASE_MS": {
"expires_in_version": "default",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time to flush and close the localStorage database (ms)"
},
"LOCALDOMSTORAGE_PRELOAD_PENDING_ON_FIRST_ACCESS": {
"expires_in_version": "default",
"kind": "boolean",
"description": "True when we had to wait for a pending preload on first access to localStorage data, false otherwise"
},
"LOCALDOMSTORAGE_GETALLKEYS_BLOCKING_MS": {
"expires_in_version": "40",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time to block before we return a list of all keys in domain's LocalStorage (ms)"
},
"LOCALDOMSTORAGE_GETKEY_BLOCKING_MS": {
"expires_in_version": "40",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time to block before we return a key name in domain's LocalStorage (ms)"
},
"LOCALDOMSTORAGE_GETLENGTH_BLOCKING_MS": {
"expires_in_version": "40",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time to block before we return number of keys in domain's LocalStorage (ms)"
},
"LOCALDOMSTORAGE_GETVALUE_BLOCKING_MS": {
"expires_in_version": "default",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time to block before we return a value for a key in LocalStorage (ms)"
},
"LOCALDOMSTORAGE_SETVALUE_BLOCKING_MS": {
"expires_in_version": "40",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time to block before we set a single key's value in LocalStorage (ms)"
},
"LOCALDOMSTORAGE_REMOVEKEY_BLOCKING_MS": {
"expires_in_version": "40",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time to block before we remove a single key from LocalStorage (ms)"
},
"LOCALDOMSTORAGE_CLEAR_BLOCKING_MS": {
"expires_in_version": "40",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time to block before we clear LocalStorage for all domains (ms)"
},
"LOCALDOMSTORAGE_UNLOAD_BLOCKING_MS": {
"expires_in_version": "40",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time to fetch LocalStorage data before we can clean the cache (ms)"
},
"LOCALDOMSTORAGE_SESSIONONLY_PRELOAD_BLOCKING_MS": {
"expires_in_version": "40",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time to fetch LocalStorage data before we can expose them as session only data (ms)"
},
"LOCALDOMSTORAGE_KEY_SIZE_BYTES": {
"expires_in_version": "40",
"kind": "exponential",
"low": 1024,
"high": "32768",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "DOM storage: size of keys stored in localStorage"
},
"LOCALDOMSTORAGE_VALUE_SIZE_BYTES": {
"expires_in_version": "40",
"kind": "exponential",
"low": 1024,
"high": "32768",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "DOM storage: size of values stored in localStorage"
},
"SESSIONDOMSTORAGE_KEY_SIZE_BYTES": {
"expires_in_version": "40",
"kind": "exponential",
"low": 1024,
"high": "32768",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "DOM storage: size of keys stored in sessionStorage"
},
"SESSIONDOMSTORAGE_VALUE_SIZE_BYTES": {
"expires_in_version": "40",
"kind": "exponential",
"low": 1024,
"high": "32768",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "DOM storage: size of values stored in sessionStorage"
},
"RANGE_CHECKSUM_ERRORS": {
"alert_emails": ["perf-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Number of histograms with range checksum errors"
},
"BUCKET_ORDER_ERRORS": {
"alert_emails": ["perf-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Number of histograms with bucket order errors"
},
"TOTAL_COUNT_HIGH_ERRORS": {
"alert_emails": ["perf-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Number of histograms with total count high errors"
},
"TOTAL_COUNT_LOW_ERRORS": {
"alert_emails": ["perf-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Number of histograms with total count low errors"
},
"TELEMETRY_ARCHIVE_DIRECTORIES_COUNT": {
"alert_emails": ["telemetry-client-dev@mozilla.com"],
"expires_in_version": "never",
"kind": "linear",
"high": "13",
"n_buckets": 12,
"bug_numbers": [1162538],
"description": "Number of directories in the archive at scan"
},
"TELEMETRY_ARCHIVE_OLDEST_DIRECTORY_AGE": {
"alert_emails": ["telemetry-client-dev@mozilla.com"],
"expires_in_version": "never",
"kind": "linear",
"high": "13",
"n_buckets": 12,
"bug_numbers": [1162538],
"description": "The age of the oldest Telemetry archive directory in months"
},
"TELEMETRY_ARCHIVE_SCAN_PING_COUNT": {
"alert_emails": ["telemetry-client-dev@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"high": "100000",
"n_buckets": 100,
"bug_numbers": [1162538],
"description": "Number of Telemetry pings in the archive at scan"
},
"TELEMETRY_ARCHIVE_SESSION_PING_COUNT": {
"alert_emails": ["telemetry-client-dev@mozilla.com"],
"expires_in_version": "never",
"kind": "count",
"bug_numbers": [1162538],
"description": "Number of Telemetry pings added to the archive during the session"
},
"TELEMETRY_ARCHIVE_SIZE_MB": {
"alert_emails": ["telemetry-client-dev@mozilla.com"],
"expires_in_version": "never",
"kind": "linear",
"high": "300",
"n_buckets": 60,
"bug_numbers": [1162538],
"description": "The size of the Telemetry archive (MB)"
},
"TELEMETRY_ARCHIVE_EVICTED_OVER_QUOTA": {
"alert_emails": ["telemetry-client-dev@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"high": "100000",
"n_buckets": 100,
"bug_numbers": [1162538],
"description": "Number of Telemetry pings evicted from the archive during cleanup, because they were over the quota"
},
"TELEMETRY_ARCHIVE_EVICTED_OLD_DIRS": {
"alert_emails": ["telemetry-client-dev@mozilla.com"],
"expires_in_version": "never",
"kind": "linear",
"high": "13",
"n_buckets": 12,
"bug_numbers": [1162538],
"description": "Number of Telemetry directories evicted from the archive during cleanup, because they were too old"
},
"TELEMETRY_ARCHIVE_EVICTING_DIRS_MS": {
"alert_emails": ["telemetry-client-dev@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"high": "300000",
"n_buckets": 20,
"bug_numbers": [1162538],
"description": "Time (ms) it takes for evicting old directories"
},
"TELEMETRY_ARCHIVE_CHECKING_OVER_QUOTA_MS": {
"alert_emails": ["telemetry-client-dev@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"high": "300000",
"n_buckets": 20,
"bug_numbers": [1162538],
"description": "Time (ms) it takes for checking if the archive is over-quota"
},
"TELEMETRY_ARCHIVE_EVICTING_OVER_QUOTA_MS": {
"alert_emails": ["telemetry-client-dev@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"high": "300000",
"n_buckets": 20,
"bug_numbers": [1162538],
"description": "Time (ms) it takes for evicting over-quota pings"
},
"TELEMETRY_PENDING_LOAD_FAILURE_READ": {
"alert_emails": ["telemetry-client-dev@mozilla.com"],
"expires_in_version": "never",
"kind": "count",
"description": "Number of pending Telemetry pings that failed to load from the disk"
},
"TELEMETRY_PENDING_LOAD_FAILURE_PARSE": {
"alert_emails": ["telemetry-client-dev@mozilla.com"],
"expires_in_version": "never",
"kind": "count",
"description": "Number of pending Telemetry pings that failed to parse once loaded from the disk"
},
"TELEMETRY_PENDING_PINGS_SIZE_MB": {
"alert_emails": ["telemetry-client-dev@mozilla.com"],
"expires_in_version": "never",
"kind": "linear",
"high": "17",
"n_buckets": 16,
"description": "The size of the Telemetry pending pings directory (MB). The special value 17 is used to indicate over quota pings."
},
"TELEMETRY_PENDING_PINGS_AGE": {
"alert_emails": ["telemetry-client-dev@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"high": "365",
"n_buckets": 30,
"description": "The age, in days, of the pending pings."
},
"TELEMETRY_PENDING_PINGS_EVICTED_OVER_QUOTA": {
"alert_emails": ["telemetry-client-dev@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"high": "100000",
"n_buckets": 100,
"description": "Number of Telemetry pings evicted from the pending pings directory during cleanup, because they were over the quota"
},
"TELEMETRY_PENDING_EVICTING_OVER_QUOTA_MS": {
"alert_emails": ["telemetry-client-dev@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"high": "300000",
"n_buckets": 20,
"description": "Time (ms) it takes for evicting over-quota pending pings"
},
"TELEMETRY_PENDING_CHECKING_OVER_QUOTA_MS": {
"alert_emails": ["telemetry-client-dev@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"high": "300000",
"n_buckets": 20,
"description": "Time (ms) it takes for checking if the pending pings are over-quota"
},
"TELEMETRY_PING_SIZE_EXCEEDED_SEND": {
"alert_emails": ["telemetry-client-dev@mozilla.com"],
"expires_in_version": "never",
"kind": "count",
"description": "Number of Telemetry pings discarded before sending because they exceeded the maximum size"
},
"TELEMETRY_PING_SIZE_EXCEEDED_PENDING": {
"alert_emails": ["telemetry-client-dev@mozilla.com"],
"expires_in_version": "never",
"kind": "count",
"description": "Number of Telemetry pending pings discarded because they exceeded the maximum size"
},
"TELEMETRY_PING_SIZE_EXCEEDED_ARCHIVED": {
"alert_emails": ["telemetry-client-dev@mozilla.com"],
"expires_in_version": "never",
"kind": "count",
"description": "Number of archived Telemetry pings discarded because they exceeded the maximum size"
},
"TELEMETRY_DISCARDED_PENDING_PINGS_SIZE_MB": {
"alert_emails": ["telemetry-client-dev@mozilla.com"],
"expires_in_version": "never",
"kind": "linear",
"high": "30",
"n_buckets": 29,
"description": "The size (MB) of the Telemetry pending pings exceeding the maximum file size"
},
"TELEMETRY_DISCARDED_ARCHIVED_PINGS_SIZE_MB": {
"alert_emails": ["telemetry-client-dev@mozilla.com"],
"expires_in_version": "never",
"kind": "linear",
"high": "30",
"n_buckets": 29,
"description": "The size (MB) of the Telemetry archived, compressed, pings exceeding the maximum file size"
},
"TELEMETRY_DISCARDED_SEND_PINGS_SIZE_MB": {
"alert_emails": ["telemetry-client-dev@mozilla.com"],
"expires_in_version": "never",
"kind": "linear",
"high": "30",
"n_buckets": 29,
"description": "The size (MB) of the ping data submitted to Telemetry exceeding the maximum size"
},
"TELEMETRY_DISCARDED_CONTENT_PINGS_COUNT": {
"alert_emails": ["perf-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "count",
"description": "Count of discarded content payloads."
},
"TELEMETRY_COMPRESS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time taken to compress telemetry object (ms)"
},
"TELEMETRY_PING": {
"expires_in_version": "never",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time taken to submit telemetry info (ms)"
},
"TELEMETRY_SEND" : {
"expires_in_version": "never",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time to send the compressed string to the Telemetry servers and get a reply back (ms)"
},
"TELEMETRY_STRINGIFY" : {
"expires_in_version": "never",
"kind": "exponential",
"high": "3000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time to stringify telemetry object (ms)"
},
"TELEMETRY_SUCCESS": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Successful telemetry submission"
},
"TELEMETRY_INVALID_PING_TYPE_SUBMITTED": {
"alert_emails": ["telemetry-client-dev@mozilla.com"],
"expires_in_version": "never",
"kind": "count",
"keyed": true,
"description": "Count of individual invalid ping types that were submitted to Telemetry."
},
"TELEMETRY_PING_EVICTED_FOR_SERVER_ERRORS": {
"alert_emails": ["telemetry-client-dev@mozilla.com"],
"expires_in_version": "never",
"kind": "count",
"description": "Number of Telemetry ping files evicted due to server errors (4XX HTTP code received)"
},
"TELEMETRY_SESSIONDATA_FAILED_LOAD": {
"alert_emails": ["telemetry-client-dev@mozilla.com"],
"expires_in_version": "never",
"kind": "flag",
"description": "Set if Telemetry failed to load the session data from disk."
},
"TELEMETRY_SESSIONDATA_FAILED_PARSE": {
"alert_emails": ["telemetry-client-dev@mozilla.com"],
"expires_in_version": "never",
"kind": "flag",
"description": "Set if Telemetry failed to parse the session data loaded from disk."
},
"TELEMETRY_SESSIONDATA_FAILED_VALIDATION": {
"alert_emails": ["telemetry-client-dev@mozilla.com"],
"expires_in_version": "never",
"kind": "flag",
"description": "Set if Telemetry failed to validate the session data loaded from disk."
},
"TELEMETRY_SESSIONDATA_FAILED_SAVE": {
"alert_emails": ["telemetry-client-dev@mozilla.com"],
"expires_in_version": "never",
"kind": "flag",
"description": "Set if Telemetry failed to save the session data to disk."
},
"TELEMETRY_TEST_FLAG": {
"expires_in_version": "never",
"kind": "flag",
"description": "a testing histogram; not meant to be touched"
},
"TELEMETRY_TEST_COUNT": {
"expires_in_version": "never",
"kind": "count",
"description": "a testing histogram; not meant to be touched"
},
"TELEMETRY_TEST_COUNT_INIT_NO_RECORD": {
"expires_in_version": "never",
"kind": "count",
"description": "a testing histogram; not meant to be touched - initially not recording"
},
"TELEMETRY_TEST_KEYED_COUNT_INIT_NO_RECORD": {
"expires_in_version": "never",
"kind": "count",
"keyed": true,
"description": "a testing histogram; not meant to be touched - initially not recording"
},
"TELEMETRY_TEST_KEYED_FLAG": {
"expires_in_version": "never",
"kind": "flag",
"keyed": true,
"description": "a testing histogram; not meant to be touched"
},
"TELEMETRY_TEST_KEYED_COUNT": {
"expires_in_version": "never",
"kind": "count",
"keyed": true,
"description": "a testing histogram; not meant to be touched"
},
"TELEMETRY_TEST_RELEASE_OPTOUT": {
"expires_in_version": "never",
"kind": "flag",
"releaseChannelCollection": "opt-out",
"description": "a testing histogram; not meant to be touched"
},
"TELEMETRY_TEST_RELEASE_OPTIN": {
"expires_in_version": "never",
"kind": "flag",
"releaseChannelCollection": "opt-in",
"description": "a testing histogram; not meant to be touched"
},
"TELEMETRY_TEST_KEYED_RELEASE_OPTIN": {
"expires_in_version": "never",
"kind": "flag",
"keyed": true,
"releaseChannelCollection": "opt-in",
"description": "a testing histogram; not meant to be touched"
},
"TELEMETRY_TEST_KEYED_RELEASE_OPTOUT": {
"expires_in_version": "never",
"kind": "flag",
"keyed": true,
"releaseChannelCollection": "opt-out",
"description": "a testing histogram; not meant to be touched"
},
"STARTUP_CRASH_DETECTED": {
"expires_in_version": "never",
"kind": "flag",
"description": "Whether there was a crash during the last startup"
},
"SAFE_MODE_USAGE": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 3,
"description": "Whether the user is in safe mode (No, Yes, Forced)"
},
"NEWTAB_PAGE_ENABLED": {
"expires_in_version": "default",
"kind": "boolean",
"description": "New tab page is enabled."
},
"NEWTAB_PAGE_ENHANCED": {
"expires_in_version": "default",
"kind": "boolean",
"description": "New tab page is enhanced (showing suggestions)."
},
"NEWTAB_PAGE_LIFE_SPAN": {
"expires_in_version": "default",
"kind": "exponential",
"high": "1200",
"n_buckets": 100,
"description": "Life-span of a new tab without suggested tile: time delta between first-visible and unload events (half-seconds)."
},
"NEWTAB_PAGE_LIFE_SPAN_SUGGESTED": {
"expires_in_version": "default",
"kind": "exponential",
"high": "1200",
"n_buckets": 100,
"description": "Life-span of a new tab with suggested tile: time delta between first-visible and unload events (half-seconds)."
},
"NEWTAB_PAGE_PINNED_SITES_COUNT": {
"expires_in_version": "default",
"kind": "enumerated",
"n_values": 9,
"description": "Number of pinned sites on the new tab page."
},
"NEWTAB_PAGE_BLOCKED_SITES_COUNT": {
"expires_in_version": "default",
"kind": "exponential",
"high": "100",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Number of sites blocked from the new tab page."
},
"NEWTAB_PAGE_SHOWN": {
"expires_in_version": "35",
"kind": "boolean",
"description": "Number of times about:newtab was shown from opening a new tab or window. *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"NEWTAB_PAGE_SITE_CLICKED": {
"expires_in_version": "35",
"kind": "enumerated",
"n_values": 10,
"description": "Track click count on about:newtab tiles per index (0-8). For non-default row or column configurations all clicks into the '9' bucket. *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"BROWSERPROVIDER_XUL_IMPORT_TIME": {
"expires_in_version": "40",
"kind": "exponential",
"low": 20,
"high": "600000",
"n_buckets": 20,
"extended_statistics_ok": true,
"description": "Time for the initial conversion of a XUL places database (ms)",
"cpp_guard": "ANDROID"
},
"BROWSERPROVIDER_XUL_IMPORT_BOOKMARKS": {
"expires_in_version": "default",
"kind": "exponential",
"high": "50000",
"n_buckets": 20,
"extended_statistics_ok": true,
"description": "Number of bookmarks in the original XUL places database",
"cpp_guard": "ANDROID"
},
"BROWSERPROVIDER_XUL_IMPORT_HISTORY": {
"expires_in_version": "40",
"kind": "exponential",
"high": "1000000",
"n_buckets": 20,
"extended_statistics_ok": true,
"description": "Number of history entries in the original XUL places database",
"cpp_guard": "ANDROID"
},
"FENNEC_GLOBALHISTORY_ADD_MS": {
"expires_in_version": "never",
"kind": "exponential",
"low": 10,
"high": "20000",
"n_buckets": 20,
"description": "Time for a record to be added to history (ms)",
"cpp_guard": "ANDROID"
},
"FENNEC_GLOBALHISTORY_UPDATE_MS": {
"expires_in_version": "never",
"kind": "exponential",
"low": 10,
"high": "20000",
"n_buckets": 20,
"description": "Time for a record to be updated in history (ms)",
"cpp_guard": "ANDROID"
},
"FENNEC_GLOBALHISTORY_VISITED_BUILD_MS": {
"expires_in_version": "never",
"kind": "exponential",
"low": 10,
"high": "20000",
"n_buckets": 20,
"description": "Time to update the visited link set (ms)",
"cpp_guard": "ANDROID"
},
"FENNEC_RESTORING_ACTIVITY": {
"expires_in_version": "never",
"kind": "flag",
"description": "Fennec is starting up but the Gecko thread was still running",
"cpp_guard": "ANDROID"
},
"FENNEC_SEARCH_LOADER_TIME_MS": {
"expires_in_version": "never",
"kind": "exponential",
"low": 10,
"high": "20000",
"n_buckets": 20,
"description": "Time for a URL bar DB search to return (ms)",
"cpp_guard": "ANDROID"
},
"FENNEC_GECKOAPP_STARTUP_ACTION": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 10,
"description": "The way the GeckoApp was launched. (Normal, URL, Prefetch, WebApp, Guest)",
"cpp_guard": "ANDROID"
},
"FENNEC_STARTUP_TIME_GECKOREADY": {
"expires_in_version": "never",
"kind": "exponential",
"low": 500,
"high": "20000",
"n_buckets": 20,
"description": "Time for the Gecko:Ready message to arrive (ms)",
"cpp_guard": "ANDROID"
},
"FENNEC_STARTUP_TIME_JAVAUI": {
"expires_in_version": "never",
"kind": "exponential",
"low": 100,
"high": "5000",
"n_buckets": 20,
"description": "Time for the Java UI to load (ms)",
"cpp_guard": "ANDROID"
},
"FENNEC_TOPSITES_LOADER_TIME_MS": {
"expires_in_version": "never",
"kind": "exponential",
"low": 10,
"high": "20000",
"n_buckets": 20,
"description": "Time for the home screen Top Sites query to return with no filter set (ms)",
"cpp_guard": "ANDROID"
},
"FENNEC_WAS_KILLED": {
"expires_in_version": "never",
"kind": "flag",
"description": "Killed, likely due to an OOM condition",
"cpp_guard": "ANDROID"
},
"SECURITY_UI": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 100,
"description": "Security UI Telemetry"
},
"JS_TELEMETRY_ADDON_EXCEPTIONS" : {
"expires_in_version" : "never",
"kind": "count",
"keyed" : true,
"description" : "Exceptions thrown by add-ons"
},
"IPC_TRANSACTION_CANCEL": {
"alert_emails": ["billm@mozilla.com"],
"expires_in_version": "never",
"kind": "boolean",
"description": "True when an IPC transaction is canceled"
},
"IPC_SAME_PROCESS_MESSAGE_COPY_OOM_KB": {
"expires_in_version": "50",
"kind": "exponential",
"low": 100,
"high": 10000000,
"n_buckets": 10,
"description": "Whenever the same-process MessageManager cannot be sent through sendAsyncMessage as it would cause an OOM, the size of the message content, in kb."
},
"SLOW_ADDON_WARNING_STATES": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 20,
"description": "The states the Slow Add-on Warning goes through. 0: Displayed the warning. 1: User clicked on 'Disable add-on'. 2: User clicked 'Ignore add-on for now'. 3: User clicked 'Ignore add-on permanently'. 4: User closed notification. Other values are reserved for future uses."
},
"SLOW_ADDON_WARNING_RESPONSE_TIME": {
"expires_in_version": "never",
"kind": "exponential",
"high": "86400000",
"n_buckets": 30,
"description": "Time elapsed between before responding to Slow Add-on Warning UI (ms). Not updated if the user doesn't respond at all."
},
"SEARCH_COUNTS": {
"expires_in_version": "never",
"kind": "count",
"keyed": true,
"releaseChannelCollection": "opt-out",
"description": "Record the search counts for search engines"
},
"SEARCH_SERVICE_INIT_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "1000",
"n_buckets": 15,
"extended_statistics_ok": true,
"description": "Time (ms) it takes to initialize the search service"
},
"SEARCH_SERVICE_INIT_SYNC": {
"alert_emails": ["rvitillo@mozilla.com", "gavin@mozilla.com"],
"expires_in_version": "never",
"kind": "boolean",
"description": "search service has been initialized synchronously"
},
"SEARCH_SERVICE_BUILD_CACHE_MS": {
"expires_in_version": "40",
"kind": "exponential",
"high": "1000",
"n_buckets": 15,
"extended_statistics_ok": true,
"description": "Time (ms) it takes to build the cache of the search service"
},
"SEARCH_SERVICE_COUNTRY_FETCH_TIME_MS": {
"alert_emails": ["mhammond@mozilla.com", "gavin@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"n_buckets": 30,
"high": 100000,
"description": "Time (ms) it takes to fetch the country code"
},
"SEARCH_SERVICE_COUNTRY_FETCH_RESULT": {
"alert_emails": ["mhammond@mozilla.com", "gavin@mozilla.com"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 8,
"description": "Result of XHR request fetching the country-code. 0=SUCCESS, 1=SUCCESS_WITHOUT_DATA, 2=XHRTIMEOUT, 3=ERROR (rest reserved for finer-grained error codes later)"
},
"SEARCH_SERVICE_COUNTRY_TIMEOUT": {
"alert_emails": ["mhammond@mozilla.com", "gavin@mozilla.com"],
"expires_in_version": "never",
"kind": "boolean",
"description": "True if we stopped waiting for the XHR response before it completed"
},
"SEARCH_SERVICE_COUNTRY_FETCH_CAUSED_SYNC_INIT": {
"alert_emails": ["mhammond@mozilla.com", "gavin@mozilla.com"],
"expires_in_version": "never",
"kind": "boolean",
"description": "True if the search service was synchronously initialized while we were waiting for the XHR response"
},
"SEARCH_SERVICE_US_COUNTRY_MISMATCHED_TIMEZONE": {
"alert_emails": ["mhammond@mozilla.com", "gavin@mozilla.com"],
"expires_in_version": "never",
"kind": "flag",
"description": "Set if the fetched country-code indicates US but the time-zone heuristic doesn't"
},
"SEARCH_SERVICE_US_TIMEZONE_MISMATCHED_COUNTRY": {
"alert_emails": ["mhammond@mozilla.com", "gavin@mozilla.com"],
"expires_in_version": "never",
"kind": "flag",
"description": "Set if the time-zone heuristic indicates US but the fetched country code doesn't"
},
"SEARCH_SERVICE_US_COUNTRY_MISMATCHED_PLATFORM_OSX": {
"alert_emails": ["mhammond@mozilla.com", "gavin@mozilla.com"],
"expires_in_version": "never",
"kind": "boolean",
"description": "If we are on OSX and either the OSX countryCode or the geoip countryCode indicates we are in the US, set to false if they both do or true otherwise"
},
"SEARCH_SERVICE_NONUS_COUNTRY_MISMATCHED_PLATFORM_OSX": {
"alert_emails": ["mhammond@mozilla.com", "gavin@mozilla.com"],
"expires_in_version": "never",
"kind": "boolean",
"description": "If we are on OSX and neither the OSX countryCode nor the geoip countryCode indicates we are in the US, set to false if they both agree on the value or true otherwise"
},
"SEARCH_SERVICE_US_COUNTRY_MISMATCHED_PLATFORM_WIN": {
"alert_emails": ["mhammond@mozilla.com", "gavin@mozilla.com"],
"expires_in_version": "never",
"kind": "boolean",
"description": "If we are on Windows and either the Windows countryCode or the geoip countryCode indicates we are in the US, set to false if they both do or true otherwise"
},
"SEARCH_SERVICE_NONUS_COUNTRY_MISMATCHED_PLATFORM_WIN": {
"alert_emails": ["mhammond@mozilla.com", "gavin@mozilla.com"],
"expires_in_version": "never",
"kind": "boolean",
"description": "If we are on Windows and neither the Windows countryCode nor the geoip countryCode indicates we are in the US, set to false if they both agree on the value or true otherwise"
},
"SOCIAL_ENABLED_ON_SESSION": {
"expires_in_version": "never",
"kind": "flag",
"description": "Social has been enabled at least once on the current session"
},
"ENABLE_PRIVILEGE_EVER_CALLED": {
"expires_in_version": "never",
"kind": "flag",
"description": "Whether enablePrivilege has ever been called during the current session"
},
"SUBJECT_PRINCIPAL_ACCESSED_WITHOUT_SCRIPT_ON_STACK": {
"expires_in_version": "46",
"alert_emails": ["bholley@mozilla.com"],
"kind": "flag",
"description": "Whether the subject principal was accessed without script on the stack during the current session"
},
"TOUCH_ENABLED_DEVICE": {
"expires_in_version": "never",
"kind": "boolean",
"description": "The device supports touch input",
"cpp_guard": "XP_WIN"
},
"COMPONENTS_SHIM_ACCESSED_BY_CONTENT": {
"expires_in_version": "never",
"kind": "flag",
"description": "Whether content ever accesed the Components shim in this session"
},
"CHECK_ADDONS_MODIFIED_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "5000",
"n_buckets": 15,
"extended_statistics_ok": true,
"description": "Time (ms) it takes to figure out extension last modified time"
},
"TELEMETRY_MEMORY_REPORTER_MS": {
"alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"high": "5000",
"n_buckets": 10,
"extended_statistics_ok": true,
"description": "Time (ms) it takes to run memory reporters when sending a telemetry ping"
},
"SSL_SUCCESFUL_CERT_VALIDATION_TIME_MOZILLAPKIX" : {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "Time spent on a successful cert verification in mozilla::pkix mode (ms)"
},
"SSL_INITIAL_FAILED_CERT_VALIDATION_TIME_MOZILLAPKIX" : {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "Time spent on an initially failed cert verification in mozilla::pkix mode (ms)"
},
"HEALTHREPORT_DB_OPEN_FIRSTRUN_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "20000",
"n_buckets": 15,
"description": "Time (ms) spent to open Firefox Health Report's database the first time, including schema setup."
},
"HEALTHREPORT_DB_OPEN_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "20000",
"n_buckets": 15,
"description": "Time (ms) spent to open Firefox Health Report's database."
},
"HEALTHREPORT_INIT_FIRSTRUN_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "20000",
"n_buckets": 15,
"description": "Time (ms) spent to initialize Firefox Health Report the first time, including provider and collector initialization."
},
"HEALTHREPORT_INIT_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "20000",
"n_buckets": 15,
"extended_statistics_ok": true,
"description": "Time (ms) spent to initialize Firefox Health Report service."
},
"HEALTHREPORT_GENERATE_JSON_PAYLOAD_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "30000",
"n_buckets": 20,
"extended_statistics_ok": true,
"description": "Time (ms) it takes to obtain and format a Health Report JSON payload."
},
"HEALTHREPORT_JSON_PAYLOAD_SERIALIZE_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "5000",
"n_buckets": 10,
"description": "Time (ms) it takes to JSON.stringify() the FHR JSON payload."
},
"HEALTHREPORT_PAYLOAD_UNCOMPRESSED_BYTES": {
"expires_in_version": "never",
"kind": "linear",
"high": "2000000",
"n_buckets": 202,
"description": "Size (in bytes) of the raw Health Report payload."
},
"HEALTHREPORT_PAYLOAD_COMPRESSED_BYTES": {
"expires_in_version": "never",
"kind": "linear",
"high": "2000000",
"n_buckets": 202,
"description": "Size (in bytes) of the compressed Health Report payload. This is what is sent over the wire."
},
"HEALTHREPORT_UPLOAD_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 20,
"extended_statistics_ok": true,
"description": "Time (ms) it takes to upload the Health Report payload."
},
"HEALTHREPORT_COLLECT_CONSTANT_DATA_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "20000",
"n_buckets": 15,
"description": "Time (ms) it takes FHR to collect constant data."
},
"HEALTHREPORT_COLLECT_DAILY_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "20000",
"n_buckets": 15,
"description": "Time (ms) it takes FHR to collect daily data."
},
"HEALTHREPORT_SHUTDOWN_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "20000",
"n_buckets": 15,
"description": "Time (ms) it takes FHR to shut down."
},
"HEALTHREPORT_POST_COLLECT_CHECKPOINT_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "20000",
"n_buckets": 15,
"description": "Time (ms) for a WAL checkpoint after collecting all measurements."
},
"CRASH_STORE_COMPRESSED_BYTES": {
"expires_in_version": "never",
"kind": "exponential",
"high": "1000000",
"n_buckets": 202,
"description": "Size (in bytes) of the compressed crash store JSON file."
},
"PDF_VIEWER_USED": {
"expires_in_version": "default",
"kind": "boolean",
"description": "How many times PDF Viewer was used"
},
"PDF_VIEWER_FALLBACK_SHOWN": {
"expires_in_version": "default",
"kind": "boolean",
"description": "How many times PDF Viewer fallback bar was shown"
},
"PDF_VIEWER_PRINT": {
"expires_in_version": "never",
"kind": "boolean",
"description": "How many times PDF Viewer print functionality was used"
},
"PDF_VIEWER_DOCUMENT_VERSION": {
"expires_in_version": "default",
"kind": "enumerated",
"n_values": 20,
"description": "The PDF document version (1.1, 1.2, etc.)"
},
"PDF_VIEWER_DOCUMENT_GENERATOR": {
"expires_in_version": "default",
"kind": "enumerated",
"n_values": 30,
"description": "The PDF document generator"
},
"PDF_VIEWER_DOCUMENT_SIZE_KB": {
"expires_in_version": "default",
"kind": "exponential",
"low": "2",
"high": "64 * 1024",
"n_buckets": 20,
"description": "The PDF document size (KB)"
},
"PDF_VIEWER_FONT_TYPES": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 19,
"description": "The PDF document font types used"
},
"PDF_VIEWER_EMBED": {
"expires_in_version": "never",
"kind": "boolean",
"description": "A PDF document was embedded: true using OBJECT/EMBED and false using IFRAME"
},
"PDF_VIEWER_FORM": {
"expires_in_version": "default",
"kind": "boolean",
"description": "A PDF form expected: true for AcroForm and false for XFA"
},
"PDF_VIEWER_STREAM_TYPES": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 19,
"description": "The PDF document compression stream types used"
},
"PDF_VIEWER_TIME_TO_VIEW_MS": {
"expires_in_version": "default",
"kind": "exponential",
"high": "10000",
"n_buckets": 50,
"description": "Time spent to display first page in PDF Viewer (ms)"
},
"SHUMWAY_TIME_TO_VIEW_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "2 * 60 * 1000",
"n_buckets": 50,
"description": "Time spent to display first frame (ms)"
},
"SHUMWAY_PARSING_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "2 * 60 * 1000",
"n_buckets": 50,
"description": "Time spent to parse SWF file (ms)"
},
"SHUMWAY_SWF_INDEX_ON_PAGE": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 30,
"description": "Index of the SWF on the page (0 - full page, 1 - first, 2 - second, etc.)"
},
"SHUMWAY_SWF_SIZE_KB": {
"expires_in_version": "never",
"kind": "exponential",
"low": "1",
"high": "256 * 1024",
"n_buckets": 50,
"description": "The SWF file size (KB)"
},
"SHUMWAY_SWF_VERSION": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 30,
"description": "The SWF file version"
},
"SHUMWAY_SWF_FRAME_RATE": {
"expires_in_version": "never",
"kind": "linear",
"high": "256",
"n_buckets": "50",
"description": "The SWF file frame rate"
},
"SHUMWAY_SWF_AREA": {
"expires_in_version": "never",
"kind": "exponential",
"low": "256",
"high": "16777216",
"n_buckets": 50,
"description": "The SWF file dimension: amount of pixels (width * height)"
},
"SHUMWAY_SWF_AVM2": {
"expires_in_version": "never",
"kind": "boolean",
"description": "The AVM2 is enabled in the SWF file"
},
"SHUMWAY_SWF_BANNER": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 30,
"description": "The well-known banner size"
},
"SHUMWAY_ERROR": {
"expires_in_version": "default",
"kind": "enumerated",
"n_values": 3,
"description": "The Shumway reported error: 0 - unknown, 1 - AVM1, 2 - AVM2)"
},
"SHUMWAY_FEATURE_USED": {
"expires_in_version": "default",
"kind": "enumerated",
"n_values": 700,
"description": "The Shumway feature is used during movie execution"
},
"SHUMWAY_LOAD_RESOURCE_RESULT": {
"expires_in_version": "default",
"kind": "enumerated",
"n_values": 10,
"description": "The Shumway external resource loading result"
},
"SHUMWAY_FALLBACK": {
"expires_in_version": "default",
"kind": "boolean",
"description": "The Shumway was selected to fallback to the Flash (false - by heuristics, true - by user)"
},
"PLUGINS_NOTIFICATION_SHOWN": {
"expires_in_version": "never",
"kind": "boolean",
"description": "The number of times the click-to-activate notification was shown: false: shown by in-content activation true: shown by location bar activation"
},
"PLUGINS_NOTIFICATION_PLUGIN_COUNT": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 5,
"description": "The number of plugins present in the click-to-activate notification, minus one (1, 2, 3, 4, more than 4)"
},
"PLUGINS_NOTIFICATION_USER_ACTION": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 3,
"description": "User actions taken in the plugin notification: 0: allownow 1: allowalways 2: block"
},
"PLUGINS_INFOBAR_SHOWN": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Count of when the hidden-plugin infobar was displayed."
},
"PLUGINS_INFOBAR_BLOCK": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Count the number of times the user clicked 'block' on the hidden-plugin infobar."
},
"PLUGINS_INFOBAR_ALLOW": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Count the number of times the user clicked 'allow' on the hidden-plugin infobar."
},
"POPUP_NOTIFICATION_STATS": {
"releaseChannelCollection": "opt-out",
"alert_emails": ["firefox-dev@mozilla.org"],
"bug_numbers": [1207089],
"expires_in_version": "50",
"kind": "enumerated",
"keyed": true,
"n_values": 40,
"description": "Usage of popup notifications, keyed by ID (0 = Offered, 1..4 = Action, 5 = Click outside, 6 = Leave page, 7 = Use 'X', 8 = Not now, 10 = Open submenu, 11 = Learn more. Add 20 if happened after reopen.)"
},
"POPUP_NOTIFICATION_MAIN_ACTION_MS": {
"alert_emails": ["firefox-dev@mozilla.org"],
"expires_in_version": "48",
"kind": "exponential",
"keyed": true,
"low": 100,
"high": 600000,
"n_buckets": 40,
"description": "(Bug 1207089) Time in ms between initially requesting a popup notification and triggering the main action, keyed by ID"
},
"POPUP_NOTIFICATION_DISMISSAL_MS": {
"alert_emails": ["firefox-dev@mozilla.org"],
"expires_in_version": "48",
"kind": "exponential",
"keyed": true,
"low": 200,
"high": 20000,
"n_buckets": 50,
"description": "(Bug 1207089) Time in ms between displaying a popup notification and dismissing it without an action the first time, keyed by ID"
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_RELOAD_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'reload' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_RELOAD_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'reload' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_NAVIGATETO_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'navigateTo' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_NAVIGATETO_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'navigateTo' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_EVENTLISTENERS_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took an 'eventListeners' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_EVENTLISTENERS_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took an 'eventListeners' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_DETACH_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'detach' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_DETACH_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'detach' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_RESUME_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'resume' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_RESUME_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'resume' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_INTERRUPT_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took an 'interrupt' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_INTERRUPT_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took an 'interrupt' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_CLIENTEVALUATE_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'clientEvaluate' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_CLIENTEVALUATE_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'clientEvaluate' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_RELEASEMANY_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'releaseMany' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_RELEASEMANY_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'releaseMany' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_THREADGRIPS_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'threadGrips' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_THREADGRIPS_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'threadGrips' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_SOURCES_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'sources' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_SOURCES_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'sources' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_FRAMES_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'frames' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_FRAMES_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'frames' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_PARAMETERNAMES_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'parameterNames' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_PARAMETERNAMES_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'parameterNames' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_OWNPROPERTYNAMES_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'ownPropertyNames' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_OWNPROPERTYNAMES_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'ownPropertyNames' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_PROTOTYPEANDPROPERTIES_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'prototypeAndProperties' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_PROTOTYPEANDPROPERTIES_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'prototypeAndProperties' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_ENUMPROPERTIES_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'enumProperties' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_ENUMPROPERTIES_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'enumProperties' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_PROTOTYPESANDPROPERTIES_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'prototypesAndProperties' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_PROTOTYPESANDPROPERTIES_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'prototypesAndProperties' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_PROPERTY_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'property' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_PROPERTY_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'property' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_PROTOTYPE_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'prototype' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_PROTOTYPE_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'prototype' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_DISPLAYSTRING_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'displayString' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_DISPLAYSTRING_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'displayString' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_SUBSTRING_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'substring' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_SUBSTRING_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'substring' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_RELEASE_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'release' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_RELEASE_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'release' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_LISTTABS_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'listTabs' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_LISTTABS_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'listTabs' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_LISTSERVICEWORKERREGISTRATIONS_MS": {
"alert_emails": ["dev-developer-tools@lists.mozilla.org", "ejpbruel@mozilla.com"],
"expires_in_version": "50",
"kind": "exponential",
"high": "10000",
"n_buckets": "100",
"description": "The time (in milliseconds) that it took a 'listServiceWorkerRegistrations' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_LISTSERVICEWORKERREGISTRATIONS_MS": {
"alert_emails": ["dev-developer-tools@lists.mozilla.org", "ejpbruel@mozilla.com"],
"expires_in_version": "50",
"kind": "exponential",
"high": "10000",
"n_buckets": "100",
"description": "The time (in milliseconds) that it took a 'listServiceWorkerRegistrations' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_PROTOCOLDESCRIPTION_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'protocolDescription' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_PROTOCOLDESCRIPTION_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'protocolDescription' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_LISTADDONS_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'listAddons' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_LISTADDONS_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'listAddons' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_LISTWORKERS_MS": {
"alert_emails": ["dev-developer-tools@lists.mozilla.org", "jan@mozilla.com"],
"expires_in_version": "55",
"kind": "exponential",
"high": "10000",
"n_buckets": "50",
"description": "The time (in milliseconds) that it took a 'listWorkers' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_LISTWORKERS_MS": {
"alert_emails": ["dev-developer-tools@lists.mozilla.org", "jan@mozilla.com"],
"expires_in_version": "55",
"kind": "exponential",
"high": "10000",
"n_buckets": "50",
"description": "The time (in milliseconds) that it took a 'listWorkers' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_LISTPROCESSES_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'listProcesses' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_LISTPROCESSES_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'listProcesses' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_DELETE_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'delete' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_DELETE_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'delete' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_THREADDETACH_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'detach' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_THREADDETACH_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'detach' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_ADDONDETACH_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'detach' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_ADDONDETACH_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'detach' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_TABDETACH_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'detach' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_TABDETACH_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'detach' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_WORKERDETACH_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'detach' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_WORKERDETACH_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'detach' request to go round trip."
},
"DEVTOOLS_DEBUGGER_DISPLAY_SOURCE_LOCAL_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took to display a selected source to the user."
},
"DEVTOOLS_DEBUGGER_DISPLAY_SOURCE_REMOTE_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took to display a selected source to the user."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_RECONFIGURETAB_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'reconfigure tab' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_RECONFIGURETAB_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'reconfigure tab' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_LISTWORKERS_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'listWorkers' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_LISTWORKERS_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'listWorkers' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_RECONFIGURETHREAD_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'reconfigure thread' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_RECONFIGURETHREAD_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'reconfigure thread' request to go round trip."
},
"MEDIA_RUST_MP4PARSE_SUCCESS": {
"expires_in_version": "50",
"kind": "boolean",
"description": "(Bug 1220885) Whether the rust mp4 demuxer successfully parsed a stream segment.",
"cpp_guard": "MOZ_RUST_MP4PARSE"
},
"MEDIA_WMF_DECODE_ERROR": {
"expires_in_version": "50",
"kind": "enumerated",
"n_values": 256,
"description": "WMF media decoder error or success (0) codes."
},
"MEDIA_OGG_LOADED_IS_CHAINED": {
"alert_emails": ["cpearce@mozilla.com"],
"expires_in_version": "53",
"kind": "boolean",
"description": "Whether Ogg audio/video encountered are chained or not.",
"bug_numbers": [1230295]
},
"VIDEO_CAN_CREATE_AAC_DECODER": {
"alert_emails": ["cpearce@mozilla.com"],
"expires_in_version": "50",
"kind": "boolean",
"description": "Whether at startup we report we can playback MP4 (AAC) audio. This is single value is recorded at every startup.",
"releaseChannelCollection": "opt-out"
},
"VIDEO_CAN_CREATE_H264_DECODER": {
"alert_emails": ["cpearce@mozilla.com"],
"expires_in_version": "50",
"kind": "boolean",
"description": "Whether at startup we report we can playback MP4 (H.264) video. This is single value is recorded at every startup.",
"releaseChannelCollection": "opt-out"
},
"VIDEO_CANPLAYTYPE_H264_CONSTRAINT_SET_FLAG": {
"expires_in_version": "50",
"kind": "enumerated",
"n_values": 128,
"description": "The H.264 constraint set flag as extracted from the codecs parameter passed to HTMLMediaElement.canPlayType, with the addition of 0 for unknown values."
},
"VIDEO_CANPLAYTYPE_H264_LEVEL": {
"expires_in_version": "50",
"kind": "enumerated",
"n_values": 51,
"description": "The H.264 level (level_idc) as extracted from the codecs parameter passed to HTMLMediaElement.canPlayType, from levels 1 (10) to 5.2 (51), with the addition of 0 for unknown values."
},
"VIDEO_CANPLAYTYPE_H264_PROFILE": {
"expires_in_version": "50",
"kind": "enumerated",
"n_values": 244,
"description": "The H.264 profile number (profile_idc) as extracted from the codecs parameter passed to HTMLMediaElement.canPlayType."
},
"VIDEO_DECODED_H264_SPS_CONSTRAINT_SET_FLAG": {
"expires_in_version": "50",
"kind": "enumerated",
"n_values": 128,
"description": "A bit pattern to collect H.264 constraint set flag from the decoded SPS. Bits 0 through 5 represent constraint_set0_flag through constraint_set5_flag, respectively."
},
"VIDEO_DECODED_H264_SPS_LEVEL": {
"expires_in_version": "50",
"kind": "enumerated",
"n_values": 51,
"description": "The H.264 level (level_idc) as extracted from the decoded SPS, from levels 1 (10) to 5.2 (51), with the addition of 0 for unknown values."
},
"VIDEO_DECODED_H264_SPS_PROFILE": {
"expires_in_version": "50",
"kind": "enumerated",
"n_values": 244,
"description": "The H.264 profile number (profile_idc) as extracted from the decoded SPS."
},
"VIDEO_H264_SPS_MAX_NUM_REF_FRAMES": {
"expires_in_version": "50",
"kind": "enumerated",
"n_values": 17,
"description": "SPS.max_num_ref_frames indicates how deep the H.264 queue is going to be, and as such the minimum memory usage by the decoder, from 0 to 16. 17 indicates an invalid value."
},
"WEBRTC_ICE_FINAL_CONNECTION_STATE": {
"alert_emails": ["webrtc-ice-telemetry-alerts@mozilla.com"],
"expires_in_version": "53",
"kind": "enumerated",
"n_values": 7,
"description": "The ICE connection state when the PC was closed"
},
"WEBRTC_ICE_ON_TIME_TRICKLE_ARRIVAL_TIME": {
"alert_emails": ["webrtc-ice-telemetry-alerts@mozilla.com"],
"expires_in_version": "53",
"kind": "exponential",
"high": "10000",
"n_buckets": "20",
"description": "The length of time (in milliseconds) that a trickle candidate took to arrive after the start of ICE, given that it arrived when ICE was not in a failure state (ie; a candidate that we could do something with, hence 'on time')"
},
"WEBRTC_ICE_LATE_TRICKLE_ARRIVAL_TIME": {
"alert_emails": ["webrtc-ice-telemetry-alerts@mozilla.com"],
"expires_in_version": "53",
"kind": "exponential",
"high": "10000",
"n_buckets": "20",
"description": "The length of time (in milliseconds) that a trickle candidate took to arrive after the start of ICE, given that it arrived after ICE failed."
},
"WEBRTC_ICE_SUCCESS_TIME": {
"alert_emails": ["webrtc-ice-telemetry-alerts@mozilla.com"],
"expires_in_version": "53",
"kind": "exponential",
"high": "10000",
"n_buckets": "20",
"description": "The length of time (in milliseconds) it took for ICE to complete, given that ICE succeeded."
},
"WEBRTC_ICE_FAILURE_TIME": {
"alert_emails": ["webrtc-ice-telemetry-alerts@mozilla.com"],
"expires_in_version": "53",
"kind": "exponential",
"high": "10000",
"n_buckets": "20",
"description": "The length of time (in milliseconds) it took for ICE to complete, given that it failed."
},
"WEBRTC_ICE_SUCCESS_RATE": {
"alert_emails": ["webrtc-ice-telemetry-alerts@mozilla.com"],
"expires_in_version": "53",
"kind": "boolean",
"description": "The number of failed ICE Connections (0) vs. number of successful ICE connections (1)."
},
"WEBRTC_STUN_RATE_LIMIT_EXCEEDED_BY_TYPE_GIVEN_SUCCESS": {
"alert_emails": ["webrtc-ice-telemetry-alerts@mozilla.com"],
"expires_in_version": "53",
"kind": "enumerated",
"n_values": 4,
"description": "For each successful PeerConnection, bit 0 indicates the short-duration rate limit was reached, bit 1 indicates the long-duration rate limit was reached"
},
"WEBRTC_STUN_RATE_LIMIT_EXCEEDED_BY_TYPE_GIVEN_FAILURE": {
"alert_emails": ["webrtc-ice-telemetry-alerts@mozilla.com"],
"expires_in_version": "53",
"kind": "enumerated",
"n_values": 4,
"description": "For each failed PeerConnection, bit 0 indicates the short-duration rate limit was reached, bit 1 indicates the long-duration rate limit was reached"
},
"WEBRTC_AVSYNC_WHEN_AUDIO_LAGS_VIDEO_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": 60000,
"n_buckets": 1000,
"description": "The delay (in milliseconds) when audio is behind video. Zero delay is counted. Measured every second of a call."
},
"WEBRTC_AVSYNC_WHEN_VIDEO_LAGS_AUDIO_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": 60000,
"n_buckets": 1000,
"description": "The delay (in milliseconds) when video is behind audio. Zero delay is not counted. Measured every second of a call."
},
"WEBRTC_VIDEO_QUALITY_INBOUND_BANDWIDTH_KBITS": {
"expires_in_version": "never",
"kind": "exponential",
"high": 1000000,
"n_buckets": 1000,
"description": "Locally measured data rate of inbound video (kbit/s). Computed every second of a call."
},
"WEBRTC_AUDIO_QUALITY_INBOUND_BANDWIDTH_KBITS": {
"expires_in_version": "never",
"kind": "exponential",
"high": 1000000,
"n_buckets": 1000,
"description": "Locally measured data rate on inbound audio (kbit/s). Computed every second of a call."
},
"WEBRTC_VIDEO_QUALITY_OUTBOUND_BANDWIDTH_KBITS": {
"expires_in_version": "never",
"kind": "exponential",
"high": 1000000,
"n_buckets": 1000,
"description": "Data rate deduced from RTCP from remote recipient of outbound video (kbit/s). Computed every second of a call (for easy comparison)."
},
"WEBRTC_AUDIO_QUALITY_OUTBOUND_BANDWIDTH_KBITS": {
"expires_in_version": "never",
"kind": "exponential",
"high": 1000000,
"n_buckets": 1000,
"description": "Data rate deduced from RTCP from remote recipient of outbound audio (kbit/s). Computed every second of a call (for easy comparison)."
},
"WEBRTC_VIDEO_QUALITY_INBOUND_PACKETLOSS_RATE": {
"expires_in_version": "never",
"kind": "exponential",
"high": 1000,
"n_buckets": 100,
"description": "Locally measured packet loss on inbound video (permille). Sampled every second of a call."
},
"WEBRTC_AUDIO_QUALITY_INBOUND_PACKETLOSS_RATE": {
"expires_in_version": "never",
"kind": "exponential",
"high": 1000,
"n_buckets": 100,
"description": "Locally measured packet loss on inbound audio (permille). Sampled every second of a call."
},
"WEBRTC_VIDEO_QUALITY_OUTBOUND_PACKETLOSS_RATE": {
"expires_in_version": "never",
"kind": "exponential",
"high": 1000,
"n_buckets": 100,
"description": "RTCP-reported packet loss by remote recipient of outbound video (permille). Sampled every second of a call (for easy comparison)."
},
"WEBRTC_AUDIO_QUALITY_OUTBOUND_PACKETLOSS_RATE": {
"expires_in_version": "never",
"kind": "exponential",
"high": 1000,
"n_buckets": 100,
"description": "RTCP-reported packet loss by remote recipient of outbound audio (permille). Sampled every second of a call (for easy comparison)."
},
"WEBRTC_VIDEO_QUALITY_INBOUND_JITTER": {
"expires_in_version": "never",
"kind": "exponential",
"high": 10000,
"n_buckets": 100,
"description": "Locally measured jitter on inbound video (ms). Sampled every second of a call."
},
"WEBRTC_AUDIO_QUALITY_INBOUND_JITTER": {
"expires_in_version": "never",
"kind": "exponential",
"high": 10000,
"n_buckets": 1000,
"description": "Locally measured jitter on inbound audio (ms). Sampled every second of a call."
},
"WEBRTC_VIDEO_QUALITY_OUTBOUND_JITTER": {
"expires_in_version": "never",
"kind": "exponential",
"high": 10000,
"n_buckets": 1000,
"description": "RTCP-reported jitter by remote recipient of outbound video (ms). Sampled every second of a call (for easy comparison)."
},
"WEBRTC_AUDIO_QUALITY_OUTBOUND_JITTER": {
"expires_in_version": "never",
"kind": "exponential",
"high": 10000,
"n_buckets": 1000,
"description": "RTCP-reported jitter by remote recipient of outbound audio (ms). Sampled every second of a call (for easy comparison)."
},
"WEBRTC_VIDEO_ERROR_RECOVERY_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": 10000,
"n_buckets": 500,
"description": "Time to recover from a video error in ms"
},
"WEBRTC_VIDEO_RECOVERY_BEFORE_ERROR_PER_MIN": {
"expires_in_version": "never",
"kind": "exponential",
"high": 1000,
"n_buckets": 200,
"description": "Number of losses recovered before error per min"
},
"WEBRTC_VIDEO_RECOVERY_AFTER_ERROR_PER_MIN": {
"expires_in_version": "never",
"kind": "exponential",
"high": 1000,
"n_buckets": 200,
"description": "Number of losses recovered after error per min"
},
"WEBRTC_VIDEO_DECODE_ERROR_TIME_PERMILLE": {
"expires_in_version": "never",
"kind": "exponential",
"high": 1000,
"n_buckets": 100,
"description": "Percentage*10 (permille) of call decoding with errors or frozen due to errors"
},
"WEBRTC_VIDEO_QUALITY_OUTBOUND_RTT": {
"expires_in_version": "never",
"kind": "exponential",
"high": 10000,
"n_buckets": 1000,
"description": "Roundtrip time of outbound video (ms). Sampled every second of a call."
},
"WEBRTC_AUDIO_QUALITY_OUTBOUND_RTT": {
"expires_in_version": "never",
"kind": "exponential",
"high": 10000,
"n_buckets": 1000,
"description": "Roundtrip time of outbound audio (ms). Sampled every second of a call."
},
"WEBRTC_VIDEO_ENCODER_BITRATE_AVG_PER_CALL_KBPS": {
"expires_in_version": "never",
"kind": "exponential",
"high": 10000,
"n_buckets": 100,
"description": "Video encoder's average bitrate (in kbits/s) over an entire call"
},
"WEBRTC_VIDEO_ENCODER_BITRATE_STD_DEV_PER_CALL_KBPS": {
"expires_in_version": "never",
"kind": "exponential",
"high": 5000,
"n_buckets": 100,
"description": "Standard deviation from video encoder's average bitrate (in kbits/s) over an entire call"
},
"WEBRTC_VIDEO_ENCODER_FRAMERATE_AVG_PER_CALL": {
"expires_in_version": "never",
"kind": "exponential",
"high": 200,
"n_buckets": 50,
"description": "Video encoder's average framerate (in fps) over an entire call"
},
"WEBRTC_VIDEO_ENCODER_FRAMERATE_10X_STD_DEV_PER_CALL": {
"expires_in_version": "never",
"kind": "exponential",
"high": 200,
"n_buckets": 50,
"description": "Standard deviation from video encoder's average framerate (in 1/10 fps) over an entire call"
},
"WEBRTC_VIDEO_ENCODER_DROPPED_FRAMES_PER_CALL_FPM": {
"expires_in_version": "never",
"kind": "exponential",
"high": 50000,
"n_buckets": 100,
"description": "Video encoder's number of frames dropped (in frames/min) over an entire call"
},
"WEBRTC_VIDEO_DECODER_BITRATE_AVG_PER_CALL_KBPS": {
"expires_in_version": "never",
"kind": "exponential",
"high": 10000,
"n_buckets": 100,
"description": "Video decoder's average bitrate (in kbits/s) over an entire call"
},
"WEBRTC_VIDEO_DECODER_BITRATE_STD_DEV_PER_CALL_KBPS": {
"expires_in_version": "never",
"kind": "exponential",
"high": 5000,
"n_buckets": 100,
"description": "Standard deviation from video decoder's average bitrate (in kbits/s) over an entire call"
},
"WEBRTC_VIDEO_DECODER_FRAMERATE_AVG_PER_CALL": {
"expires_in_version": "never",
"kind": "exponential",
"high": "200",
"n_buckets": "50",
"description": "Video decoder's average framerate (in fps) over an entire call"
},
"WEBRTC_VIDEO_DECODER_FRAMERATE_10X_STD_DEV_PER_CALL": {
"expires_in_version": "never",
"kind": "exponential",
"high": "200",
"n_buckets": "50",
"description": "Standard deviation from video decoder's average framerate (in 1/10 fps) over an entire call"
},
"WEBRTC_VIDEO_DECODER_DISCARDED_PACKETS_PER_CALL_PPM": {
"expires_in_version": "never",
"kind": "exponential",
"high": 50000,
"n_buckets": 100,
"description": "Video decoder's number of discarded packets (in packets/min) over an entire call"
},
"WEBRTC_CALL_DURATION": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The length of time (in seconds) that a call lasted."
},
"WEBRTC_CALL_COUNT": {
"expires_in_version": "never",
"kind": "exponential",
"high": "500",
"n_buckets": "50",
"description": "The number of calls made during a session."
},
"WEBRTC_ICE_ADD_CANDIDATE_ERRORS_GIVEN_SUCCESS": {
"alert_emails": ["webrtc-ice-telemetry-alerts@mozilla.com"],
"expires_in_version": "53",
"kind": "linear",
"high": "30",
"n_buckets": "29",
"description": "The number of times AddIceCandidate failed on a given PeerConnection, given that ICE succeeded."
},
"WEBRTC_ICE_ADD_CANDIDATE_ERRORS_GIVEN_FAILURE": {
"alert_emails": ["webrtc-ice-telemetry-alerts@mozilla.com"],
"expires_in_version": "53",
"kind": "linear",
"high": "30",
"n_buckets": "29",
"description": "The number of times AddIceCandidate failed on a given PeerConnection, given that ICE failed."
},
"WEBRTC_GET_USER_MEDIA_SECURE_ORIGIN": {
"alert_emails": ["seceng@mozilla.org"],
"expires_in_version": "50",
"kind": "enumerated",
"n_values": 15,
"description": "Origins for getUserMedia calls (0=other, 1=HTTPS, 2=file, 3=app, 4=localhost, 5=loop, 6=privileged)",
"releaseChannelCollection": "opt-out"
},
"WEBRTC_GET_USER_MEDIA_TYPE": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 8,
"description": "Type for media in getUserMedia calls (0=Camera, 1=Screen, 2=Application, 3=Window, 4=Browser, 5=Microphone, 6=AudioCapture, 7=Other)"
},
"WEBRTC_LOAD_STATE_RELAXED": {
"expires_in_version": "never",
"kind": "linear",
"high": "100",
"n_buckets": "25",
"description": "Percentage of time spent in the Relaxed load state in calls over 30 seconds."
},
"WEBRTC_LOAD_STATE_RELAXED_SHORT": {
"expires_in_version": "never",
"kind": "linear",
"high": "100",
"n_buckets": "25",
"description": "Percentage of time spent in the Relaxed load state in calls 5-30 seconds."
},
"WEBRTC_LOAD_STATE_NORMAL": {
"expires_in_version": "never",
"kind": "linear",
"high": "100",
"n_buckets": "25",
"description": "Percentage of time spent in the Normal load state in calls over 30 seconds."
},
"WEBRTC_LOAD_STATE_NORMAL_SHORT": {
"expires_in_version": "never",
"kind": "linear",
"high": "100",
"n_buckets": "25",
"description": "Percentage of time spent in the Normal load state in calls over 5-30 seconds."
},
"WEBRTC_LOAD_STATE_STRESSED": {
"expires_in_version": "never",
"kind": "linear",
"high": "100",
"n_buckets": "25",
"description": "Percentage of time spent in the Stressed load state in calls over 30 seconds."
},
"WEBRTC_LOAD_STATE_STRESSED_SHORT": {
"expires_in_version": "never",
"kind": "linear",
"high": "100",
"n_buckets": "25",
"description": "Percentage of time spent in the Stressed load state in calls 5-30 seconds."
},
"WEBRTC_RENEGOTIATIONS": {
"expires_in_version": "never",
"kind": "linear",
"high": "21",
"n_buckets": "20",
"description": "Number of Renegotiations during each call"
},
"WEBRTC_MAX_VIDEO_SEND_TRACK": {
"expires_in_version": "never",
"kind": "linear",
"high": "10",
"n_buckets": "9",
"description": "Number of Video tracks sent simultaneously"
},
"WEBRTC_MAX_VIDEO_RECEIVE_TRACK": {
"expires_in_version": "never",
"kind": "linear",
"high": "20",
"n_buckets": "19",
"description": "Number of Video tracks received simultaneously"
},
"WEBRTC_MAX_AUDIO_SEND_TRACK": {
"expires_in_version": "never",
"kind": "linear",
"high": "20",
"n_buckets": "19",
"description": "Number of Audio tracks sent simultaneously"
},
"WEBRTC_MAX_AUDIO_RECEIVE_TRACK": {
"expires_in_version": "never",
"kind": "linear",
"high": "30",
"n_buckets": "29",
"description": "Number of Audio tracks received simultaneously"
},
"WEBRTC_DATACHANNEL_NEGOTIATED": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Was DataChannels negotiated"
},
"WEBRTC_CALL_TYPE": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": "8",
"description": "Type of call: (Bitmask) Audio = 1, Video = 2, DataChannels = 4"
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_TRACERDETACH_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'detach' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_TRACERDETACH_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'detach' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_STARTTRACE_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'startTrace' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_STARTTRACE_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'startTrace' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_STOPTRACE_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'stopTrace' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_STOPTRACE_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'stopTrace' request to go round trip."
},
"COOKIES_3RDPARTY_NUM_SITES_ACCEPTED": {
"expires_in_version": "40",
"kind": "linear",
"low": "5",
"high": "145",
"n_buckets": "30",
"description": "The number of distinct pairs (first-party site, third-party site attempting to set cookie) for which the third-party cookie has been accepted. Sites are considered identical if they have the same eTLD + 1. Measures are normalized per 24h. *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"COOKIES_3RDPARTY_NUM_SITES_BLOCKED": {
"expires_in_version": "40",
"kind": "linear",
"low": "5",
"high": "145",
"n_buckets": "30",
"description": "The number of distinct pairs (first-party site, third-party site attempting to set cookie) for which the third-party cookie has been rejected. Sites are considered identical if they have the same eTLD + 1. Measures are normalized per 24h. *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"COOKIES_3RDPARTY_NUM_ATTEMPTS_ACCEPTED": {
"expires_in_version": "40",
"kind": "linear",
"low": "10",
"high": "500",
"n_buckets": "50",
"description": "The total number of distinct attempts by third-party sites to place cookies which have been accepted. Measures are normalized per 24h. *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"COOKIES_3RDPARTY_NUM_ATTEMPTS_BLOCKED": {
"expires_in_version": "40",
"kind": "linear",
"low": "10",
"high": "500",
"n_buckets": "50",
"description": "The total number of distinct attempts by third-party sites to place cookies which have been rejected. Measures are normalized per 24h. *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_GET_EXECUTABLE_LINES_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'getExecutableLines' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_GET_EXECUTABLE_LINES_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'getExecutableLines' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_BLACKBOX_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'blackbox' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_BLACKBOX_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'blackbox' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_UNBLACKBOX_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took an 'ublackbox' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_UNBLACKBOX_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took an 'unblackbox' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_SCOPE_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'scope' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_SCOPE_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'scope' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_BINDINGS_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'bindings' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_BINDINGS_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took a 'bindings' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_LOCAL_ASSIGN_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took an 'assign' request to go round trip."
},
"DEVTOOLS_DEBUGGER_RDP_REMOTE_ASSIGN_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took an 'assign' request to go round trip."
},
"DEVTOOLS_TOOLBOX_OPENED_BOOLEAN": {
"expires_in_version": "never",
"kind": "boolean",
"description": "How many times has the devtool's toolbox been opened?"
},
"DEVTOOLS_OPTIONS_OPENED_BOOLEAN": {
"expires_in_version": "never",
"kind": "boolean",
"description": "How many times has the devtool's Options panel been opened?"
},
"DEVTOOLS_WEBCONSOLE_OPENED_BOOLEAN": {
"expires_in_version": "never",
"kind": "boolean",
"description": "How many times has the devtool's Web Console been opened?"
},
"DEVTOOLS_BROWSERCONSOLE_OPENED_BOOLEAN": {
"expires_in_version": "never",
"kind": "boolean",
"description": "How many times has the devtool's Browser Console been opened?"
},
"DEVTOOLS_INSPECTOR_OPENED_BOOLEAN": {
"expires_in_version": "never",
"kind": "boolean",
"description": "How many times has the devtool's Inspector been opened?"
},
"DEVTOOLS_RULEVIEW_OPENED_BOOLEAN": {
"expires_in_version": "never",
"kind": "boolean",
"description": "How many times has the devtool's Rule View been opened?"
},
"DEVTOOLS_COMPUTEDVIEW_OPENED_BOOLEAN": {
"expires_in_version": "never",
"kind": "boolean",
"description": "How many times has the devtool's Computed View been opened?"
},
"DEVTOOLS_LAYOUTVIEW_OPENED_BOOLEAN": {
"expires_in_version": "never",
"kind": "boolean",
"description": "How many times has the devtool's Layout View been opened?"
},
"DEVTOOLS_FONTINSPECTOR_OPENED_BOOLEAN": {
"expires_in_version": "never",
"kind": "boolean",
"description": "How many times has the devtool's Font Inspector been opened?"
},
"DEVTOOLS_ANIMATIONINSPECTOR_OPENED_BOOLEAN": {
"expires_in_version": "never",
"kind": "boolean",
"description": "How many times has the devtool's Animation Inspector been opened?"
},
"DEVTOOLS_JSDEBUGGER_OPENED_BOOLEAN": {
"expires_in_version": "never",
"kind": "boolean",
"description": "How many times has the devtool's Debugger been opened?"
},
"DEVTOOLS_JSBROWSERDEBUGGER_OPENED_BOOLEAN": {
"expires_in_version": "never",
"kind": "boolean",
"description": "How many times has the devtool's Browser Debugger been opened?"
},
"DEVTOOLS_STYLEEDITOR_OPENED_BOOLEAN": {
"expires_in_version": "never",
"kind": "boolean",
"description": "How many times has the devtool's Style Editor been opened?"
},
"DEVTOOLS_SHADEREDITOR_OPENED_BOOLEAN": {
"expires_in_version": "never",
"kind": "boolean",
"description": "How many times has the devtool's Shader Editor been opened?"
},
"DEVTOOLS_WEBAUDIOEDITOR_OPENED_BOOLEAN": {
"expires_in_version": "never",
"kind": "boolean",
"description": "How many times has the devtool's Web Audio Editor been opened?"
},
"DEVTOOLS_CANVASDEBUGGER_OPENED_BOOLEAN": {
"expires_in_version": "never",
"kind": "boolean",
"description": "How many times has the devtool's Canvas Debugger been opened?"
},
"DEVTOOLS_JSPROFILER_OPENED_BOOLEAN": {
"expires_in_version": "never",
"kind": "boolean",
"description": "How many times has the devtool's JS Profiler been opened?"
},
"DEVTOOLS_NETMONITOR_OPENED_BOOLEAN": {
"expires_in_version": "never",
"kind": "boolean",
"description": "How many times has the devtool's Network Monitor been opened?"
},
"DEVTOOLS_STORAGE_OPENED_BOOLEAN": {
"expires_in_version": "never",
"kind": "boolean",
"description": "How many times has the Storage Inspector been opened?"
},
"DEVTOOLS_PAINTFLASHING_OPENED_BOOLEAN": {
"expires_in_version": "never",
"kind": "boolean",
"description": "How many times has the devtool's Paint Flashing been opened via the toolbox button?"
},
"DEVTOOLS_TILT_OPENED_BOOLEAN": {
"expires_in_version": "never",
"kind": "boolean",
"description": "How many times has the devtool's Tilt been opened via the toolbox button?"
},
"DEVTOOLS_SCRATCHPAD_OPENED_BOOLEAN": {
"expires_in_version": "never",
"kind": "boolean",
"description": "How many times has the devtool's Scratchpad been opened via the toolbox button?"
},
"DEVTOOLS_RESPONSIVE_OPENED_BOOLEAN": {
"expires_in_version": "never",
"kind": "boolean",
"description": "How many times has the devtool's Responsive View been opened via the toolbox button?"
},
"DEVTOOLS_EYEDROPPER_OPENED_BOOLEAN": {
"expires_in_version": "never",
"kind": "boolean",
"description": "How many times has the devtool's Eyedropper tool been opened?"
},
"DEVTOOLS_MENU_EYEDROPPER_OPENED_BOOLEAN": {
"expires_in_version": "never",
"kind": "boolean",
"description": "How many times has the devtool's eyedropper been opened via the devtools menu?"
},
"DEVTOOLS_PICKER_EYEDROPPER_OPENED_BOOLEAN": {
"expires_in_version": "never",
"kind": "boolean",
"description": "How many times has the devtool's eyedropper been opened via the color picker?"
},
"DEVTOOLS_DEVELOPERTOOLBAR_OPENED_BOOLEAN": {
"expires_in_version": "never",
"kind": "boolean",
"description": "How many times has the devtool's Developer Toolbar been opened via the toolbox button?"
},
"DEVTOOLS_ABOUTDEBUGGING_OPENED_BOOLEAN": {
"alert_emails": ["dev-developer-tools@lists.mozilla.org", "jan@mozilla.com"],
"expires_in_version": "55",
"kind": "boolean",
"description": "How many times has about:debugging been opened? (bug 1204601)"
},
"DEVTOOLS_WEBIDE_OPENED_BOOLEAN": {
"expires_in_version": "never",
"kind": "boolean",
"description": "How many times has the DevTools WebIDE been opened?"
},
"DEVTOOLS_WEBIDE_PROJECT_EDITOR_OPENED_BOOLEAN": {
"expires_in_version": "never",
"kind": "boolean",
"description": "How many times has the DevTools WebIDE project editor been opened?"
},
"DEVTOOLS_WEBIDE_PROJECT_EDITOR_SAVE_BOOLEAN": {
"expires_in_version": "never",
"kind": "boolean",
"description": "How many times has a file been saved in the DevTools WebIDE project editor?"
},
"DEVTOOLS_WEBIDE_NEW_PROJECT_BOOLEAN": {
"expires_in_version": "never",
"kind": "boolean",
"description": "How many times has a new project been created in the DevTools WebIDE?"
},
"DEVTOOLS_WEBIDE_IMPORT_PROJECT_BOOLEAN": {
"expires_in_version": "never",
"kind": "boolean",
"description": "How many times has a project been imported into the DevTools WebIDE?"
},
"DEVTOOLS_CUSTOM_OPENED_BOOLEAN": {
"expires_in_version": "never",
"kind": "boolean",
"description": "How many times has a custom developer tool been opened via the toolbox button?"
},
"DEVTOOLS_TOOLBOX_OPENED_PER_USER_FLAG": {
"expires_in_version": "never",
"kind": "flag",
"description": "How many times has the devtool's toolbox been opened?"
},
"DEVTOOLS_OPTIONS_OPENED_PER_USER_FLAG": {
"expires_in_version": "never",
"kind": "flag",
"description": "How many times has the devtool's Options panel been opened?"
},
"DEVTOOLS_WEBCONSOLE_OPENED_PER_USER_FLAG": {
"expires_in_version": "never",
"kind": "flag",
"description": "How many users have opened the devtool's Web Console?"
},
"DEVTOOLS_BROWSERCONSOLE_OPENED_PER_USER_FLAG": {
"expires_in_version": "never",
"kind": "flag",
"description": "How many users have opened the devtool's Browser Console?"
},
"DEVTOOLS_INSPECTOR_OPENED_PER_USER_FLAG": {
"expires_in_version": "never",
"kind": "flag",
"description": "How many users have opened the devtool's Inspector?"
},
"DEVTOOLS_RULEVIEW_OPENED_PER_USER_FLAG": {
"expires_in_version": "never",
"kind": "flag",
"description": "How many users have opened the devtool's Rule View?"
},
"DEVTOOLS_COMPUTEDVIEW_OPENED_PER_USER_FLAG": {
"expires_in_version": "never",
"kind": "flag",
"description": "How many users have opened the devtool's Computed View?"
},
"DEVTOOLS_LAYOUTVIEW_OPENED_PER_USER_FLAG": {
"expires_in_version": "never",
"kind": "flag",
"description": "How many users have opened the devtool's Layout View?"
},
"DEVTOOLS_FONTINSPECTOR_OPENED_PER_USER_FLAG": {
"expires_in_version": "never",
"kind": "flag",
"description": "How many users have opened the devtool's Font Inspector?"
},
"DEVTOOLS_ANIMATIONINSPECTOR_OPENED_PER_USER_FLAG": {
"expires_in_version": "never",
"kind": "flag",
"description": "How many users have opened the devtool's Animation Inspector?"
},
"DEVTOOLS_JSDEBUGGER_OPENED_PER_USER_FLAG": {
"expires_in_version": "never",
"kind": "flag",
"description": "How many users have opened the devtool's Debugger?"
},
"DEVTOOLS_JSBROWSERDEBUGGER_OPENED_PER_USER_FLAG": {
"expires_in_version": "never",
"kind": "flag",
"description": "How many users have opened the devtool's Browser Debugger?"
},
"DEVTOOLS_STYLEEDITOR_OPENED_PER_USER_FLAG": {
"expires_in_version": "never",
"kind": "flag",
"description": "How many users have opened the devtool's Style Editor?"
},
"DEVTOOLS_SHADEREDITOR_OPENED_PER_USER_FLAG": {
"expires_in_version": "never",
"kind": "flag",
"description": "How many users have opened the devtool's Shader Editor?"
},
"DEVTOOLS_WEBAUDIOEDITOR_OPENED_PER_USER_FLAG": {
"expires_in_version": "never",
"kind": "flag",
"description": "How many users have opened the devtool's Web Audio Editor?"
},
"DEVTOOLS_CANVASDEBUGGER_OPENED_PER_USER_FLAG": {
"expires_in_version": "never",
"kind": "flag",
"description": "How many users have opened the devtool's Canvas Debugger?"
},
"DEVTOOLS_JSPROFILER_OPENED_PER_USER_FLAG": {
"expires_in_version": "never",
"kind": "flag",
"description": "How many users have opened the devtool's JS Profiler?"
},
"DEVTOOLS_NETMONITOR_OPENED_PER_USER_FLAG": {
"expires_in_version": "never",
"kind": "flag",
"description": "How many users have opened the devtool's Network Monitor?"
},
"DEVTOOLS_STORAGE_OPENED_PER_USER_FLAG": {
"expires_in_version": "never",
"kind": "flag",
"description": "How many users have opened the devtool's Storage Inspector?"
},
"DEVTOOLS_PAINTFLASHING_OPENED_PER_USER_FLAG": {
"expires_in_version": "never",
"kind": "flag",
"description": "How many users have opened the devtool's Paint Flashing been opened via the toolbox button?"
},
"DEVTOOLS_TILT_OPENED_PER_USER_FLAG": {
"expires_in_version": "never",
"kind": "flag",
"description": "How many users have opened the devtool's Tilt been opened via the toolbox button?"
},
"DEVTOOLS_SCRATCHPAD_OPENED_PER_USER_FLAG": {
"expires_in_version": "never",
"kind": "flag",
"description": "How many users have opened the devtool's Scratchpad been opened via the toolbox button?"
},
"DEVTOOLS_RESPONSIVE_OPENED_PER_USER_FLAG": {
"expires_in_version": "never",
"kind": "flag",
"description": "How many users have opened the devtool's Responsive View been opened via the toolbox button?"
},
"DEVTOOLS_EYEDROPPER_OPENED_PER_USER_FLAG": {
"expires_in_version": "never",
"kind": "flag",
"description": "How many users have opened the devtool's Eyedropper via the toolbox button?"
},
"DEVTOOLS_MENU_EYEDROPPER_OPENED_PER_USER_FLAG": {
"expires_in_version": "never",
"kind": "flag",
"description": "How many users have opened the devtool's Eyedropper via the devtools menu?"
},
"DEVTOOLS_PICKER_EYEDROPPER_OPENED_PER_USER_FLAG": {
"expires_in_version": "never",
"kind": "flag",
"description": "How many users have opened the devtool's Eyedropper via the color picker?"
},
"DEVTOOLS_DEVELOPERTOOLBAR_OPENED_PER_USER_FLAG": {
"expires_in_version": "never",
"kind": "flag",
"description": "How many users have opened the devtool's Developer Toolbar been opened via the toolbox button?"
},
"DEVTOOLS_ABOUTDEBUGGING_OPENED_PER_USER_FLAG": {
"alert_emails": ["dev-developer-tools@lists.mozilla.org", "jan@mozilla.com"],
"expires_in_version": "55",
"kind": "flag",
"description": "How many users have opened about:debugging? (bug 1204601)"
},
"DEVTOOLS_WEBIDE_OPENED_PER_USER_FLAG": {
"expires_in_version": "never",
"kind": "flag",
"description": "How many users have opened the DevTools WebIDE?"
},
"DEVTOOLS_WEBIDE_PROJECT_EDITOR_OPENED_PER_USER_FLAG": {
"expires_in_version": "never",
"kind": "flag",
"description": "How many users have opened the DevTools WebIDE project editor?"
},
"DEVTOOLS_WEBIDE_PROJECT_EDITOR_SAVE_PER_USER_FLAG": {
"expires_in_version": "never",
"kind": "flag",
"description": "How many users have saved a file in the DevTools WebIDE project editor?"
},
"DEVTOOLS_WEBIDE_NEW_PROJECT_PER_USER_FLAG": {
"expires_in_version": "never",
"kind": "flag",
"description": "How many users have created a new project in the DevTools WebIDE?"
},
"DEVTOOLS_WEBIDE_IMPORT_PROJECT_PER_USER_FLAG": {
"expires_in_version": "never",
"kind": "flag",
"description": "How many users have imported a project into the DevTools WebIDE?"
},
"DEVTOOLS_CUSTOM_OPENED_PER_USER_FLAG": {
"expires_in_version": "never",
"kind": "flag",
"description": "How many users have opened a custom developer tool via the toolbox button?"
},
"DEVTOOLS_TOOLBOX_TIME_ACTIVE_SECONDS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000000",
"n_buckets": 100,
"description": "How long has the toolbox been active (seconds)"
},
"DEVTOOLS_OPTIONS_TIME_ACTIVE_SECONDS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000000",
"n_buckets": 100,
"description": "How long has the options panel been active (seconds)"
},
"DEVTOOLS_WEBCONSOLE_TIME_ACTIVE_SECONDS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000000",
"n_buckets": 100,
"description": "How long has the web console been active (seconds)"
},
"DEVTOOLS_BROWSERCONSOLE_TIME_ACTIVE_SECONDS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000000",
"n_buckets": 100,
"description": "How long has the browser console been active (seconds)"
},
"DEVTOOLS_INSPECTOR_TIME_ACTIVE_SECONDS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000000",
"n_buckets": 100,
"description": "How long has the inspector been active (seconds)"
},
"DEVTOOLS_RULEVIEW_TIME_ACTIVE_SECONDS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000000",
"n_buckets": 100,
"description": "How long has the rule view been active (seconds)"
},
"DEVTOOLS_COMPUTEDVIEW_TIME_ACTIVE_SECONDS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000000",
"n_buckets": 100,
"description": "How long has the computed view been active (seconds)"
},
"DEVTOOLS_LAYOUTVIEW_TIME_ACTIVE_SECONDS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000000",
"n_buckets": 100,
"description": "How long has the layout view been active (seconds)"
},
"DEVTOOLS_FONTINSPECTOR_TIME_ACTIVE_SECONDS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000000",
"n_buckets": 100,
"description": "How long has the font inspector been active (seconds)"
},
"DEVTOOLS_ANIMATIONINSPECTOR_TIME_ACTIVE_SECONDS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000000",
"n_buckets": 100,
"description": "How long has the animation inspector been active (seconds)"
},
"DEVTOOLS_JSDEBUGGER_TIME_ACTIVE_SECONDS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000000",
"n_buckets": 100,
"description": "How long has the JS debugger been active (seconds)"
},
"DEVTOOLS_JSBROWSERDEBUGGER_TIME_ACTIVE_SECONDS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000000",
"n_buckets": 100,
"description": "How long has the JS browser debugger been active (seconds)"
},
"DEVTOOLS_STYLEEDITOR_TIME_ACTIVE_SECONDS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000000",
"n_buckets": 100,
"description": "How long has the style editor been active (seconds)"
},
"DEVTOOLS_SHADEREDITOR_TIME_ACTIVE_SECONDS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000000",
"n_buckets": 100,
"description": "How long has the Shader Editor been active (seconds)"
},
"DEVTOOLS_WEBAUDIOEDITOR_TIME_ACTIVE_SECONDS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000000",
"n_buckets": 100,
"description": "How long has the Web Audio Editor been active (seconds)"
},
"DEVTOOLS_CANVASDEBUGGER_TIME_ACTIVE_SECONDS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000000",
"n_buckets": 100,
"description": "How long has the Canvas Debugger been active (seconds)"
},
"DEVTOOLS_JSPROFILER_TIME_ACTIVE_SECONDS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000000",
"n_buckets": 100,
"description": "How long has the JS profiler been active (seconds)"
},
"DEVTOOLS_NETMONITOR_TIME_ACTIVE_SECONDS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000000",
"n_buckets": 100,
"description": "How long has the network monitor been active (seconds)"
},
"DEVTOOLS_STORAGE_TIME_ACTIVE_SECONDS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000000",
"n_buckets": 100,
"description": "How long has the storage inspector been active (seconds)"
},
"DEVTOOLS_PAINTFLASHING_TIME_ACTIVE_SECONDS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000000",
"n_buckets": 100,
"description": "How long has paint flashing been active (seconds)"
},
"DEVTOOLS_TILT_TIME_ACTIVE_SECONDS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000000",
"n_buckets": 100,
"description": "How long has Tilt been active (seconds)"
},
"DEVTOOLS_SCRATCHPAD_TIME_ACTIVE_SECONDS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000000",
"n_buckets": 100,
"description": "How long has Scratchpad been active (seconds)"
},
"DEVTOOLS_RESPONSIVE_TIME_ACTIVE_SECONDS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000000",
"n_buckets": 100,
"description": "How long has the responsive view been active (seconds)"
},
"DEVTOOLS_DEVELOPERTOOLBAR_TIME_ACTIVE_SECONDS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000000",
"n_buckets": 100,
"description": "How long has the developer toolbar been active (seconds)"
},
"DEVTOOLS_ABOUTDEBUGGING_TIME_ACTIVE_SECONDS": {
"alert_emails": ["dev-developer-tools@lists.mozilla.org", "jan@mozilla.com"],
"expires_in_version": "55",
"kind": "exponential",
"high": "10000000",
"n_buckets": 100,
"description": "How long has about:debugging been active? (seconds) (bug 1204601)"
},
"DEVTOOLS_WEBIDE_TIME_ACTIVE_SECONDS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000000",
"n_buckets": 100,
"description": "How long has WebIDE been active (seconds)"
},
"DEVTOOLS_WEBIDE_PROJECT_EDITOR_TIME_ACTIVE_SECONDS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000000",
"n_buckets": 100,
"description": "How long has WebIDE's project editor been active (seconds)"
},
"DEVTOOLS_CUSTOM_TIME_ACTIVE_SECONDS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000000",
"n_buckets": 100,
"description": "How long has a custom developer tool been active (seconds)"
},
"DEVTOOLS_WEBIDE_CONNECTION_RESULT": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Did WebIDE runtime connection succeed?"
},
"DEVTOOLS_WEBIDE_USB_CONNECTION_RESULT": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Did WebIDE USB runtime connection succeed?"
},
"DEVTOOLS_WEBIDE_WIFI_CONNECTION_RESULT": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Did WebIDE WiFi runtime connection succeed?"
},
"DEVTOOLS_WEBIDE_SIMULATOR_CONNECTION_RESULT": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Did WebIDE simulator runtime connection succeed?"
},
"DEVTOOLS_WEBIDE_REMOTE_CONNECTION_RESULT": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Did WebIDE remote runtime connection succeed?"
},
"DEVTOOLS_WEBIDE_LOCAL_CONNECTION_RESULT": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Did WebIDE local runtime connection succeed?"
},
"DEVTOOLS_WEBIDE_OTHER_CONNECTION_RESULT": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Did WebIDE other runtime connection succeed?"
},
"DEVTOOLS_WEBIDE_CONNECTION_TIME_SECONDS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000000",
"n_buckets": 100,
"description": "How long was WebIDE connected to a runtime (seconds)?"
},
"DEVTOOLS_WEBIDE_CONNECTION_PLAY_USED": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Was WebIDE's play button used during this runtime connection?"
},
"DEVTOOLS_WEBIDE_CONNECTION_DEBUG_USED": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Was WebIDE's debug button used during this runtime connection?"
},
"DEVTOOLS_WEBIDE_CONNECTED_RUNTIME_TYPE": {
"expires_in_version": "never",
"kind": "boolean",
"keyed": true,
"description": "What runtime type did WebIDE connect to?"
},
"DEVTOOLS_WEBIDE_CONNECTED_RUNTIME_ID": {
"expires_in_version": "never",
"kind": "boolean",
"keyed": true,
"description": "What runtime ID did WebIDE connect to?"
},
"DEVTOOLS_WEBIDE_CONNECTED_RUNTIME_PROCESSOR": {
"expires_in_version": "never",
"kind": "boolean",
"keyed": true,
"description": "What runtime processor did WebIDE connect to?"
},
"DEVTOOLS_WEBIDE_CONNECTED_RUNTIME_OS": {
"expires_in_version": "never",
"kind": "boolean",
"keyed": true,
"description": "What runtime OS did WebIDE connect to?"
},
"DEVTOOLS_WEBIDE_CONNECTED_RUNTIME_PLATFORM_VERSION": {
"expires_in_version": "never",
"kind": "boolean",
"keyed": true,
"description": "What runtime platform version did WebIDE connect to?"
},
"DEVTOOLS_WEBIDE_CONNECTED_RUNTIME_APP_TYPE": {
"expires_in_version": "never",
"kind": "boolean",
"keyed": true,
"description": "What runtime app type did WebIDE connect to?"
},
"DEVTOOLS_WEBIDE_CONNECTED_RUNTIME_VERSION": {
"expires_in_version": "never",
"kind": "boolean",
"keyed": true,
"description": "What runtime version did WebIDE connect to?"
},
"DEVTOOLS_OS_ENUMERATED_PER_USER": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 13,
"description": "OS of DevTools user (0:Windows XP, 1:Windows Vista, 2:Windows 7, 3:Windows 8, 4:Windows 8.1, 5:OSX, 6:Linux 7:Windows 10, 8:reserved, 9:reserved, 10:reserved, 11:reserved, 12:other)"
},
"DEVTOOLS_OS_IS_64_BITS_PER_USER": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 3,
"description": "OS bit size of DevTools user (0:32bit, 1:64bit, 2:128bit)"
},
"DEVTOOLS_SCREEN_RESOLUTION_ENUMERATED_PER_USER": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 13,
"description": "Screen resolution of DevTools user (0:lower, 1:800x600, 2:1024x768, 3:1280x800, 4:1280x1024, 5:1366x768, 6:1440x900, 7:1920x1080, 8:2560×1440, 9:2560×1600, 10:2880x1800, 11:other, 12:higher)"
},
"DEVTOOLS_TABS_OPEN_PEAK_LINEAR": {
"expires_in_version": "never",
"kind": "linear",
"high": "101",
"n_buckets": 100,
"description": "The peak number of open tabs in all windows for a session for devtools users."
},
"DEVTOOLS_TABS_OPEN_AVERAGE_LINEAR": {
"expires_in_version": "never",
"kind": "linear",
"high": "101",
"n_buckets": "100",
"description": "The mean number of open tabs in all windows for a session for devtools users."
},
"DEVTOOLS_TABS_PINNED_PEAK_LINEAR": {
"expires_in_version": "never",
"kind": "linear",
"high": "101",
"n_buckets": "100",
"description": "The peak number of pinned tabs (app tabs) in all windows for a session for devtools users."
},
"DEVTOOLS_TABS_PINNED_AVERAGE_LINEAR": {
"expires_in_version": "never",
"kind": "linear",
"high": "101",
"n_buckets": "100",
"description": "The mean number of pinned tabs (app tabs) in all windows for a session for devtools users."
},
"DEVTOOLS_SAVE_HEAP_SNAPSHOT_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "100000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took to save a heap snapshot in mozilla::devtools::ChromeUtils::SaveHeapSnapshot."
},
"DEVTOOLS_READ_HEAP_SNAPSHOT_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "100000",
"n_buckets": "1000",
"description": "The time (in milliseconds) that it took to read a heap snapshot in mozilla::devtools::ChromeUtils::ReadHeapSnapshot."
},
"DEVTOOLS_HEAP_SNAPSHOT_NODE_COUNT": {
"expires_in_version": "never",
"kind": "linear",
"high": "10000000",
"n_buckets": "10000",
"description": "The number of nodes serialized into a heap snapshot."
},
"DEVTOOLS_HEAP_SNAPSHOT_EDGE_COUNT": {
"expires_in_version": "never",
"kind": "linear",
"high": "10000000",
"n_buckets": "10000",
"description": "The number of edges serialized into a heap snapshot."
},
"DEVTOOLS_PERFTOOLS_RECORDING_COUNT": {
"expires_in_version": "never",
"kind": "count",
"description": "Incremented whenever a performance tool recording is completed."
},
"DEVTOOLS_PERFTOOLS_CONSOLE_RECORDING_COUNT": {
"expires_in_version": "never",
"kind": "count",
"description": "Incremented whenever a performance tool recording is completed that was initiated via console.profile."
},
"DEVTOOLS_PERFTOOLS_RECORDING_IMPORT_FLAG": {
"expires_in_version": "never",
"kind": "flag",
"description": "When a user imports a recording in the performance tool."
},
"DEVTOOLS_PERFTOOLS_RECORDING_EXPORT_FLAG": {
"expires_in_version": "never",
"kind": "flag",
"description": "When a user imports a recording in the performance tool."
},
"DEVTOOLS_PERFTOOLS_RECORDING_FEATURES_USED": {
"expires_in_version": "never",
"kind": "boolean",
"keyed": true,
"description": "When a user starts a recording with specific recording options, keyed by feature name (withMarkers, withAllocations, etc.)."
},
"DEVTOOLS_PERFTOOLS_RECORDING_DURATION_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "600000",
"n_buckets": 20,
"description": "The length of a duration in MS of a performance tool recording."
},
"DEVTOOLS_PERFTOOLS_SELECTED_VIEW_MS": {
"expires_in_version": "never",
"kind": "exponential",
"keyed": true,
"high": "600000",
"n_buckets": 20,
"description": "The amount of time spent in a specific performance tool view, keyed by view name (waterfall, js-calltree, js-flamegraph, etc)."
},
"VIEW_SOURCE_IN_BROWSER_OPENED_BOOLEAN": {
"alert_emails": ["mozilla-dev-developer-tools@lists.mozilla.org", "jryans@mozilla.com"],
"expires_in_version": "53",
"kind": "boolean",
"description": "How many times has view source in browser / tab been opened?"
},
"VIEW_SOURCE_IN_WINDOW_OPENED_BOOLEAN": {
"alert_emails": ["mozilla-dev-developer-tools@lists.mozilla.org", "jryans@mozilla.com"],
"expires_in_version": "53",
"kind": "boolean",
"description": "How many times has view source in a new window been opened?"
},
"VIEW_SOURCE_EXTERNAL_RESULT_BOOLEAN": {
"alert_emails": ["mozilla-dev-developer-tools@lists.mozilla.org", "jryans@mozilla.com"],
"expires_in_version": "53",
"kind": "boolean",
"description": "How many times has view source in an external editor been opened, and did it succeed?"
},
"BROWSER_IS_USER_DEFAULT": {
"expires_in_version": "never",
"kind": "boolean",
"releaseChannelCollection": "opt-out",
"description": "The result of the startup default desktop browser check."
},
"BROWSER_IS_USER_DEFAULT_ERROR": {
"expires_in_version": "never",
"kind": "boolean",
"releaseChannelCollection": "opt-out",
"description": "True if the browser was unable to determine if the browser was set as default."
},
"BROWSER_SET_DEFAULT_DIALOG_PROMPT_RAWCOUNT": {
"expires_in_version": "never",
"kind": "exponential",
"high": "250",
"n_buckets": "15",
"releaseChannelCollection": "opt-out",
"description": "The number of times that a profile has seen the 'Set Default Browser' dialog."
},
"BROWSER_SET_DEFAULT_ALWAYS_CHECK": {
"expires_in_version": "never",
"kind": "boolean",
"releaseChannelCollection": "opt-out",
"description": "True if the profile has `browser.shell.checkDefaultBrowser` set to true."
},
"BROWSER_SET_DEFAULT_RESULT": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": "4",
"releaseChannelCollection": "opt-out",
"description": "Result of the Set Default Browser dialog (0=Use Firefox + 'Always perform check' unchecked, 1=Use Firefox + 'Always perform check' checked, 2=Not Now + 'Always perform check' unchecked, 3=Not Now + 'Always perform check' checked)"
},
"BROWSER_SET_DEFAULT_ERROR": {
"expires_in_version": "never",
"kind": "boolean",
"releaseChannelCollection": "opt-out",
"description": "True if the browser was unable to set Firefox as the default browser"
},
"BROWSER_SET_DEFAULT_TIME_TO_COMPLETION_SECONDS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "500",
"n_buckets": "15",
"releaseChannelCollection": "opt-out",
"description": "Time to successfully set Firefox as the default browser after clicking 'Set Firefox as Default'. Should be near-instant in some environments, others require user interaction. Measured in seconds."
},
"BROWSER_IS_ASSIST_DEFAULT": {
"expires_in_version": "never",
"kind": "boolean",
"description": "The result of the default browser check for assist intent."
},
"MIXED_CONTENT_PAGE_LOAD": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 4,
"description": "Accumulates type of content (mixed, mixed passive, unmixed) per page load"
},
"MIXED_CONTENT_UNBLOCK_COUNTER": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 3,
"description": "A simple counter of daily mixed-content unblock operations and top documents loaded"
},
"MIXED_CONTENT_HSTS": {
"alert_emails": ["seceng@mozilla.org"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 10,
"description": "How often would blocked mixed content be allowed if HSTS upgrades were allowed? 0=display/no-HSTS, 1=display/HSTS, 2=active/no-HSTS, 3=active/HSTS"
},
"COOKIE_SCHEME_SECURITY": {
"alert_emails": ["seceng@mozilla.org"],
"expires_in_version": "50",
"kind": "enumerated",
"n_values": 10,
"releaseChannelCollection": "opt-out",
"description": "How often are secure cookies set from non-secure origins, and vice-versa? 0=nonsecure/http, 1=nonsecure/https, 2=secure/http, 3=secure/https"
},
"NTLM_MODULE_USED_2": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 8,
"description": "The module used for the NTLM protocol (Windows_API, Kerberos, Samba_auth or Generic) and whether or not the authentication was used to connect to a proxy server. This data is collected only once per session (at first NTLM authentification) ; fixed version."
},
"FX_THUMBNAILS_BG_QUEUE_SIZE_ON_CAPTURE": {
"expires_in_version": "default",
"kind": "exponential",
"high": 100,
"n_buckets": 15,
"extended_statistics_ok": true,
"description": "BACKGROUND THUMBNAILS: Size of capture queue when a capture request is received"
},
"FX_THUMBNAILS_BG_CAPTURE_QUEUE_TIME_MS": {
"expires_in_version": "default",
"kind": "exponential",
"high": 300000,
"n_buckets": 20,
"extended_statistics_ok": true,
"description": "BACKGROUND THUMBNAILS: Time the capture request spent in the queue before being serviced (ms)"
},
"FX_THUMBNAILS_BG_CAPTURE_SERVICE_TIME_MS": {
"expires_in_version": "default",
"kind": "exponential",
"high": 30000,
"n_buckets": 20,
"extended_statistics_ok": true,
"description": "BACKGROUND THUMBNAILS: Time the capture took once it started and successfully completed (ms)"
},
"FX_THUMBNAILS_BG_CAPTURE_DONE_REASON_2": {
"expires_in_version": "default",
"kind": "enumerated",
"n_values": 10,
"description": "BACKGROUND THUMBNAILS: Reason the capture completed (see TEL_CAPTURE_DONE_* constants in BackgroundPageThumbs.jsm)"
},
"FX_THUMBNAILS_BG_CAPTURE_PAGE_LOAD_TIME_MS": {
"expires_in_version": "default",
"kind": "exponential",
"high": 60000,
"n_buckets": 20,
"extended_statistics_ok": true,
"description": "BACKGROUND THUMBNAILS: Time the capture's page load took (ms)"
},
"FX_THUMBNAILS_BG_CAPTURE_CANVAS_DRAW_TIME_MS": {
"expires_in_version": "default",
"kind": "exponential",
"high": 500,
"n_buckets": 15,
"extended_statistics_ok": true,
"description": "BACKGROUND THUMBNAILS: Time it took to draw the capture's window to canvas (ms)"
},
"NETWORK_CACHE_V2_MISS_TIME_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "Time spent to find out a cache entry file is missing"
},
"NETWORK_CACHE_V2_HIT_TIME_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "Time spent to open an existing file"
},
"NETWORK_CACHE_V1_TRUNCATE_TIME_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "Time spent to reopen an entry with OPEN_TRUNCATE"
},
"NETWORK_CACHE_V1_MISS_TIME_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "Time spent to find out a cache entry is missing"
},
"NETWORK_CACHE_V1_HIT_TIME_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "Time spent to open an existing cache entry"
},
"NETWORK_CACHE_V2_OUTPUT_STREAM_STATUS": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": "7",
"description": "Final status of the CacheFileOutputStream (0=ok, 1=other error, 2=out of memory, 3=disk full, 4=file corrupted, 5=file not found, 6=binding aborted)"
},
"NETWORK_CACHE_V2_INPUT_STREAM_STATUS": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": "7",
"description": "Final status of the CacheFileInputStream (0=ok, 1=other error, 2=out of memory, 3=disk full, 4=file corrupted, 5=file not found, 6=binding aborted)"
},
"NETWORK_CACHE_FS_TYPE": {
"expires_in_version": "42",
"kind": "enumerated",
"n_values": "5",
"description": "Type of FS that the cache is stored on (0=NTFS (Win), 1=FAT32 (Win), 2=FAT (Win), 3=other FS (Win), 4=other OS)"
},
"NETWORK_CACHE_SIZE_FULL_FAT": {
"expires_in_version": "42",
"kind": "linear",
"high": "500",
"n_buckets": 50,
"description": "Size (in MB) of a cache that reached a file count limit"
},
"NETWORK_CACHE_HIT_MISS_STAT_PER_CACHE_SIZE": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 40,
"description": "Hit/Miss count split by cache size in file count (0=Hit 0-5000, 1=Miss 0-5000, 2=Hit 5001-10000, ...)"
},
"NETWORK_CACHE_HIT_RATE_PER_CACHE_SIZE": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 400,
"description": "Hit rate for a specific cache size in file count. The hit rate is split into 20 buckets, the lower limit of the range in percents is 5*n/20. The cache size is divided into 20 ranges of length 5000, the lower limit of the range is 5000*(n%20)"
},
"NETWORK_CACHE_METADATA_FIRST_READ_TIME_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "Time spent to read the first part of the metadata from the cache entry file."
},
"NETWORK_CACHE_METADATA_SECOND_READ_TIME_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "Time spent to read the missing part of the metadata from the cache entry file."
},
"NETWORK_CACHE_METADATA_FIRST_READ_SIZE": {
"expires_in_version": "never",
"kind": "linear",
"high": "5119",
"n_buckets": 256,
"description": "Guessed size of the metadata that we read from the cache file as the first part."
},
"NETWORK_CACHE_METADATA_SIZE": {
"expires_in_version": "never",
"kind": "linear",
"high": "5119",
"n_buckets": 256,
"description": "Actual size of the metadata parsed from the disk."
},
"NETWORK_CACHE_HASH_STATS": {
"expires_in_version": "46",
"kind": "enumerated",
"n_values": "160",
"description": "The longest hash match between a newly added entry and all the existing entries."
},
"DATABASE_LOCKED_EXCEPTION": {
"expires_in_version": "42",
"kind": "enumerated",
"description": "Record database locks when opening one of Fennec's databases. The index corresponds to how many attempts, beginning with 0.",
"n_values": "5"
},
"DATABASE_SUCCESSFUL_UNLOCK": {
"expires_in_version": "42",
"kind": "enumerated",
"description": "Record on which attempt we successfully unlocked a database. See DATABASE_LOCKED_EXCEPTION.",
"n_values": "5"
},
"SQLITEBRIDGE_PROVIDER_PASSWORDS_LOCKED": {
"expires_in_version": "40",
"kind": "enumerated",
"n_values": "10",
"description": "The number of errors using the PasswordsProvider due to a locked DB. *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"SQLITEBRIDGE_PROVIDER_FORMS_LOCKED": {
"expires_in_version": "40",
"kind": "enumerated",
"n_values": "10",
"description": "The number of errors using the FormHistoryProvider due to a locked DB. *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"SQLITEBRIDGE_PROVIDER_HOME_LOCKED": {
"expires_in_version": "40",
"kind": "enumerated",
"n_values": "10",
"description": "The number of errors using the HomeProvider due to a locked DB. *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"SSL_TLS12_INTOLERANCE_REASON_PRE": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 64,
"description": "detected symptom of TLS 1.2 intolerance, before considering historical info"
},
"SSL_TLS12_INTOLERANCE_REASON_POST": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 64,
"description": "detected symptom of TLS 1.2 intolerance, after considering historical info"
},
"SSL_TLS11_INTOLERANCE_REASON_PRE": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 64,
"description": "detected symptom of TLS 1.1 intolerance, before considering historical info"
},
"SSL_TLS11_INTOLERANCE_REASON_POST": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 64,
"description": "detected symptom of TLS 1.1 intolerance, after considering historical info"
},
"SSL_TLS10_INTOLERANCE_REASON_PRE": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 64,
"description": "detected symptom of TLS 1.0 intolerance, before considering historical info"
},
"SSL_TLS10_INTOLERANCE_REASON_POST": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 64,
"description": "detected symptom of TLS 1.0 intolerance, after considering historical info"
},
"SSL_VERSION_FALLBACK_INAPPROPRIATE": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 64,
"description": "TLS/SSL version intolerance was falsely detected, server rejected handshake"
},
"SSL_FALLBACK_LIMIT_REACHED": {
"expires_in_version": "default",
"kind": "enumerated",
"n_values": 16,
"description": "TLS/SSL version fallback reached the minimum version (1=TLS 1.0, 2=TLS 1.1, 3=TLS 1.2) or the fallback limit (4=TLS 1.0, 8=TLS 1.1, 12=TLS 1.2), stopped the fallback"
},
"SSL_WEAK_CIPHERS_FALLBACK": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 64,
"description": "Fallback attempted when server did not support any strong cipher suites"
},
"SSL_CIPHER_SUITE_FULL": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 128,
"description": "Negotiated cipher suite in full handshake (see key in HandshakeCallback in nsNSSCallbacks.cpp)"
},
"SSL_CIPHER_SUITE_RESUMED": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 128,
"description": "Negotiated cipher suite in resumed handshake (see key in HandshakeCallback in nsNSSCallbacks.cpp)"
},
"SSL_KEA_RSA_KEY_SIZE_FULL": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 24,
"description": "RSA KEA (TLS_RSA_*) key size in full handshake"
},
"SSL_KEA_DHE_KEY_SIZE_FULL": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 24,
"description": "DHE KEA (TLS_DHE_*) key size in full handshake"
},
"SSL_KEA_ECDHE_CURVE_FULL": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": "36",
"description": "ECDHE KEA (TLS_ECDHE_*) curve (23=P-256, 24=P-384, 25=P-521) in full handshake"
},
"SSL_AUTH_ALGORITHM_FULL": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 16,
"description": "SSL Authentication Algorithm (null=0, rsa=1, dsa=2, ecdsa=4) in full handshake"
},
"SSL_AUTH_RSA_KEY_SIZE_FULL": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 24,
"description": "RSA signature key size for TLS_*_RSA_* in full handshake"
},
"SSL_AUTH_DSA_KEY_SIZE_FULL": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 24,
"description": "DSA signature key size for TLS_*_DSS_* in full handshake"
},
"SSL_AUTH_ECDSA_CURVE_FULL": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": "36",
"description": "ECDSA signature curve for TLS_*_ECDSA_* in full handshake (23=P-256, 24=P-384, 25=P-521)"
},
"SSL_SYMMETRIC_CIPHER_FULL": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 32,
"description": "Symmetric cipher used in full handshake (null=0, rc4=1, 3des=4, aes-cbc=7, camellia=8, seed=9, aes-gcm=10)"
},
"SSL_SYMMETRIC_CIPHER_RESUMED": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 32,
"description": "Symmetric cipher used in resumed handshake (null=0, rc4=1, 3des=4, aes-cbc=7, camellia=8, seed=9, aes-gcm=10)"
},
"SSL_REASONS_FOR_NOT_FALSE_STARTING": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 512,
"description": "Bitmask of reasons we did not false start when libssl would have let us (see key in nsNSSCallbacks.cpp)"
},
"SSL_HANDSHAKE_TYPE": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 8,
"description": "Type of handshake (1=resumption, 2=false started, 3=chose not to false start, 4=not allowed to false start)"
},
"SSL_OCSP_STAPLING": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 8,
"description": "Status of OCSP stapling on this handshake (1=present, good; 2=none; 3=present, expired; 4=present, other error)"
},
"SSL_OCSP_MAY_FETCH": {
"expires_in_version": "default",
"kind": "enumerated",
"n_values": 8,
"description": "For non-stapling cases, is OCSP fetching a possibility? (0=yes, 1=no because missing/invalid OCSP URI, 2=no because fetching disabled, 3=no because both)"
},
"SSL_CERT_ERROR_OVERRIDES": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 24,
"description": "Was a certificate error overridden on this handshake? What was it? (0=unknown error (indicating bug), 1=no, >1=a specific error)"
},
"SSL_CERT_VERIFICATION_ERRORS": {
"alert_emails": ["seceng@mozilla.org"],
"expires_in_version": "default",
"kind": "enumerated",
"n_values": 100,
"description": "If certificate verification failed in a TLS handshake, what was the error? (see MapCertErrorToProbeValue in security/manager/ssl/SSLServerCertVerification.cpp and the values in security/pkix/include/pkix/Result.h)"
},
"SSL_PERMANENT_CERT_ERROR_OVERRIDES": {
"alert_emails": ["seceng@mozilla.org"],
"expires_in_version": "default",
"kind": "exponential",
"high": 1024,
"n_buckets": 10,
"description": "How many permanent certificate overrides a user has stored."
},
"SSL_SERVER_AUTH_EKU": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 10,
"description": "Presence of of the Server Authenticaton EKU in accepted SSL server certificates (0=No EKU, 1=EKU present and has id_kp_serverAuth, 2=EKU present and has id_kp_serverAuth as well as some other EKU, 3=EKU present but does not contain id_kp_serverAuth)"
},
"TELEMETRY_TEST_EXPIRED": {
"expires_in_version": "4.0a1",
"kind": "flag",
"description": "a testing histogram; not meant to be touched"
},
"TLS_ERROR_REPORT_UI": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 15,
"description": "User interaction with the TLS Error Reporter in about:neterror (0=Error seen, 1='auto' checked, 2='auto' unchecked, 3=Sent manually, 4=Sent automatically, 5=Send success, 6=Send failure, 7=Report section expanded)"
},
"CERT_OCSP_ENABLED": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Is OCSP fetching enabled? (pref security.OCSP.enabled)"
},
"CERT_OCSP_REQUIRED": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Is OCSP required when the cert has an OCSP URI? (pref security.OCSP.require)"
},
"OSFILE_WORKER_LAUNCH_MS": {
"expires_in_version": "default",
"kind": "exponential",
"description": "The duration between the instant the first message is sent to OS.File and the moment the OS.File worker starts executing JavaScript, in milliseconds",
"high": "5000",
"n_buckets": 10,
"extended_statistics_ok": true
},
"OSFILE_WORKER_READY_MS": {
"expires_in_version": "default",
"kind": "exponential",
"description": "The duration between the instant the first message is sent to OS.File and the moment the OS.File worker has finished executing its startup JavaScript and is ready to receive requests, in milliseconds",
"high": "5000",
"n_buckets": 10,
"extended_statistics_ok": true
},
"OSFILE_WRITEATOMIC_JANK_MS": {
"expires_in_version": "default",
"kind": "exponential",
"description": "The duration during which the main thread is blocked during a call to OS.File.writeAtomic, in milliseconds",
"high": "5000",
"n_buckets": 10,
"extended_statistics_ok": true
},
"CERT_VALIDATION_SUCCESS_BY_CA": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 256,
"description": "Successful SSL server cert validations by CA (see RootHashes.inc for names of CAs)"
},
"CERT_PINNING_FAILURES_BY_CA": {
"alert_emails": ["pinning@mozilla.org"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 256,
"description": "Pinning failures by CA (see RootHashes.inc for names of CAs)"
},
"CERT_PINNING_RESULTS": {
"alert_emails": ["pinning@mozilla.org"],
"expires_in_version": "never",
"kind": "boolean",
"description": "Certificate pinning results (0 = failure, 1 = success)"
},
"CERT_PINNING_TEST_RESULTS": {
"alert_emails": ["pinning@mozilla.org"],
"expires_in_version": "never",
"kind": "boolean",
"description": "Certificate pinning test results (0 = failure, 1 = success)"
},
"CERT_PINNING_MOZ_RESULTS": {
"alert_emails": ["pinning@mozilla.org"],
"expires_in_version": "never",
"kind": "boolean",
"description": "Certificate pinning results for Mozilla sites (0 = failure, 1 = success)"
},
"CERT_PINNING_MOZ_TEST_RESULTS": {
"alert_emails": ["pinning@mozilla.org"],
"expires_in_version": "never",
"kind": "boolean",
"description": "Certificate pinning test results for Mozilla sites (0 = failure, 1 = success)"
},
"CERT_PINNING_MOZ_RESULTS_BY_HOST": {
"alert_emails": ["pinning@mozilla.org"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 512,
"description": "Certificate pinning results by host for Mozilla operational sites"
},
"CERT_PINNING_MOZ_TEST_RESULTS_BY_HOST": {
"alert_emails": ["pinning@mozilla.org"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 512,
"description": "Certificate pinning test results by host for Mozilla operational sites"
},
"CERT_CHAIN_KEY_SIZE_STATUS": {
"expires_in_version": "default",
"kind": "enumerated",
"n_values": 4,
"description": "Does enforcing a larger minimum RSA key size cause verification failures? 1 = no, 2 = yes, 3 = another error prevented finding a verified chain"
},
"CERT_CHAIN_SIGNATURE_DIGEST_STATUS": {
"expires_in_version": "default",
"kind": "enumerated",
"n_values": 6,
"description": "Information on weak signature digest algorithms in the chain: 1 = Only good algorithms, 2 = a weak algorithm was present in an end entity, 3 = a weak algorithm was present in a CA cert, 4 = a weak algorithm was present in both EE and CA certs, 5 = another error prevented signature algorithm from being determined"
},
"WEAVE_CONFIGURED": {
"expires_in_version": "default",
"kind": "boolean",
"description": "If any version of Firefox Sync is configured for this device",
"releaseChannelCollection": "opt-out"
},
"WEAVE_CONFIGURED_MASTER_PASSWORD": {
"expires_in_version": "never",
"kind": "boolean",
"description": "If both Firefox Sync and Master Password are configured for this device"
},
"WEAVE_START_COUNT": {
"expires_in_version": "default",
"kind": "exponential",
"high": 1000,
"n_buckets": 10,
"description": "The number of times a sync started in this session"
},
"WEAVE_COMPLETE_SUCCESS_COUNT": {
"expires_in_version": "default",
"kind": "exponential",
"high": 1000,
"n_buckets": 10,
"description": "The number of times a sync successfully completed in this session"
},
"WEAVE_CUSTOM_LEGACY_SERVER_CONFIGURATION": {
"expires_in_version": "default",
"kind": "boolean",
"description": "Whether legacy Sync is configured to use a custom server"
},
"WEAVE_CUSTOM_FXA_SERVER_CONFIGURATION": {
"expires_in_version": "default",
"kind": "boolean",
"description": "Whether FxA Sync is configured to use a custom authentication server"
},
"WEAVE_CUSTOM_TOKEN_SERVER_CONFIGURATION": {
"expires_in_version": "50",
"kind": "boolean",
"description": "Whether FxA Sync is configured to use a custom token server"
},
"WEBCRYPTO_EXTRACTABLE_IMPORT": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Whether an imported key was marked as extractable"
},
"WEBCRYPTO_EXTRACTABLE_GENERATE": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Whether a generated key was marked as extractable"
},
"WEBCRYPTO_EXTRACTABLE_ENC": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Whether a key used in an encrypt/decrypt operation was marked as extractable"
},
"WEBCRYPTO_EXTRACTABLE_SIG": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Whether a key used in a sign/verify operation was marked as extractable"
},
"WEBCRYPTO_RESOLVED": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Whether a promise created by WebCrypto was resolved (vs rejected)"
},
"WEBCRYPTO_METHOD": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 20,
"description": "Methods invoked under window.crypto.subtle (0=encrypt, 1=decrypt, 2=sign, 3=verify, 4=digest, 5=generateKey, 6=deriveKey, 7=deriveBits, 8=importKey, 9=exportKey, 10=wrapKey, 11=unwrapKey)"
},
"WEBCRYPTO_ALG": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 30,
"description": "Algorithms used with WebCrypto (see table in WebCryptoTask.cpp)"
},
"MASTER_PASSWORD_ENABLED": {
"expires_in_version": "never",
"kind": "flag",
"description": "If a master-password is enabled for this profile"
},
"FENNEC_TILES_CACHE_HIT": {
"expires_in_version": "40",
"kind": "linear",
"high": "13",
"n_buckets": 12,
"description": "Cache hits on the tile-info metadata database *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
},
"DISPLAY_SCALING_OSX" : {
"expires_in_version": "never",
"kind": "linear",
"high": "500",
"n_buckets": "100",
"description": "Scaling percentage for the display where the first window is opened (OS X only)",
"cpp_guard": "XP_MACOSX"
},
"DISPLAY_SCALING_MSWIN" : {
"expires_in_version": "never",
"kind": "linear",
"high": "500",
"n_buckets": "100",
"description": "Scaling percentage for the display where the first window is opened (MS Windows only)",
"cpp_guard": "XP_WIN"
},
"DISPLAY_SCALING_LINUX" : {
"expires_in_version": "never",
"kind": "linear",
"high": "500",
"n_buckets": "100",
"description": "Scaling percentage for the display where the first window is opened (Linux only)",
"cpp_guard": "XP_LINUX"
},
"SOCIAL_SIDEBAR_STATE": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Social Sidebar state 0: closed, 1: opened. Toggling between providers will result in a higher opened rate."
},
"SOCIAL_TOOLBAR_BUTTONS": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 3,
"description": "Social toolbar button has been used (0:share, 1:status, 2:bookmark)"
},
"SOCIAL_PANEL_CLICKS": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 4,
"description": "Social content has been interacted with (0:share, 1:status, 2:bookmark, 3: sidebar)"
},
"SOCIAL_SIDEBAR_OPEN_DURATION": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000000",
"n_buckets": 10,
"description": "Sidebar showing: seconds that the sidebar has been opened"
},
"SHUTDOWN_PHASE_DURATION_TICKS_QUIT_APPLICATION": {
"expires_in_version": "never",
"kind": "exponential",
"high": 65,
"n_buckets": 10,
"description": "Duration of shutdown phase quit-application, as measured by the shutdown terminator, in seconds of activity"
},
"SHUTDOWN_PHASE_DURATION_TICKS_PROFILE_CHANGE_TEARDOWN": {
"expires_in_version": "never",
"kind": "exponential",
"high": 65,
"n_buckets": 10,
"description": "Duration of shutdown phase profile-change-teardown, as measured by the shutdown terminator, in seconds of activity"
},
"SHUTDOWN_PHASE_DURATION_TICKS_XPCOM_WILL_SHUTDOWN": {
"expires_in_version": "never",
"kind": "exponential",
"high": 65,
"n_buckets": 10,
"description": "Duration of shutdown phase xpcom-will-shutdown, as measured by the shutdown terminator, in seconds of activity"
},
"SHUTDOWN_PHASE_DURATION_TICKS_PROFILE_BEFORE_CHANGE": {
"expires_in_version": "never",
"kind": "exponential",
"high": 65,
"n_buckets": 10,
"description": "Duration of shutdown phase profile-before-change, as measured by the shutdown terminator, in seconds of activity"
},
"BR_9_2_1_SUBJECT_ALT_NAMES": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 8,
"description": "Baseline Requirements section 9.2.1: subject alternative names extension (0: ok, 1 or more: error)"
},
"BR_9_2_2_SUBJECT_COMMON_NAME": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 8,
"description": "Baseline Requirements section 9.2.2: subject common name field (0: present, in subject alt. names; 1: not present; 2: not present in subject alt. names)"
},
"TAP_TO_LOAD_ENABLED": {
"expires_in_version": "50",
"kind": "enumerated",
"n_values": 3,
"description": "Whether or not a user has tap-to-load enabled.",
"bug_numbers": [1208167]
},
"ZOOMED_VIEW_ENABLED": {
"expires_in_version": "50",
"kind": "boolean",
"description": "Whether or not a user has the zoomed view (a.k.a. \"Magnify small areas\") enabled.",
"alert_emails": ["mobile-frontend@mozilla.com"],
"bug_numbers": [1235061]
},
"TRACKING_PROTECTION_ENABLED": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Whether or not a session has tracking protection enabled"
},
"TRACKING_PROTECTION_PBM_DISABLED": {
"expires_in_version": "60",
"kind": "boolean",
"description": "Is the tracking protection in private browsing mode disabled?"
},
"TRACKING_PROTECTION_SHIELD": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 4,
"description": "Tracking protection shield (0 = not shown, 1 = loaded, 2 = blocked)"
},
"TRACKING_PROTECTION_EVENTS": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 3,
"description": "Doorhanger shown = 0, Disable = 1, Enable = 2"
},
"SERVICE_WORKER_REGISTRATION_LOADING": {
"expires_in_version": "never",
"kind": "exponential",
"high": "5000",
"n_buckets": 20,
"description": "Tracking how ServiceWorkerRegistrar loads data before the first content is shown. File bugs in Core::DOM in case of a Telemetry regression."
},
"SERVICE_WORKER_REQUEST_PASSTHROUGH": {
"expires_in_version": "50",
"kind": "boolean",
"description": "Intercepted fetch sending back same Request object. File bugs in Core::DOM in case of a Telemetry regression."
},
"LOOP_CLIENT_CALL_URL_REQUESTS_SUCCESS": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Stores 1 if generating a call URL succeeded, and 0 if it failed."
},
"LOOP_CLIENT_CALL_URL_SHARED": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Stores 1 every time the URL is copied or shared."
},
"LOOP_TWO_WAY_MEDIA_CONN_LENGTH_1": {
"alert_emails": ["firefox-dev@mozilla.org", "dmose@mozilla.com"],
"expires_in_version": "46",
"kind": "enumerated",
"n_values": 8,
"releaseChannelCollection": "opt-out",
"description": "Connection length for bi-directionally connected media (0=SHORTER_THAN_10S, 1=BETWEEN_10S_AND_30S, 2=BETWEEN_30S_AND_5M, 3=MORE_THAN_5M)"
},
"LOOP_SHARING_STATE_CHANGE_1": {
"alert_emails": ["firefox-dev@mozilla.org", "mdeboer@mozilla.com"],
"expires_in_version": "46",
"kind": "enumerated",
"n_values": 8,
"releaseChannelCollection": "opt-out",
"description": "Number of times the sharing feature has been enabled and disabled (0=WINDOW_ENABLED, 1=WINDOW_DISABLED, 2=BROWSER_ENABLED, 3=BROWSER_DISABLED)"
},
"LOOP_SHARING_ROOM_URL": {
"alert_emails": ["firefox-dev@mozilla.org", "mdeboer@mozilla.com"],
"expires_in_version": "46",
"kind": "enumerated",
"n_values": 8,
"releaseChannelCollection": "opt-out",
"description": "Number of times a room URL is shared (0=COPY_FROM_PANEL, 1=COPY_FROM_CONVERSATION, 2=EMAIL_FROM_CALLFAILED, 3=EMAIL_FROM_CONVERSATION)"
},
"LOOP_ROOM_CREATE": {
"alert_emails": ["firefox-dev@mozilla.org", "mdeboer@mozilla.com"],
"expires_in_version": "46",
"kind": "enumerated",
"n_values": 4,
"releaseChannelCollection": "opt-out",
"description": "Number of times a room create action is performed (0=CREATE_SUCCESS, 1=CREATE_FAIL)"
},
"LOOP_ROOM_DELETE": {
"alert_emails": ["firefox-dev@mozilla.org", "mdeboer@mozilla.com"],
"expires_in_version": "46",
"kind": "enumerated",
"n_values": 4,
"releaseChannelCollection": "opt-out",
"description": "Number of times a room delete action is performed (0=DELETE_SUCCESS, 2=DELETE_FAIL)"
},
"LOOP_ROOM_CONTEXT_ADD": {
"alert_emails": ["firefox-dev@mozilla.org", "mdeboer@mozilla.com"],
"expires_in_version": "46",
"kind": "enumerated",
"n_values": 8,
"releaseChannelCollection": "opt-out",
"description": "Number of times a room context action is performed (0=ADD_FROM_PANEL, 1=ADD_FROM_CONVERSATION)"
},
"LOOP_ROOM_CONTEXT_CLICK": {
"alert_emails": ["firefox-dev@mozilla.org", "mdeboer@mozilla.com"],
"expires_in_version": "46",
"kind": "count",
"releaseChannelCollection": "opt-out",
"description": "Number times room context is clicked to visit the attached URL"
},
"LOOP_ROOM_SESSION_WITHCHAT": {
"alert_emails": ["firefox-dev@mozilla.org", "mdeboer@mozilla.com"],
"expires_in_version": "46",
"kind": "count",
"releaseChannelCollection": "opt-out",
"description": "Number of sessions where at least one chat message was exchanged"
},
"E10S_AUTOSTART": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Whether a session is set to autostart e10s windows"
},
"E10S_STATUS": {
"alert_emails": ["firefox-dev@mozilla.org"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 12,
"releaseChannelCollection": "opt-out",
"bug_numbers": [1241294],
"description": "Why e10s is enabled or disabled (0=ENABLED_BY_USER, 1=ENABLED_BY_DEFAULT, 2=DISABLED_BY_USER, 3=DISABLED_IN_SAFE_MODE, 4=DISABLED_FOR_ACCESSIBILITY, 5=DISABLED_FOR_MAC_GFX, 6=DISABLED_FOR_BIDI, 7=DISABLED_FOR_ADDONS)"
},
"E10S_WINDOW": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Whether a browser window is set as an e10s window"
},
"E10S_STILL_ACCEPTED_FROM_PROMPT": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Whether a user who accepted e10s from the prompt is still using e10s"
},
"E10S_BLOCKED_FROM_RUNNING": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Whether the e10s pref was set but it was blocked from running due to blacklisted conditions"
},
"E10S_ADDONS_BLOCKER_RAN": {
"alert_emails": ["firefox-dev@mozilla.org"],
"expires_in_version": "48",
"kind": "flag",
"releaseChannelCollection": "opt-out",
"bug_numbers": [1248796],
"description": "Whether the code to block e10s for add-ons users was called"
},
"BLOCKED_ON_PLUGIN_MODULE_INIT_MS": {
"alert_emails": ["perf-telemetry-alerts@mozilla.com"],
"expires_in_version": "50",
"kind": "exponential",
"high": "10000",
"n_buckets": 20,
"extended_statistics_ok": true,
"keyed": true,
"description": "Time (ms) that the main thread has been blocked on LoadModule and NP_Initialize in PluginModuleParent"
},
"BLOCKED_ON_PLUGIN_INSTANCE_INIT_MS": {
"alert_emails": ["perf-telemetry-alerts@mozilla.com"],
"expires_in_version": "50",
"kind": "exponential",
"high": "10000",
"n_buckets": 20,
"extended_statistics_ok": true,
"keyed": true,
"description": "Time (ms) that the main thread has been blocked on NPP_New in an IPC plugin"
},
"BLOCKED_ON_PLUGIN_STREAM_INIT_MS": {
"alert_emails": ["perf-telemetry-alerts@mozilla.com"],
"expires_in_version": "50",
"kind": "exponential",
"high": "10000",
"n_buckets": 20,
"extended_statistics_ok": true,
"keyed": true,
"description": "Time (ms) that the main thread has been blocked on NPP_NewStream in an IPC plugin"
},
"BLOCKED_ON_PLUGINASYNCSURROGATE_WAITFORINIT_MS": {
"alert_emails": ["perf-telemetry-alerts@mozilla.com"],
"expires_in_version": "50",
"kind": "exponential",
"high": "10000",
"n_buckets": 20,
"extended_statistics_ok": true,
"keyed": true,
"description": "Time (ms) that the main thread has been blocked on PluginAsyncSurrogate::WaitForInit in an IPC plugin"
},
"BLOCKED_ON_PLUGIN_INSTANCE_DESTROY_MS": {
"alert_emails": ["perf-telemetry-alerts@mozilla.com"],
"expires_in_version": "50",
"kind": "exponential",
"high": "10000",
"n_buckets": 20,
"extended_statistics_ok": true,
"keyed": true,
"description": "Time (ms) that the main thread has been blocked on NPP_Destroy in an IPC plugin"
},
"ONBEFOREUNLOAD_PROMPT_ACTION" : {
"expires_in_version": "45",
"kind": "enumerated",
"n_values": 3,
"description": "What button a user clicked in an onbeforeunload prompt. (Stay on Page = 0, Leave Page = 1, prompt aborted = 2)"
},
"ONBEFOREUNLOAD_PROMPT_COUNT" : {
"expires_in_version": "45",
"kind": "count",
"description": "How many onbeforeunload prompts has the user encountered in their session?"
},
"SUBPROCESS_ABNORMAL_ABORT": {
"expires_in_version": "never",
"kind": "count",
"keyed": true,
"description": "Counts of plugin/content process abnormal shutdown, whether or not a crash report was available."
},
"SUBPROCESS_CRASHES_WITH_DUMP": {
"expires_in_version": "never",
"kind": "count",
"keyed": true,
"description": "Counts of plugin and content process crashes which are reported with a crash dump."
},
"PROCESS_CRASH_SUBMIT_ATTEMPT": {
"expires_in_version": "never",
"kind": "count",
"keyed": true,
"releaseChannelCollection": "opt-out",
"description": "An attempt to submit a crash. Keyed on the CrashManager Crash.type."
},
"PROCESS_CRASH_SUBMIT_SUCCESS": {
"expires_in_version": "never",
"kind": "boolean",
"keyed": true,
"releaseChannelCollection": "opt-out",
"description": "The submission status when main/plugin/content crashes are submitted. 1 is success, 0 is failure. Keyed on the CrashManager Crash.type."
},
"STUMBLER_TIME_BETWEEN_UPLOADS_SEC": {
"expires_in_version": "45",
"kind": "exponential",
"n_buckets": 50,
"high": 259200,
"description": "Stumbler: The time in seconds between uploads."
},
"STUMBLER_VOLUME_BYTES_UPLOADED_PER_SEC": {
"expires_in_version": "45",
"kind": "exponential",
"n_buckets": 50,
"high": 1000000,
"description": "Stumbler: Volume measurement of bytes uploaded, normalized to per-second."
},
"STUMBLER_TIME_BETWEEN_START_SEC": {
"expires_in_version": "45",
"kind": "exponential",
"n_buckets": 50,
"high": 259200,
"description": "Stumbler: The time between the service starts."
},
"STUMBLER_UPLOAD_BYTES": {
"expires_in_version": "45",
"kind": "exponential",
"n_buckets": 50,
"high": 1000000,
"description": "Stumbler: The bytes per upload."
},
"STUMBLER_UPLOAD_OBSERVATION_COUNT": {
"expires_in_version": "45",
"kind": "exponential",
"n_buckets": 50,
"high": 10000,
"description": "Stumbler: The observations per upload."
},
"STUMBLER_UPLOAD_CELL_COUNT": {
"expires_in_version": "45",
"kind": "exponential",
"n_buckets": 50,
"high": 10000,
"description": "Stumbler: The cells per upload."
},
"STUMBLER_UPLOAD_WIFI_AP_COUNT": {
"expires_in_version": "45",
"kind": "exponential",
"n_buckets": 50,
"high": 10000,
"description": "Stumbler: The Wi-Fi APs per upload."
},
"STUMBLER_OBSERVATIONS_PER_DAY": {
"expires_in_version": "45",
"kind": "exponential",
"n_buckets": 50,
"high": 10000,
"description": "Stumbler: The number of observations between upload events, normalized to per day."
},
"STUMBLER_TIME_BETWEEN_RECEIVED_LOCATIONS_SEC": {
"expires_in_version": "45",
"kind": "exponential",
"n_buckets": 50,
"high": 86400,
"description": "Stumbler: The time between receiving passive locations."
},
"DATA_STORAGE_ENTRIES": {
"expires_in_version": "default",
"kind": "linear",
"high": "1024",
"n_buckets": 16,
"description": "The number of entries in persistent DataStorage (HSTS and HPKP data, basically)"
},
"VIDEO_EME_PLAY_SUCCESS": {
"expires_in_version": "45",
"kind": "boolean",
"description": "EME video playback success or failure"
},
"VIDEO_MSE_JOIN_LATENCY_MS" : {
"expires_in_version": "45",
"description": "Time in MS between MSE video load and playback",
"kind": "exponential",
"high": "30000",
"n_buckets": 50
},
"VIDEO_MSE_PLAY_TIME_MS" : {
"expires_in_version": "45",
"description": "Total time spent playing MSE video",
"kind": "exponential",
"high": "7200000",
"n_buckets": 100
},
"VIDEO_MSE_BUFFERING_COUNT" : {
"expires_in_version": "45",
"description": "Count of times that MSE video was buffering",
"kind": "count"
},
"VIDEO_MSE_UNLOAD_STATE": {
"expires_in_version": "45",
"kind": "enumerated",
"n_values": 5,
"description": "MSE video state when unloading. ended = 0, paused = 1, stalled = 2, seeking = 3, other = 4"
},
"VIDEO_ADOBE_GMP_DISAPPEARED": {
"alert_emails": ["cpearce@mozilla.com"],
"expires_in_version": "50",
"kind": "flag",
"description": "Whether or not the Adobe EME GMP was expected to be resident on disk but mysteriously isn't.",
"releaseChannelCollection": "opt-out"
},
"VIDEO_ADOBE_GMP_MISSING_FILES": {
"alert_emails": ["cpearce@mozilla.com"],
"expires_in_version": "50",
"kind": "enumerated",
"n_values" : 8,
"description": "Adobe EME GMP files missing (0=none, or sum of: 1=library, 2=info, 4=voucher)",
"releaseChannelCollection": "opt-out"
},
"VIDEO_OPENH264_GMP_DISAPPEARED": {
"alert_emails": ["cpearce@mozilla.com", "rjesup@mozilla.com"],
"expires_in_version": "50",
"kind": "flag",
"description": "Whether or not the OpenH264 GMP was expected to be resident on disk but mysteriously isn't.",
"releaseChannelCollection": "opt-out"
},
"VIDEO_OPENH264_GMP_MISSING_FILES": {
"alert_emails": ["cpearce@mozilla.com", "rjesup@mozilla.com"],
"expires_in_version": "50",
"kind": "enumerated",
"n_values" : 4,
"description": "OpenH264 GMP files missing (0=none, or sum of: 1=library, 2=info)",
"releaseChannelCollection": "opt-out"
},
"MEDIA_CODEC_USED": {
"alert_emails": ["cpearce@mozilla.com"],
"expires_in_version": "never",
"keyed": true,
"kind": "count",
"description": "Count of use of audio/video codecs in HTMLMediaElements and WebAudio. Those with 'resource' prefix are approximate; report based on HTTP ContentType or sniffing. Those with 'webaudio' prefix are for WebAudio."
},
"FX_SANITIZE_TOTAL": {
"alert_emails": ["firefox-dev@mozilla.org", "gavin@mozilla.com"],
"expires_in_version": "50",
"kind": "exponential",
"high": "30000",
"n_buckets": 20,
"extended_statistics_ok": true,
"description": "Sanitize: Total time it takes to sanitize (ms)"
},
"FX_SANITIZE_CACHE": {
"alert_emails": ["firefox-dev@mozilla.org", "gavin@mozilla.com"],
"expires_in_version": "50",
"kind": "exponential",
"high": "30000",
"n_buckets": 20,
"extended_statistics_ok": true,
"description": "Sanitize: Time it takes to sanitize the cache (ms)"
},
"FX_SANITIZE_COOKIES": {
"alert_emails": ["firefox-dev@mozilla.org", "gavin@mozilla.com"],
"expires_in_version": "50",
"kind": "exponential",
"high": "30000",
"n_buckets": 20,
"extended_statistics_ok": true,
"description": "Sanitize: Time it takes to sanitize cookies (ms)"
},
"FX_SANITIZE_COOKIES_2": {
"alert_emails": ["firefox-dev@mozilla.org"],
"expires_in_version": "50",
"kind": "exponential",
"high": "30000",
"n_buckets": 20,
"extended_statistics_ok": true,
"description": "Sanitize: Time it takes to sanitize firefox cookies (ms). A subset of FX_SANITIZE_COOKIES."
},
"FX_SANITIZE_PLUGINS": {
"alert_emails": ["firefox-dev@mozilla.org"],
"expires_in_version": "50",
"kind": "exponential",
"high": "30000",
"n_buckets": 20,
"extended_statistics_ok": true,
"description": "Sanitize: Time it takes to sanitize plugin cookies (ms). A subset of FX_SANITIZE_COOKIES."
},
"FX_SANITIZE_OFFLINEAPPS": {
"alert_emails": ["firefox-dev@mozilla.org", "gavin@mozilla.com"],
"expires_in_version": "50",
"kind": "exponential",
"high": "30000",
"n_buckets": 20,
"extended_statistics_ok": true,
"description": "Sanitize: Time it takes to sanitize stored offline app data (ms)"
},
"FX_SANITIZE_HISTORY": {
"alert_emails": ["firefox-dev@mozilla.org", "gavin@mozilla.com"],
"expires_in_version": "50",
"kind": "exponential",
"high": "30000",
"n_buckets": 20,
"extended_statistics_ok": true,
"description": "Sanitize: Time it takes to sanitize history (ms)"
},
"FX_SANITIZE_FORMDATA": {
"alert_emails": ["firefox-dev@mozilla.org", "gavin@mozilla.com"],
"expires_in_version": "50",
"kind": "exponential",
"high": "30000",
"n_buckets": 20,
"extended_statistics_ok": true,
"description": "Sanitize: Time it takes to sanitize stored form data (ms)"
},
"FX_SANITIZE_DOWNLOADS": {
"alert_emails": ["firefox-dev@mozilla.org", "gavin@mozilla.com"],
"expires_in_version": "50",
"kind": "exponential",
"high": "30000",
"n_buckets": 20,
"extended_statistics_ok": true,
"description": "Sanitize: Time it takes to sanitize recent downloads (ms)"
},
"FX_SANITIZE_SESSIONS": {
"alert_emails": ["firefox-dev@mozilla.org", "gavin@mozilla.com"],
"expires_in_version": "50",
"kind": "exponential",
"high": "30000",
"n_buckets": 20,
"extended_statistics_ok": true,
"description": "Sanitize: Time it takes to sanitize saved sessions (ms)"
},
"FX_SANITIZE_SITESETTINGS": {
"alert_emails": ["firefox-dev@mozilla.org", "gavin@mozilla.com"],
"expires_in_version": "50",
"kind": "exponential",
"high": "30000",
"n_buckets": 20,
"extended_statistics_ok": true,
"description": "Sanitize: Time it takes to sanitize site-specific settings (ms)"
},
"FX_SANITIZE_OPENWINDOWS": {
"alert_emails": ["firefox-dev@mozilla.org", "gavin@mozilla.com"],
"expires_in_version": "50",
"kind": "exponential",
"high": "30000",
"n_buckets": 20,
"extended_statistics_ok": true,
"description": "Sanitize: Time it takes to sanitize the open windows list (ms)"
},
"PWMGR_ABOUT_LOGINS_GET_ALL_LOGINS_MS": {
"expires_in_version": "55",
"kind": "exponential",
"high": 60000,
"n_buckets": 30,
"extended_statistics_ok": true,
"description": "How long getAllLogins() on about:logins takes for mobile users"
},
"PWMGR_ABOUT_LOGINS_USAGE": {
"expires_in_version": "55",
"kind": "enumerated",
"n_values": 12,
"description": "Usage of about:logins 0= list of logins viewed, 1=a login's specifics page was viewed, 2=user edited login credentials 3=user toggled the show/hide button"
},
"PWMGR_BLOCKLIST_NUM_SITES": {
"expires_in_version": "never",
"kind": "exponential",
"high": 100,
"n_buckets" : 10,
"extended_statistics_ok": true,
"description": "The number of sites for which the user has explicitly rejected saving logins"
},
"PWMGR_FORM_ACTION_EFFECT": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values" : 5,
"description": "The effect of the form action on signon autofill. (0=No effect, 1=Fewer logins after considering the form action, 2=No logins match form origin and action."
},
"PWMGR_FORM_AUTOFILL_RESULT": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values" : 20,
"description": "The result of auto-filling a login form. See http://mzl.la/1Mbs6jL for bucket descriptions."
},
"PWMGR_LOGIN_LAST_USED_DAYS": {
"expires_in_version": "never",
"kind": "exponential",
"high": 750,
"n_buckets" : 40,
"description": "Time in days each saved login was last used"
},
"PWMGR_LOGIN_PAGE_SAFETY": {
"expires_in_version": "55",
"kind": "enumerated",
"n_values": 8,
"description": "The safety of a page where we see a password field. (0: safe page & safe submit; 1: safe page & unsafe submit; 2: safe page & unknown submit; 3: unsafe page & safe submit; 4: unsafe page & unsafe submit; 5: unsafe page & unknown submit)"
},
"PWMGR_MANAGE_COPIED_PASSWORD": {
"expires_in_version": "never",
"kind": "count",
"description": "Count of passwords copied from the password management interface"
},
"PWMGR_MANAGE_COPIED_USERNAME": {
"expires_in_version": "never",
"kind": "count",
"description": "Count of usernames copied from the password management interface"
},
"PWMGR_MANAGE_DELETED": {
"expires_in_version": "never",
"kind": "count",
"description": "Count of passwords deleted from the password management interface (including via Remove All)"
},
"PWMGR_MANAGE_DELETED_ALL": {
"expires_in_version": "never",
"kind": "count",
"description": "Count of times that Remove All was used from the password management interface"
},
"PWMGR_MANAGE_OPENED": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values" : 5,
"description": "Accumulates how the password management interface was opened. (0=Preferences, 1=Page Info)"
},
"PWMGR_MANAGE_SORTED": {
"expires_in_version": "never",
"keyed": true,
"kind": "count",
"description": "Reports the column that logins are sorted by"
},
"PWMGR_MANAGE_VISIBILITY_TOGGLED": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Whether the visibility of passwords was toggled (0=Hide, 1=Show)"
},
"PWMGR_NUM_PASSWORDS_PER_HOSTNAME": {
"expires_in_version": "never",
"kind": "linear",
"high": 21,
"n_buckets" : 20,
"description": "The number of passwords per hostname"
},
"PWMGR_NUM_SAVED_PASSWORDS": {
"expires_in_version": "never",
"kind": "exponential",
"high": 750,
"n_buckets" : 50,
"extended_statistics_ok": true,
"description": "Total number of saved logins, including those that cannot be decrypted"
},
"PWMGR_NUM_HTTPAUTH_PASSWORDS": {
"expires_in_version": "never",
"kind": "exponential",
"high": 750,
"n_buckets" : 50,
"description": "Number of HTTP Auth logins"
},
"PWMGR_PASSWORD_INPUT_IN_FORM": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Whether an <input type=password> is associated with a <form> when it is added to a document"
},
"PWMGR_PROMPT_REMEMBER_ACTION" : {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 5,
"description": "Action taken by user through prompt for creating a login. (0=Prompt displayed [always recorded], 1=Add login, 2=Don't save now, 3=Never save)"
},
"PWMGR_PROMPT_UPDATE_ACTION" : {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 5,
"description": "Action taken by user through prompt for modifying a login. (0=Prompt displayed [always recorded], 1=Update login)"
},
"PWMGR_SAVING_ENABLED": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Number of users who have password saving on globally"
},
"PWMGR_USERNAME_PRESENT": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Whether a saved login has a username"
},
"FENNEC_SYNC11_MIGRATION_SENTINELS_SEEN": {
"expires_in_version": "45",
"kind": "count",
"description": "The number of Sync 1.1 -> Sync 1.5 migration sentinels seen by Android Sync."
},
"FENNEC_SYNC11_MIGRATIONS_FAILED": {
"expires_in_version": "45",
"kind": "count",
"description": "The number of Sync 1.1 -> Sync 1.5 migrations that failed during Android Sync."
},
"FENNEC_SYNC11_MIGRATIONS_SUCCEEDED": {
"expires_in_version": "45",
"kind": "count",
"description": "The number of Sync 1.1 -> Sync 1.5 migrations that succeeded during Android Sync."
},
"FENNEC_SYNC11_MIGRATION_NOTIFICATIONS_OFFERED": {
"expires_in_version": "45",
"kind": "exponential",
"high": 500,
"n_buckets": 5,
"description": "The number of Sync 1.5 'complete upgrade/migration' notifications offered by Android Sync."
},
"FENNEC_SYNC11_MIGRATIONS_COMPLETED": {
"expires_in_version": "45",
"kind": "count",
"description": "The number of Sync 1.5 migrations completed by Android Sync."
},
"FENNEC_SYNC_NUMBER_OF_SYNCS_STARTED": {
"expires_in_version": "45",
"kind": "count",
"description": "Counts the number of times that a sync has started."
},
"FENNEC_SYNC_NUMBER_OF_SYNCS_COMPLETED": {
"expires_in_version": "45",
"kind": "count",
"description": "Counts the number of times that a sync has completed with no errors."
},
"FENNEC_SYNC_NUMBER_OF_SYNCS_FAILED": {
"expires_in_version": "45",
"kind": "count",
"description": "Counts the number of times that a sync has failed with errors."
},
"FENNEC_SYNC_NUMBER_OF_SYNCS_FAILED_BACKOFF": {
"expires_in_version": "45",
"kind": "count",
"description": "Counts the number of times that a sync has failed because of trying to sync before server backoff interval has passed."
},
"ABOUT_ACCOUNTS_CONTENT_SERVER_LOAD_STARTED_COUNT": {
"alert_emails": ["mobile-frontend@mozilla.com"],
"expires_in_version": "50",
"kind": "count",
"keyed": true,
"description": "The number of remote content loads started. Keyed on fxa-content-server endpoint, like '/signin' or '/settings'."
},
"ABOUT_ACCOUNTS_CONTENT_SERVER_LOADED_RATE": {
"alert_emails": ["mobile-frontend@mozilla.com"],
"expires_in_version": "50",
"kind": "boolean",
"keyed": true,
"description": "The number of remote content loads that fail (0) vs. receive the remote 'LOADED' message (1). Keyed on fxa-content-server endpoint path, like '/signin' or '/settings'."
},
"ABOUT_ACCOUNTS_CONTENT_SERVER_LOADED_TIME_MS": {
"alert_emails": ["mobile-frontend@mozilla.com"],
"expires_in_version": "50",
"keyed": true,
"kind": "exponential",
"high": "60000",
"n_buckets": 50,
"description": "The length of time (in milliseconds) between starting remote content load and receiving the remote 'LOADED' message. Keyed on fxa-content-server endpoint path, like '/signin' or '/settings'."
},
"ABOUT_ACCOUNTS_CONTENT_SERVER_FAILURE_TIME_MS": {
"alert_emails": ["mobile-frontend@mozilla.com"],
"expires_in_version": "50",
"keyed": true,
"kind": "exponential",
"high": "60000",
"n_buckets": 50,
"description": "The length of time (in milliseconds) between starting remote content load and failing with a connection error. Keyed on fxa-content-server endpoint path, like '/signin' or '/settings'."
},
"SLOW_SCRIPT_NOTICE_COUNT": {
"alert_emails": ["perf-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "count",
"description": "Count slow script notices"
},
"PLUGIN_HANG_NOTICE_COUNT": {
"alert_emails": ["perf-telemetry-alerts@mozilla.com"],
"expires_in_version": "never",
"kind": "count",
"description": "Count plugin hang notices in e10s"
},
"SERVICE_WORKER_SPAWN_ATTEMPTS": {
"expires_in_version": "50",
"kind": "count",
"description": "Count attempts to spawn a ServiceWorker for a domain. File bugs in Core::DOM in case of a Telemetry regression."
},
"SERVICE_WORKER_WAS_SPAWNED": {
"expires_in_version": "50",
"kind": "count",
"description": "Count ServiceWorkers that really did get a thread created for them. File bugs in Core::DOM in case of a Telemetry regression."
},
"SERVICE_WORKER_SPAWN_GETS_QUEUED": {
"expires_in_version": "50",
"kind": "count",
"description": "Tracking whether a ServiceWorker spawn gets queued due to hitting max workers per domain limit. File bugs in Core::DOM in case of a Telemetry regression."
},
"SHARED_WORKER_SPAWN_GETS_QUEUED": {
"expires_in_version": "50",
"kind": "count",
"description": "Tracking whether a SharedWorker spawn gets queued due to hitting max workers per domain limit. File bugs in Core::DOM in case of a Telemetry regression."
},
"SERVICE_WORKER_REGISTRATIONS": {
"expires_in_version": "50",
"kind": "count",
"description": "Count how many registrations occurs. File bugs in Core::DOM in case of a Telemetry regression."
},
"SERVICE_WORKER_CONTROLLED_DOCUMENTS": {
"expires_in_version": "50",
"kind": "count",
"description": "Count whenever a document is controlled. File bugs in Core::DOM in case of a Telemetry regression."
},
"SERVICE_WORKER_UPDATED": {
"expires_in_version": "50",
"kind": "count",
"description": "Count ServiceWorkers scripts that are updated. File bugs in Core::DOM in case of a Telemetry regression."
},
"SERVICE_WORKER_LIFE_TIME": {
"expires_in_version": "50",
"kind": "exponential",
"high": "120000",
"n_buckets": 20,
"description": "Tracking how long a ServiceWorker stays alive after it is spawned. File bugs in Core::DOM in case of a Telemetry regression."
},
"GRAPHICS_SANITY_TEST": {
"expires_in_version": "never",
"alert_emails": ["gfx-telemetry-alerts@mozilla.com"],
"kind": "enumerated",
"n_values": 20,
"releaseChannelCollection": "opt-out",
"description": "Reports results from the graphics sanity test to track which drivers are having problems (0=TEST_PASSED, 1=TEST_FAILED_RENDER, 2=TEST_FAILED_VIDEO, 3=TEST_CRASHED)"
},
"READER_MODE_SERIALIZE_DOM_MS": {
"expires_in_version": "50",
"alert_emails": ["mleibovic@mozilla.com"],
"kind": "exponential",
"high": "5000",
"n_buckets": 15,
"description": "Time (ms) to serialize a DOM to send to the reader worker"
},
"READER_MODE_WORKER_PARSE_MS": {
"expires_in_version": "50",
"alert_emails": ["mleibovic@mozilla.com"],
"kind": "exponential",
"high": "10000",
"n_buckets": 30,
"description": "Time (ms) for the reader worker to parse a document"
},
"READER_MODE_DOWNLOAD_MS": {
"expires_in_version": "50",
"alert_emails": ["mleibovic@mozilla.com"],
"kind": "exponential",
"low": 50,
"high": "40000",
"n_buckets": 60,
"description": "Time (ms) to download a document to show in reader mode"
},
"READER_MODE_PARSE_RESULT" : {
"expires_in_version": "50",
"alert_emails": ["mleibovic@mozilla.com"],
"kind": "enumerated",
"n_values": 5,
"description": "The result of trying to parse a document to show in reader view (0=Success, 1=Error too many elements, 2=Error in worker, 3=Error no article)"
},
"READER_MODE_DOWNLOAD_RESULT" : {
"expires_in_version": "50",
"alert_emails": ["mleibovic@mozilla.com"],
"kind": "enumerated",
"n_values": 5,
"description": "The result of trying to download a document to show in reader view (0=Success, 1=Error XHR, 2=Error no document)"
},
"FENNEC_READER_VIEW_BUTTON" : {
"expires_in_version": "50",
"alert_emails": ["mleibovic@mozilla.com"],
"kind": "enumerated",
"n_values": 10,
"description": "Bug 1219240: Measures user interaction with the reader view button (0=Button hidden, 1=Button shown, 2=Tap to enter reader view, 3=Tap to exit reader view, 4=Long tap)"
},
"PERMISSIONS_SQL_CORRUPTED": {
"expires_in_version": "never",
"kind": "count",
"description": "Record the permissions.sqlite init failure"
},
"DEFECTIVE_PERMISSIONS_SQL_REMOVED": {
"expires_in_version": "never",
"kind": "count",
"description": "Record the removal of defective permissions.sqlite"
},
"FENNEC_TABQUEUE_QUEUESIZE" : {
"expires_in_version": "never",
"kind": "exponential",
"high": "50",
"n_buckets": 10,
"description": "The number of tabs queued when opened."
},
"FENNEC_TABQUEUE_PROMPT_ENABLE_YES" : {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 3,
"description": "The number of times the tab queue prompt was seen before the user selected YES."
},
"FENNEC_TABQUEUE_PROMPT_ENABLE_NO" : {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 3,
"description": "The number of times the tab queue prompt was seen before the user selected NO."
},
"FENNEC_TABQUEUE_ENABLED": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Has the tab queue functionality been enabled."
},
"FENNEC_OPEN_URLS_IN_PRIVATE": {
"alert_emails": ["margaret@mozilla.com"],
"expires_in_version": "45",
"kind": "flag",
"description": "Reports the state of the open external links in private tabs preference"
},
"VIDEO_EME_DISABLED": {
"alert_emails": ["edwin@mozilla.com"],
"expires_in_version": "45",
"kind": "boolean",
"description": "Set if media.eme.enabled is false, in a build that supports the Adobe Primetime Content Decryption Module."
},
"GRAPHICS_DRIVER_STARTUP_TEST": {
"alert_emails": ["danderson@mozilla.com"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 20,
"releaseChannelCollection": "opt-out",
"description": "Reports whether or not graphics drivers crashed during startup."
},
"GRAPHICS_SANITY_TEST_OS_SNAPSHOT": {
"alert_emails": ["danderson@mozilla.com"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 10,
"releaseChannelCollection": "opt-out",
"description": "Reports whether the graphics sanity test passed an OS snapshot test. 0=Pass, 1=Fail, 2=Error, 3=Timed out."
},
"DEVTOOLS_HUD_JANK": {
"alert_emails": ["rnicoletti@mozilla.com","thills@mozilla.com"],
"expires_in_version": "52",
"kind": "exponential",
"keyed": "true",
"description": "The duration which a thread is blocked in ms, keyed by appName.",
"high": "5000",
"n_buckets": 10
},
"DEVTOOLS_HUD_REFLOW_DURATION": {
"alert_emails": ["rnicoletti@mozilla.com","thills@mozilla.com"],
"expires_in_version": "52",
"kind": "exponential",
"keyed": "true",
"description": "The duration a reflow takes in ms, keyed by appName.",
"high": "1000",
"n_buckets": 10
},
"DEVTOOLS_HUD_REFLOWS": {
"alert_emails": ["rnicoletti@mozilla.com","thills@mozilla.com"],
"expires_in_version": "52",
"kind": "count",
"keyed": "true",
"description": "A count of the number of reflows, keyed by appName."
},
"DEVTOOLS_HUD_SECURITY_CATEGORY": {
"alert_emails": ["rnicoletti@mozilla.com","thills@mozilla.com"],
"expires_in_version": "52",
"kind": "enumerated",
"keyed": "true",
"description": "The security error enums, keyed by appName.",
"n_values": 8
},
"DEVTOOLS_HUD_ERRORS": {
"alert_emails": ["rnicoletti@mozilla.com","thills@mozilla.com"],
"expires_in_version": "52",
"kind": "count",
"keyed": "true",
"description": "Number of errors, keyed by appName."
},
"DEVTOOLS_HUD_WARNINGS": {
"alert_emails": ["rnicoletti@mozilla.com","thills@mozilla.com"],
"expires_in_version": "52",
"kind": "count",
"keyed": "true",
"description": "Number of warnings, keyed by appName."
},
"DEVTOOLS_HUD_USS": {
"alert_emails": ["rnicoletti@mozilla.com","thills@mozilla.com"],
"expires_in_version": "52",
"kind": "linear",
"keyed": "true",
"low": "20000000",
"high": "100000000",
"n_buckets": 52,
"description": "The USS memory consumed by an application, keyed by appName."
},
"DEVTOOLS_HUD_APP_STARTUP_TIME_CONTENTINTERACTIVE": {
"alert_emails": ["rnicoletti@mozilla.com","thills@mozilla.com"],
"expires_in_version": "52",
"kind": "linear",
"keyed": "true",
"description": "The duration in ms between application launch and the 'contentInteractive' performance mark, keyed by appName.",
"high": "2000",
"n_buckets": 10
},
"DEVTOOLS_HUD_APP_STARTUP_TIME_NAVIGATIONINTERACTIVE": {
"alert_emails": ["rnicoletti@mozilla.com","thills@mozilla.com"],
"expires_in_version": "52",
"kind": "linear",
"keyed": "true",
"description": "The duration in ms between application launch and the 'navigationInteractive' performance mark, keyed by appName.",
"high": "3000",
"n_buckets": 10
},
"DEVTOOLS_HUD_APP_STARTUP_TIME_NAVIGATIONLOADED": {
"alert_emails": ["rnicoletti@mozilla.com","thills@mozilla.com"],
"expires_in_version": "52",
"kind": "linear",
"keyed": "true",
"description": "The duration in ms between application launch and the 'navigationLoaded' performance mark, keyed by appName.",
"high": "4000",
"n_buckets": 10
},
"DEVTOOLS_HUD_APP_STARTUP_TIME_VISUALLYLOADED": {
"alert_emails": ["rnicoletti@mozilla.com","thills@mozilla.com"],
"expires_in_version": "52",
"kind": "linear",
"keyed": "true",
"description": "The duration in ms between application launch and the 'visuallyLoaded' performance mark, keyed by appName.",
"high": "5000",
"n_buckets": 10
},
"DEVTOOLS_HUD_APP_STARTUP_TIME_MEDIAENUMERATED": {
"alert_emails": ["rnicoletti@mozilla.com","thills@mozilla.com"],
"expires_in_version": "52",
"kind": "linear",
"keyed": "true",
"description": "The duration in ms between application launch and the 'mediaEnumerated' performance mark, keyed by appName.",
"high": "5000",
"n_buckets": 10
},
"DEVTOOLS_HUD_APP_STARTUP_TIME_FULLYLOADED": {
"alert_emails": ["rnicoletti@mozilla.com","thills@mozilla.com"],
"expires_in_version": "52",
"kind": "linear",
"keyed": "true",
"description": "The duration in ms between application launch and the 'fullyLoaded' performance mark, keyed by appName.",
"high": "30000",
"n_buckets": 30
},
"DEVTOOLS_HUD_APP_STARTUP_TIME_SCANEND": {
"alert_emails": ["rnicoletti@mozilla.com","thills@mozilla.com"],
"expires_in_version": "52",
"kind": "linear",
"keyed": "true",
"description": "The duration in ms between application launch and the 'scanEnd' performance mark, keyed by appName.",
"high": "30000",
"n_buckets": 30
},
"DEVTOOLS_HUD_APP_MEMORY_CONTENTINTERACTIVE_V2": {
"alert_emails": ["rnicoletti@mozilla.com","thills@mozilla.com"],
"expires_in_version": "52",
"kind": "linear",
"keyed": "true",
"description": "The USS memory consumed by an application at the time of the 'contentInteractive' performance mark, keyed by appName.",
"low": "20000000",
"high": "30000000",
"n_buckets": 10
},
"DEVTOOLS_HUD_APP_MEMORY_NAVIGATIONINTERACTIVE_V2": {
"alert_emails": ["rnicoletti@mozilla.com","thills@mozilla.com"],
"expires_in_version": "52",
"kind": "linear",
"keyed": "true",
"description": "The USS memory consumed by an application at the time of the 'navigationInteractive' performance mark, keyed by appName.",
"low": "20000000",
"high": "30000000",
"n_buckets": 10
},
"DEVTOOLS_HUD_APP_MEMORY_NAVIGATIONLOADED_V2": {
"alert_emails": ["rnicoletti@mozilla.com","thills@mozilla.com"],
"expires_in_version": "52",
"kind": "linear",
"keyed": "true",
"description": "The USS memory consumed by an application at the time of the 'navigationLoaded' performance mark, keyed by appName.",
"low": "20000000",
"high": "30000000",
"n_buckets": 10
},
"DEVTOOLS_HUD_APP_MEMORY_VISUALLYLOADED_V2": {
"alert_emails": ["rnicoletti@mozilla.com","thills@mozilla.com"],
"expires_in_version": "52",
"kind": "linear",
"keyed": "true",
"description": "The USS memory consumed by an application at the time of the 'visuallyLoaded' performance mark, keyed by appName.",
"low": "20000000",
"high": "30000000",
"n_buckets": 10
},
"DEVTOOLS_HUD_APP_MEMORY_MEDIAENUMERATED_V2": {
"alert_emails": ["rnicoletti@mozilla.com","thills@mozilla.com"],
"expires_in_version": "52",
"kind": "linear",
"keyed": "true",
"description": "The USS memory consumed by an application at the time of the 'mediaEnumerated' performance mark, keyed by appName.",
"low": "20000000",
"high": "40000000",
"n_buckets": 10
},
"DEVTOOLS_HUD_APP_MEMORY_FULLYLOADED_V2": {
"alert_emails": ["rnicoletti@mozilla.com","thills@mozilla.com"],
"expires_in_version": "52",
"kind": "linear",
"keyed": "true",
"description": "The USS memory consumed by an application at the time of the 'fullyLoaded' performance mark, keyed by appName.",
"low": "20000000",
"high": "40000000",
"n_buckets": 20
},
"DEVTOOLS_HUD_APP_MEMORY_SCANEND_V2": {
"alert_emails": ["rnicoletti@mozilla.com","thills@mozilla.com"],
"expires_in_version": "52",
"kind": "linear",
"keyed": "true",
"description": "The USS memory consumed by an application at the time of the 'scanEnd' performance mark, keyed by appName.",
"low": "20000000",
"high": "40000000",
"n_buckets": 20
},
"GRAPHICS_SANITY_TEST_REASON": {
"alert_emails": ["danderson@mozilla.com"],
"expires_in_version": "43",
"kind": "enumerated",
"n_values": 20,
"releaseChannelCollection": "opt-out",
"description": "Reports why a graphics sanity test was run. 0=First Run, 1=App Updated, 2=Device Change, 3=Driver Change."
},
"TRANSLATION_OPPORTUNITIES": {
"expires_in_version": "default",
"kind": "boolean",
"description": "A number of successful and failed attempts to translate a document"
},
"TRANSLATION_OPPORTUNITIES_BY_LANGUAGE": {
"expires_in_version": "default",
"kind": "boolean",
"keyed": true,
"description": "A number of successful and failed attempts to translate a document grouped by language"
},
"TRANSLATED_PAGES": {
"expires_in_version": "default",
"kind": "count",
"description": "A number of sucessfully translated pages"
},
"TRANSLATED_PAGES_BY_LANGUAGE": {
"expires_in_version": "default",
"kind": "count",
"keyed": true,
"description": "A number of sucessfully translated pages by language"
},
"TRANSLATED_CHARACTERS": {
"expires_in_version": "default",
"kind": "exponential",
"high": "10 * 1024",
"n_buckets": 50,
"description": "A number of sucessfully translated characters"
},
"DENIED_TRANSLATION_OFFERS": {
"expires_in_version": "default",
"kind": "count",
"description": "A number of tranlation offers the user denied"
},
"AUTO_REJECTED_TRANSLATION_OFFERS": {
"expires_in_version": "default",
"kind": "count",
"description": "A number of auto-rejected tranlation offers"
},
"REQUESTS_OF_ORIGINAL_CONTENT": {
"expires_in_version": "default",
"kind": "count",
"description": "A number of times the user requested to see the original content of a translated page"
},
"CHANGES_OF_TARGET_LANGUAGE": {
"expires_in_version": "default",
"kind": "count",
"description": "A number of times when the target language was changed by the user"
},
"CHANGES_OF_DETECTED_LANGUAGE": {
"expires_in_version": "default",
"kind": "boolean",
"description": "A number of changes of detected language before (true) or after (false) translating a page for the first time."
},
"SHOULD_TRANSLATION_UI_APPEAR": {
"expires_in_version": "default",
"kind": "flag",
"description": "Tracks situations when the user opts for displaying translation UI"
},
"SHOULD_AUTO_DETECT_LANGUAGE": {
"expires_in_version": "default",
"kind": "flag",
"description": "Tracks situations when the user opts for auto-detecting the language of a page"
},
"PERMISSIONS_REMIGRATION_COMPARISON": {
"alert_emails": ["michael@thelayzells.com"],
"expires_in_version": "44",
"kind": "enumerated",
"n_values": 10,
"description": "Reports a comparison between row count of original and re-migration of the v7 permissions DB. 0=New == 0, 1=New < Old, 2=New == Old, 3=New > Old"
},
"PERMISSIONS_MIGRATION_7_ERROR": {
"alert_emails": ["michael@thelayzells.com"],
"expires_in_version": "44",
"kind": "boolean",
"description": "Was there an error while performing the v7 permissions DB migration?"
},
"LOOP_ICE_FINAL_CONNECTION_STATE": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 7,
"description": "The ICE connection state when the PC was closed"
},
"LOOP_ICE_SUCCESS_TIME": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "20",
"description": "The length of time (in milliseconds) it took for ICE to complete, given that ICE succeeded."
},
"LOOP_ICE_FAILURE_TIME": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "20",
"description": "The length of time (in milliseconds) it took for ICE to complete, given that it failed."
},
"LOOP_ICE_SUCCESS_RATE": {
"expires_in_version": "never",
"kind": "boolean",
"description": "The number of failed ICE Connections (0) vs. number of successful ICE connections (1)."
},
"LOOP_VIDEO_QUALITY_INBOUND_BANDWIDTH_KBITS": {
"expires_in_version": "never",
"kind": "exponential",
"high": 1000000,
"n_buckets": 1000,
"description": "Locally measured data rate of inbound video (kbit/s). Computed every second of a call."
},
"LOOP_AUDIO_QUALITY_INBOUND_BANDWIDTH_KBITS": {
"expires_in_version": "never",
"kind": "exponential",
"high": 1000000,
"n_buckets": 1000,
"description": "Locally measured data rate on inbound audio (kbit/s). Computed every second of a call."
},
"LOOP_VIDEO_QUALITY_OUTBOUND_BANDWIDTH_KBITS": {
"expires_in_version": "never",
"kind": "exponential",
"high": 1000000,
"n_buckets": 1000,
"description": "Data rate deduced from RTCP from remote recipient of outbound video (kbit/s). Computed every second of a call (for easy comparison)."
},
"LOOP_AUDIO_QUALITY_OUTBOUND_BANDWIDTH_KBITS": {
"expires_in_version": "never",
"kind": "exponential",
"high": 1000000,
"n_buckets": 1000,
"description": "Data rate deduced from RTCP from remote recipient of outbound audio (kbit/s). Computed every second of a call (for easy comparison)."
},
"LOOP_VIDEO_ERROR_RECOVERY_MS": {
"expires_in_version": "never",
"kind": "exponential",
"high": 10000,
"n_buckets": 500,
"description": "Time to recover from a video error in ms"
},
"LOOP_VIDEO_RECOVERY_BEFORE_ERROR_PER_MIN": {
"expires_in_version": "never",
"kind": "exponential",
"high": 1000,
"n_buckets": 200,
"description": "Number of losses recovered before error per min"
},
"LOOP_VIDEO_RECOVERY_AFTER_ERROR_PER_MIN": {
"expires_in_version": "never",
"kind": "exponential",
"high": 1000,
"n_buckets": 200,
"description": "Number of losses recovered after error per min"
},
"LOOP_VIDEO_DECODE_ERROR_TIME_PERMILLE": {
"expires_in_version": "never",
"kind": "exponential",
"high": 1000,
"n_buckets": 100,
"description": "Percentage*10 (permille) of call decoding with errors or frozen due to errors"
},
"LOOP_VIDEO_QUALITY_OUTBOUND_RTT": {
"expires_in_version": "never",
"kind": "exponential",
"high": 10000,
"n_buckets": 1000,
"description": "Roundtrip time of outbound video (ms). Sampled every second of a call."
},
"LOOP_AUDIO_QUALITY_OUTBOUND_RTT": {
"expires_in_version": "never",
"kind": "exponential",
"high": 10000,
"n_buckets": 1000,
"description": "Roundtrip time of outbound audio (ms). Sampled every second of a call."
},
"LOOP_VIDEO_ENCODER_BITRATE_AVG_PER_CALL_KBPS": {
"expires_in_version": "never",
"kind": "exponential",
"high": 10000,
"n_buckets": 100,
"description": "Video encoder's average bitrate (in kbits/s) over an entire call"
},
"LOOP_VIDEO_ENCODER_BITRATE_STD_DEV_PER_CALL_KBPS": {
"expires_in_version": "never",
"kind": "exponential",
"high": 5000,
"n_buckets": 100,
"description": "Standard deviation from video encoder's average bitrate (in kbits/s) over an entire call"
},
"LOOP_VIDEO_ENCODER_FRAMERATE_AVG_PER_CALL": {
"expires_in_version": "never",
"kind": "exponential",
"high": 200,
"n_buckets": 50,
"description": "Video encoder's average framerate (in fps) over an entire call"
},
"LOOP_VIDEO_ENCODER_FRAMERATE_10X_STD_DEV_PER_CALL": {
"expires_in_version": "never",
"kind": "exponential",
"high": 200,
"n_buckets": 50,
"description": "Standard deviation from video encoder's average framerate (in 1/10 fps) over an entire call"
},
"LOOP_VIDEO_ENCODER_DROPPED_FRAMES_PER_CALL_FPM": {
"expires_in_version": "never",
"kind": "exponential",
"high": 50000,
"n_buckets": 100,
"description": "Video encoder's number of frames dropped (in frames/min) over an entire call"
},
"LOOP_VIDEO_DECODER_BITRATE_AVG_PER_CALL_KBPS": {
"expires_in_version": "never",
"kind": "exponential",
"high": 10000,
"n_buckets": 100,
"description": "Video decoder's average bitrate (in kbits/s) over an entire call"
},
"LOOP_VIDEO_DECODER_BITRATE_STD_DEV_PER_CALL_KBPS": {
"expires_in_version": "never",
"kind": "exponential",
"high": 5000,
"n_buckets": 100,
"description": "Standard deviation from video decoder's average bitrate (in kbits/s) over an entire call"
},
"LOOP_VIDEO_DECODER_FRAMERATE_AVG_PER_CALL": {
"expires_in_version": "never",
"kind": "exponential",
"high": "200",
"n_buckets": "50",
"description": "Video decoder's average framerate (in fps) over an entire call"
},
"LOOP_VIDEO_DECODER_FRAMERATE_10X_STD_DEV_PER_CALL": {
"expires_in_version": "never",
"kind": "exponential",
"high": "200",
"n_buckets": "50",
"description": "Standard deviation from video decoder's average framerate (in 1/10 fps) over an entire call"
},
"LOOP_VIDEO_DECODER_DISCARDED_PACKETS_PER_CALL_PPM": {
"expires_in_version": "never",
"kind": "exponential",
"high": 50000,
"n_buckets": 100,
"description": "Video decoder's number of discarded packets (in packets/min) over an entire call"
},
"LOOP_CALL_DURATION": {
"expires_in_version": "never",
"kind": "exponential",
"high": "10000",
"n_buckets": "1000",
"description": "The length of time (in seconds) that a call lasted."
},
"LOOP_ICE_ADD_CANDIDATE_ERRORS_GIVEN_SUCCESS": {
"expires_in_version": "never",
"kind": "linear",
"high": "30",
"n_buckets": "29",
"description": "The number of times AddIceCandidate failed on a given PeerConnection, given that ICE succeeded."
},
"LOOP_ICE_ADD_CANDIDATE_ERRORS_GIVEN_FAILURE": {
"expires_in_version": "never",
"kind": "linear",
"high": "30",
"n_buckets": "29",
"description": "The number of times AddIceCandidate failed on a given PeerConnection, given that ICE failed."
},
"LOOP_GET_USER_MEDIA_TYPE": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 8,
"description": "Type for media in getUserMedia calls (0=Camera, 1=Screen, 2=Application, 3=Window, 4=Browser, 5=Microphone, 6=AudioCapture, 7=Other)"
},
"LOOP_RENEGOTIATIONS": {
"expires_in_version": "never",
"kind": "linear",
"high": "21",
"n_buckets": "20",
"description": "Number of Renegotiations during each call"
},
"LOOP_MAX_VIDEO_SEND_TRACK": {
"expires_in_version": "never",
"kind": "linear",
"high": "10",
"n_buckets": "9",
"description": "Number of Video tracks sent simultaneously"
},
"LOOP_MAX_VIDEO_RECEIVE_TRACK": {
"expires_in_version": "never",
"kind": "linear",
"high": "20",
"n_buckets": "19",
"description": "Number of Video tracks received simultaneously"
},
"LOOP_MAX_AUDIO_SEND_TRACK": {
"expires_in_version": "never",
"kind": "linear",
"high": "20",
"n_buckets": "19",
"description": "Number of Audio tracks sent simultaneously"
},
"LOOP_MAX_AUDIO_RECEIVE_TRACK": {
"expires_in_version": "never",
"kind": "linear",
"high": "30",
"n_buckets": "29",
"description": "Number of Audio tracks received simultaneously"
},
"LOOP_DATACHANNEL_NEGOTIATED": {
"expires_in_version": "never",
"kind": "boolean",
"description": "Was DataChannels negotiated"
},
"LOOP_CALL_TYPE": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": "8",
"description": "Type of call: (Bitmask) Audio = 1, Video = 2, DataChannels = 4"
},
"PERF_MONITORING_TEST_CPU_RESCHEDULING_PROPORTION_MOVED": {
"alert_emails": ["dteller@mozilla.com"],
"expires_in_version": "48",
"kind": "linear",
"high": "100",
"n_buckets": "20",
"description": "Proportion (%) of reschedulings of the main process to another CPU during the execution of code inside a JS compartment. Updated while we are measuring jank."
},
"PERF_MONITORING_SLOW_ADDON_JANK_US": {
"expires_in_version": "48",
"kind": "exponential",
"low": 1,
"high": 10000000,
"n_buckets": 20,
"keyed": true,
"description": "Contiguous time spent by an add-on blocking the main loop (microseconds, keyed by add-on ID)."
},
"PERF_MONITORING_SLOW_ADDON_CPOW_US": {
"expires_in_version": "48",
"kind": "exponential",
"low": 1,
"high": 10000000,
"n_buckets": 20,
"keyed": true,
"description": "Contiguous time spent by an add-on blocking the main loop by performing a blocking cross-process call (microseconds, keyed by add-on ID)."
},
"VIDEO_EME_ADOBE_INSTALL_FAILED_REASON": {
"alert_emails": ["edwin@mozilla.com"],
"expires_in_version": "50",
"kind": "enumerated",
"n_values": 10,
"releaseChannelCollection": "opt-out",
"description": "Reason for Adobe CDM failing to update. (1 = GMP_INVALID; 2 = GMP_HIDDEN; 3 = GMP_DISABLED; 4 = GMP_UPDATE_DISABLED)"
},
"VIDEO_EME_ADOBE_HIDDEN_REASON": {
"alert_emails": ["edwin@mozilla.com"],
"expires_in_version": "50",
"kind": "enumerated",
"n_values": 10,
"releaseChannelCollection": "opt-out",
"description": "Reason for Adobe CDM being hidden. (1 = UNSUPPORTED; 2 = EME_DISABLED)"
},
"VIDEO_EME_ADOBE_UNSUPPORTED_REASON": {
"alert_emails": ["edwin@mozilla.com"],
"expires_in_version": "50",
"kind": "enumerated",
"n_values": 10,
"releaseChannelCollection": "opt-out",
"description": "Reason for reporting the Adobe CDM to be unsupported. (1 = NOT_WINDOWS; 2 = WINDOWS_VERSION)"
},
"VIDEO_EME_REQUEST_SUCCESS_LATENCY_MS": {
"alert_emails": ["cpearce@mozilla.com"],
"expires_in_version": "50",
"kind": "exponential",
"high": "60000",
"n_buckets": 60,
"releaseChannelCollection": "opt-out",
"description": "Time spent waiting for a navigator.requestMediaKeySystemAccess call to succeed."
},
"VIDEO_EME_REQUEST_FAILURE_LATENCY_MS": {
"alert_emails": ["cpearce@mozilla.com"],
"expires_in_version": "50",
"kind": "exponential",
"high": "60000",
"n_buckets": 60,
"releaseChannelCollection": "opt-out",
"description": "Time spent waiting for a navigator.requestMediaKeySystemAccess call to fail."
},
"FXA_CONFIGURED": {
"alert_emails": ["fx-team@mozilla.com"],
"expires_in_version": "46",
"kind": "flag",
"releaseChannelCollection": "opt-out",
"description": "If the user is signed in to a Firefox Account on this device. Recorded once per session just after startup as Sync is initialized."
},
"FXA_UNVERIFIED_ACCOUNT_ERRORS": {
"alert_emails": ["fx-team@mozilla.com"],
"expires_in_version": "46",
"kind": "count",
"keyed": true,
"releaseChannelCollection": "opt-out",
"description": "FxA key fetch and certificate signing errors caused by an unverified account. Keyed on the FxA auth server endpoint."
},
"FXA_HAWK_ERRORS": {
"alert_emails": ["fx-team@mozilla.com"],
"expires_in_version": "46",
"kind": "count",
"keyed": true,
"releaseChannelCollection": "opt-out",
"description": "FxA error responses caused by invalid Hawk credentials. Keyed on the FxA auth server endpoint."
},
"FXA_SERVER_ERRORS": {
"alert_emails": ["fx-team@mozilla.com"],
"expires_in_version": "46",
"kind": "count",
"keyed": true,
"releaseChannelCollection": "opt-out",
"description": "400 and 500-class server errors returned by the FxA auth server. Keyed on the endpoint."
},
"TOKENSERVER_AUTH_ERRORS": {
"alert_emails": ["fx-team@mozilla.com"],
"expires_in_version": "46",
"kind": "count",
"keyed": true,
"releaseChannelCollection": "opt-out",
"description": "Token server errors caused by invalid BrowserID assertions. Keyed on the token server error cause."
},
"WEAVE_DEVICE_COUNT_DESKTOP": {
"alert_emails": ["fx-team@mozilla.com"],
"bug_numbers": [1232050],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": "10",
"releaseChannelCollection": "opt-out",
"description": "Number of desktop devices (including this device) associated with this Sync account. Recorded each time Sync successfully completes the 'clients' engine."
},
"WEAVE_DEVICE_COUNT_MOBILE": {
"alert_emails": ["fx-team@mozilla.com"],
"bug_numbers": [1232050],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": "10",
"releaseChannelCollection": "opt-out",
"description": "Number of mobile devices associated with this Sync account. Recorded each time Sync successfully completes the 'clients' engine."
},
"WEAVE_ENGINE_APPLY_NEW_FAILURES": {
"alert_emails": ["fx-team@mozilla.com"],
"expires_in_version": "46",
"kind": "count",
"keyed": true,
"releaseChannelCollection": "opt-out",
"description": "Number of records that a Sync engine failed to apply. Keyed on the engine name."
},
"WEAVE_ENGINE_APPLY_FAILURES": {
"alert_emails": ["fx-team@mozilla.com"],
"expires_in_version": "46",
"kind": "count",
"keyed": true,
"releaseChannelCollection": "opt-out",
"description": "Failures encountered applying incoming records. Keyed on the engine name."
},
"WEAVE_ENGINE_SYNC_ERRORS": {
"alert_emails": ["fx-team@mozilla.com"],
"expires_in_version": "46",
"kind": "count",
"keyed": true,
"releaseChannelCollection": "opt-out",
"description": "Exceptions thrown by a Sync engine. Keyed on the engine name."
},
"WEAVE_CAN_FETCH_KEYS": {
"alert_emails": ["fx-team@mozilla.com"],
"expires_in_version": "46",
"kind": "flag",
"releaseChannelCollection": "opt-out",
"description": "Whether Sync keys are present in account storage."
},
"WEAVE_FXA_KEY_FETCH_ERRORS": {
"alert_emails": ["fx-team@mozilla.com"],
"expires_in_version": "46",
"kind": "count",
"releaseChannelCollection": "opt-out",
"description": "Errors encountered fetching Sync keys, including network errors."
},
"WEAVE_STORAGE_AUTH_ERRORS": {
"alert_emails": ["fx-team@mozilla.com"],
"expires_in_version": "46",
"kind": "count",
"keyed": true,
"releaseChannelCollection": "opt-out",
"description": "Sync storage server authentication errors. Keyed on the Sync record name."
},
"WEAVE_HMAC_ERRORS": {
"alert_emails": ["fx-team@mozilla.com"],
"expires_in_version": "46",
"kind": "count",
"releaseChannelCollection": "opt-out",
"description": "Sync cryptoKeys collection HMAC mismatches."
},
"CONTENT_DOCUMENTS_DESTROYED": {
"expires_in_version": "never",
"kind": "count",
"description": "Number of content documents destroyed; used in conjunction with use counter histograms"
},
"TOP_LEVEL_CONTENT_DOCUMENTS_DESTROYED": {
"expires_in_version": "never",
"kind": "count",
"description": "Number of top-level content documents destroyed; used in conjunction with use counter histograms"
},
"PUSH_API_USED": {
"alert_emails": ["push@mozilla.com"],
"expires_in_version": "55",
"kind": "flag",
"description": "A Push API subscribe() operation was performed at least once this session."
},
"PUSH_API_PERMISSION_REQUESTED": {
"alert_emails": ["push@mozilla.com"],
"expires_in_version": "55",
"kind": "count",
"description": "Count of number of times the PermissionManager explicitly prompted user for Push Notifications permission"
},
"PUSH_API_PERMISSION_DENIED": {
"alert_emails": ["push@mozilla.com"],
"expires_in_version": "55",
"kind": "count",
"description": "User explicitly denied Push Notifications permission"
},
"PUSH_API_PERMISSION_GRANTED": {
"alert_emails": ["push@mozilla.com"],
"expires_in_version": "55",
"kind": "count",
"description": "User explicitly granted Push Notifications permission"
},
"PUSH_API_SUBSCRIBE_ATTEMPT": {
"alert_emails": ["push@mozilla.com"],
"expires_in_version": "55",
"kind": "count",
"description": "Push Service attempts to subscribe with Push Server."
},
"PUSH_API_SUBSCRIBE_FAILED": {
"alert_emails": ["push@mozilla.com"],
"expires_in_version": "55",
"kind": "count",
"description": "Attempt to subscribe with Push Server failed."
},
"PUSH_API_SUBSCRIBE_SUCCEEDED": {
"alert_emails": ["push@mozilla.com"],
"expires_in_version": "55",
"kind": "count",
"description": "Attempt to subscribe with Push Server succeeded."
},
"PUSH_API_UNSUBSCRIBE_ATTEMPT": {
"alert_emails": ["push@mozilla.com"],
"expires_in_version": "55",
"kind": "count",
"description": "Push Service attempts to unsubscribe with Push Server."
},
"PUSH_API_UNSUBSCRIBE_FAILED": {
"alert_emails": ["push@mozilla.com"],
"expires_in_version": "55",
"kind": "count",
"description": "Attempt to unsubscribe with Push Server failed."
},
"PUSH_API_UNSUBSCRIBE_SUCCEEDED": {
"alert_emails": ["push@mozilla.com"],
"expires_in_version": "55",
"kind": "count",
"description": "Attempt to unsubscribe with Push Server succeeded."
},
"PUSH_API_SUBSCRIBE_WS_TIME": {
"alert_emails": ["push@mozilla.com"],
"expires_in_version": "55",
"kind": "exponential",
"high": "15000",
"n_buckets": 10,
"description": "Time taken to subscribe over WebSocket (ms)."
},
"PUSH_API_SUBSCRIBE_HTTP2_TIME": {
"alert_emails": ["push@mozilla.com"],
"expires_in_version": "55",
"kind": "exponential",
"high": "15000",
"n_buckets": 10,
"description": "Time taken to subscribe over HTTP2 (ms)."
},
"PUSH_API_QUOTA_EXPIRATION_TIME": {
"alert_emails": ["push@mozilla.com"],
"expires_in_version": "55",
"kind": "exponential",
"high": "31622400",
"n_buckets": 20,
"description": "Time taken for a push subscription to expire its quota (seconds). The maximum is just over an year."
},
"PUSH_API_QUOTA_RESET_TO": {
"alert_emails": ["push@mozilla.com"],
"expires_in_version": "55",
"kind": "exponential",
"high": "200",
"n_buckets": 10,
"description": "The value a push record quota (a count) is reset to based on the user's browsing history."
},
"PUSH_API_NOTIFICATION_RECEIVED": {
"alert_emails": ["push@mozilla.com"],
"expires_in_version": "55",
"kind": "count",
"description": "Push notification was received from server."
},
"PUSH_API_NOTIFICATION_RECEIVED_BUT_DID_NOT_NOTIFY": {
"alert_emails": ["push@mozilla.com"],
"expires_in_version": "55",
"kind": "enumerated",
"n_values": 16,
"description": "Push notification was received from server, but not delivered to ServiceWorker. Enumeration values are defined in dom/push/PushService.jsm as kDROP_NOTIFICATION_REASON_*."
},
"PUSH_API_NOTIFY": {
"alert_emails": ["push@mozilla.com"],
"expires_in_version": "55",
"kind": "count",
"description": "Attempt to notify ServiceWorker of push notification."
},
"PUSH_API_NOTIFY_REGISTRATION_LOST": {
"alert_emails": ["push@mozilla.com"],
"expires_in_version": "55",
"kind": "count",
"description": "Attempt to notify ServiceWorker of push notification resubscription."
},
"D3D11_SYNC_HANDLE_FAILURE": {
"alert_emails": ["bschouten@mozilla.com","danderson@mozilla.com","msreckovic@mozilla.com","ashughes@mozilla.com"],
"expires_in_version": "50",
"releaseChannelCollection": "opt-out",
"kind": "count",
"description": "Number of times the D3D11 compositor failed to get a texture sync handle."
},
"GFX_CRASH": {
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 100,
"releaseChannelCollection": "opt-out",
"description": "Graphics Crash Reason (...)"
},
"PLUGIN_ACTIVATION_COUNT": {
"alert_emails": ["cpeterson@mozilla.com"],
"expires_in_version": "48",
"kind": "count",
"keyed": true,
"releaseChannelCollection": "opt-out",
"description": "Counts number of times a certain plugin has been activated."
},
"WEB_NOTIFICATION_CLICKED": {
"alert_emails": ["firefox-dev@mozilla.org"],
"bug_numbers": [1225336],
"expires_in_version": "50",
"kind": "count",
"description": "Count of times a web notification was clicked"
},
"WEB_NOTIFICATION_MENU": {
"alert_emails": ["firefox-dev@mozilla.org"],
"bug_numbers": [1225336],
"expires_in_version": "50",
"kind": "enumerated",
"n_values": 5,
"description": "Count of times a contextual menu item was used from a Notification (0: DND, 1: Disable, 2: Settings)"
},
"WEB_NOTIFICATION_SHOWN": {
"releaseChannelCollection": "opt-out",
"alert_emails": ["firefox-dev@mozilla.org"],
"bug_numbers": [1225336],
"expires_in_version": "50",
"kind": "count",
"description": "Count of times a Notification was rendered (accounting for XUL DND). A system backend may put the notification directly into the tray if its own DND is on."
},
"WEBFONT_DOWNLOAD_TIME": {
"alert_emails": ["jdaggett@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "Time to download a webfont (ms)"
},
"WEBFONT_DOWNLOAD_TIME_AFTER_START": {
"alert_emails": ["jdaggett@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"high": "60000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "Time after navigationStart webfont download completed (ms)"
},
"WEBFONT_FONTTYPE": {
"alert_emails": ["jdaggett@mozilla.com"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 10,
"description": "Font format type (woff/woff2/ttf/...)"
},
"WEBFONT_SRCTYPE": {
"alert_emails": ["jdaggett@mozilla.com"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 5,
"description": "Font src type loaded (1 = local, 2 = url, 3 = data)"
},
"WEBFONT_PER_PAGE": {
"alert_emails": ["jdaggett@mozilla.com"],
"expires_in_version": "never",
"kind": "count",
"description": "Number of fonts loaded at page load"
},
"WEBFONT_SIZE_PER_PAGE": {
"alert_emails": ["jdaggett@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"high": "5000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "Size of all fonts loaded at page load (kb)"
},
"WEBFONT_SIZE": {
"alert_emails": ["jdaggett@mozilla.com"],
"expires_in_version": "never",
"kind": "exponential",
"high": "5000",
"n_buckets": 50,
"extended_statistics_ok": true,
"description": "Size of font loaded (kb)"
},
"WEBFONT_COMPRESSION_WOFF": {
"alert_emails": ["jdaggett@mozilla.com"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 50,
"description": "Compression ratio of WOFF data (%)"
},
"WEBFONT_COMPRESSION_WOFF2": {
"alert_emails": ["jdaggett@mozilla.com"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 50,
"description": "Compression ratio of WOFF2 data (%)"
},
"WEBRTC_ICE_CHECKING_RATE": {
"alert_emails": ["webrtc-ice-telemetry-alerts@mozilla.com"],
"expires_in_version": "53",
"kind": "boolean",
"bug_numbers": [1188391],
"description": "The number of ICE connections which immediately failed (0) vs. reached at least checking state (1)."
},
"ALERTS_SERVICE_DND_ENABLED": {
"alert_emails": ["firefox-dev@mozilla.org"],
"bug_numbers": [1219030],
"expires_in_version": "50",
"kind": "boolean",
"description": "XUL-only: whether the user has toggled do not disturb."
},
"ALERTS_SERVICE_DND_SUPPORTED_FLAG": {
"alert_emails": ["firefox-dev@mozilla.org"],
"bug_numbers": [1219030],
"expires_in_version": "50",
"kind": "flag",
"description": "Whether the do not disturb option is supported. True if the browser uses XUL alerts."
},
"WEB_NOTIFICATION_EXCEPTIONS_OPENED": {
"alert_emails": ["firefox-dev@mozilla.org"],
"bug_numbers": [1219030],
"expires_in_version": "50",
"kind": "count",
"description": "Number of times the Notification Permissions dialog has been opened."
},
"WEB_NOTIFICATION_PERMISSIONS": {
"releaseChannelCollection": "opt-out",
"alert_emails": ["firefox-dev@mozilla.org"],
"bug_numbers": [1219030],
"expires_in_version": "50",
"kind": "enumerated",
"n_values": 10,
"description": "Number of origins with the web notifications permission (0 = denied, 1 = allowed)."
},
"WEB_NOTIFICATION_PERMISSION_REMOVED": {
"alert_emails": ["firefox-dev@mozilla.org"],
"bug_numbers": [1219030],
"expires_in_version": "50",
"kind": "enumerated",
"n_values": 10,
"description": "Number of removed web notifications permissions (0 = remove deny, 1 = remove allow)."
},
"WEB_NOTIFICATION_SENDERS": {
"releaseChannelCollection": "opt-out",
"alert_emails": ["firefox-dev@mozilla.org"],
"bug_numbers": [1219030],
"expires_in_version": "50",
"kind": "count",
"description": "Number of origins that have shown a web notification. Excludes system alerts like update reminders and add-ons."
},
"YOUTUBE_REWRITABLE_EMBED_SEEN": {
"alert_emails": ["cpeterson@mozilla.com"],
"expires_in_version": "48",
"kind": "flag",
"bug_numbers": [1229971],
"description": "Flag activated whenever a rewritable youtube flash embed is seen during a session."
},
"PLUGIN_DRAWING_MODEL": {
"alert_emails": ["danderson@mozilla.com"],
"expires_in_version": "never",
"kind": "enumerated",
"bug_numbers": [1229961],
"n_values": 12,
"description": "Plugin drawing model. 0 when windowed, otherwise NPDrawingModel + 1."
}
}