1express_metric { 2 id: "battery.value_app_background_restricted" 3 display_name: "App background restriction events" 4 description: "Number of times an app is put under background battery restriction" 5 owner_email: "nalini-team@google.com" 6 owner_email: "suprabh@google.com" 7 unit: UNIT_COUNT 8 type: COUNTER_WITH_UID 9} 10 11express_metric { 12 id: "battery.value_app_added_to_power_allowlist" 13 display_name: "App power allowlist addition events" 14 description: "Number of times any app is added to the power allowlist" 15 owner_email: "nalini-team@google.com" 16 owner_email: "suprabh@google.com" 17 unit: UNIT_COUNT 18 type: COUNTER 19} 20 21express_metric { 22 id: "battery.value_app_removed_from_power_allowlist" 23 display_name: "App power allowlist removal events" 24 description: "Number of times any app is removed from the power allowlist" 25 owner_email: "nalini-team@google.com" 26 owner_email: "suprabh@google.com" 27 unit: UNIT_COUNT 28 type: COUNTER 29} 30