• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1express_metric {
2    id: "app.value_high_authenticator_response_latency"
3    type: HISTOGRAM_WITH_UID
4    display_name: "AccountAuthenticator response latency"
5    description: "Latency of async responses for AccountAuthenticator service calls"
6    owner_email: "yamasani@google.com"
7    owner_email: "nalini-team@google.com"
8    unit: UNIT_TIME_MILLIS
9    histogram_options {
10        scaled_bins {
11            count: 20
12            min_value: 10000
13            first_bin_width: 10000
14            scale: 1.5
15        }
16    }
17}
18
19express_metric {
20    id: "app.value_force_stop_cancelled_pi_sent_from_top_per_caller"
21    type: COUNTER_WITH_UID
22    display_name: "Count of force-stop cancelled PendingIntents sent from top per caller"
23    description: "Number of times an app in the top state tried to send PendingIntents cancelled due to force-stop"
24    owner_email: "sudheersai@google.com"
25    owner_email: "android-framework-bpm@google.com"
26    unit: UNIT_COUNT
27}
28
29express_metric {
30    id: "app.value_force_stop_cancelled_pi_sent_from_top_per_owner"
31    type: COUNTER_WITH_UID
32    display_name: "Count of force-stop cancelled PendingIntents sent from top per owner"
33    description: "Number of times per owner an app in the top state tried to send PendingIntents cancelled due to force-stop"
34    owner_email: "sudheersai@google.com"
35    owner_email: "android-framework-bpm@google.com"
36    unit: UNIT_COUNT
37}
38