Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(836)

Side by Side Diff: packages/infra_libs/infra_libs/ts_mon/common/test/metrics_test.expected/MetricTest.test_serialize_with_description.json

Issue 2179853002: Added packages/infra_libs as the first Python package. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Final rebase (no actual changes) Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 "data {", 2 "data {",
3 " name: \"test\"", 3 " name: \"test\"",
4 " metric_name_prefix: \"/chrome/infra/\"", 4 " metric_name_prefix: \"/chrome/infra/\"",
5 " network_device {", 5 " network_device {",
6 " alertable: true", 6 " alertable: true",
7 " realm: \"ACQ_CHROME\"", 7 " realm: \"ACQ_CHROME\"",
8 " metro: \"reg\"", 8 " metro: \"reg\"",
9 " role: \"role\"", 9 " role: \"role\"",
10 " hostname: \"host\"", 10 " hostname: \"host\"",
11 " hostgroup: \"net\"", 11 " hostgroup: \"net\"",
12 " }", 12 " }",
13 " fields {", 13 " fields {",
14 " name: \"bar\"", 14 " name: \"bar\"",
15 " type: INT", 15 " type: INT",
16 " int_value: 1", 16 " int_value: 1",
17 " }", 17 " }",
18 " fields {", 18 " fields {",
19 " name: \"baz\"", 19 " name: \"baz\"",
20 " type: BOOL", 20 " type: BOOL",
21 " bool_value: false", 21 " bool_value: false",
22 " }", 22 " }",
23 " string_value: \"val\"", 23 " string_value: \"val\"",
24 " description: \"a custom description\"", 24 " description: \"a custom description\"",
25 "}" 25 "}"
26 ] 26 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698