1express_metric {
2    id: "binary_transparency.value_digest_all_packages_latency_uniform"
3    type: HISTOGRAM
4    display_name: "Digest all packages latency"
5    description: "Latency of computing digests of all packages."
6    owner_email: "rslawik@google.com"
7    owner_email: "sharaienko@google.com"
8    unit: UNIT_TIME_MILLIS
9    histogram_options: {
10        uniform_bins: {
11            count: 50
12            min: 0
13            max: 500
14        }
15    }
16}
17