1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121
|
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# Adding a new metric? We have docs for that!
# https://firefox-source-docs.mozilla.org/toolkit/components/glean/user/new_definitions_file.html
---
$schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
$tags:
- 'Core :: DOM: Content Processes'
process:
child_launch:
type: timing_distribution
description: >
Time spent in the generic child process launching code, which is run
off-main-thread and used by all child process types
This metric was generated to correspond to the Legacy Telemetry
exponential histogram CHILD_PROCESS_LAUNCH_MS.
time_unit: millisecond
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1474991
data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1474991
notification_emails:
- jld@mozilla.com
- jimm@mozilla.com
- mconley@mozilla.com
expires: never
telemetry_mirror: CHILD_PROCESS_LAUNCH_MS
ipc:
transaction_cancel:
type: labeled_counter
description: >
True when an IPC transaction is canceled
This metric was generated to correspond to the Legacy Telemetry boolean
histogram IPC_TRANSACTION_CANCEL.
labels:
- "false"
- "true"
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1950710
data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1950710
notification_emails:
- billm@mozilla.com
expires: never
telemetry_mirror: h#IPC_TRANSACTION_CANCEL
subprocess:
abnormal_abort:
type: labeled_counter
description: >
Counts of plugin/content process abnormal shutdown, whether or not a crash
report was available.
This metric was generated to correspond to the Legacy Telemetry count
histogram SUBPROCESS_ABNORMAL_ABORT.
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1950710
data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1950710
notification_emails:
- gsvelto@mozilla.com
expires: never
telemetry_mirror: h#SUBPROCESS_ABNORMAL_ABORT
crashes_with_dump:
type: labeled_counter
description: >
Counts of plugin and content process crashes which are reported with a
crash dump.
This metric was generated to correspond to the Legacy Telemetry count
histogram SUBPROCESS_CRASHES_WITH_DUMP.
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1950710
data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1950710
notification_emails:
- gsvelto@mozilla.com
expires: never
telemetry_mirror: h#SUBPROCESS_CRASHES_WITH_DUMP
launch_failure:
type: labeled_counter
description: >
Counts the number of times launching a subprocess fails. Counts are by
subprocess-type using the GeckoProcessType enum.
This metric was generated to correspond to the Legacy Telemetry count
histogram SUBPROCESS_LAUNCH_FAILURE.
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1275430
data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1275430
notification_emails:
- haftandilian@mozilla.com
expires: never
telemetry_mirror: h#SUBPROCESS_LAUNCH_FAILURE
kill_hard:
type: labeled_counter
description: >
Counts the number of times a subprocess was forcibly killed, and the
reason.
This metric was generated to correspond to the Legacy Telemetry count
histogram SUBPROCESS_KILL_HARD.
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1269961
data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1269961
notification_emails:
- wmccloskey@mozilla.com
expires: never
telemetry_mirror: h#SUBPROCESS_KILL_HARD
|