1express_metric {
2    id: "stability_anr.value_skipped_anrs"
3    display_name: "ANRs skipped count"
4    description: "Counting how many times ANRs are skipped"
5    owner_email: "pitot-telemetry-express@google.com"
6    unit: UNIT_COUNT
7    type: COUNTER
8}
9
10express_metric {
11    id: "stability_anr.value_total_anrs"
12    display_name: "ANRs total count"
13    description: "Total counts of ANRs (also includes ANRs skipped)"
14    owner_email: "pitot-telemetry-express@google.com"
15    unit: UNIT_COUNT
16    type: COUNTER
17}
18
19