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

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

Issue 2213143002: Add infra_libs as a bootstrap dependency. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Removed the ugly import hack 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
(Empty)
1 [
2 "data {",
3 " name: \"test\"",
4 " metric_name_prefix: \"/chrome/infra/\"",
5 " network_device {",
6 " alertable: true",
7 " realm: \"ACQ_CHROME\"",
8 " metro: \"reg\"",
9 " role: \"role\"",
10 " hostname: \"host\"",
11 " hostgroup: \"net\"",
12 " }",
13 " fields {",
14 " name: \"bar\"",
15 " type: INT",
16 " int_value: 1",
17 " }",
18 " fields {",
19 " name: \"baz\"",
20 " type: BOOL",
21 " bool_value: false",
22 " }",
23 " string_value: \"val\"",
24 "}"
25 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698