1express_metric {
2    id: "wear_notifications.value_hist_image_asset_open_latency"
3    type: HISTOGRAM
4    display_name: "Notification image assets open latency"
5    description: "Latency of opening an image asset for bridged notifications. Logged as histogram value with 1.35 scaled bins in range [0, 10, 10 + 13.5, ... , 10 + 13.5 + ... + 4042.7]."
6    owner_email: "wcs-notification@google.com"
7    owner_email: "xjchen@google.com"
8    unit: UNIT_TIME_MILLIS
9    histogram_options: {
10        scaled_bins {
11            count: 20
12            min_value: 0
13            first_bin_width: 10
14            scale: 1.35
15        }
16    }
17}
18