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

Unified Diff: infra_libs/ts_mon/common/test/metrics_test.expected/MetricTest.test_serialize_multiple_values.json

Issue 1720323002: Update metrics.proto, and set metric descriptions in MetricsData messages (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Undo the go link change Created 4 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: infra_libs/ts_mon/common/test/metrics_test.expected/MetricTest.test_serialize_multiple_values.json
diff --git a/infra_libs/ts_mon/common/test/metrics_test.expected/MetricTest.test_serialize_multiple_values.json b/infra_libs/ts_mon/common/test/metrics_test.expected/MetricTest.test_serialize_multiple_values.json
deleted file mode 100644
index ee5889a1bc00ecd96969014cf14420069655671b..0000000000000000000000000000000000000000
--- a/infra_libs/ts_mon/common/test/metrics_test.expected/MetricTest.test_serialize_multiple_values.json
+++ /dev/null
@@ -1,38 +0,0 @@
-[
- "data {",
- " name: \"test\"",
- " metric_name_prefix: \"/chrome/infra/\"",
- " network_device {",
- " alertable: true",
- " realm: \"ACQ_CHROME\"",
- " metro: \"reg\"",
- " role: \"role\"",
- " hostname: \"host\"",
- " hostgroup: \"net\"",
- " }",
- " fields {",
- " name: \"foo\"",
- " type: INT",
- " int_value: 2",
- " }",
- " string_value: \"val2\"",
- "}",
- "data {",
- " name: \"test\"",
- " metric_name_prefix: \"/chrome/infra/\"",
- " network_device {",
- " alertable: true",
- " realm: \"ACQ_CHROME\"",
- " metro: \"reg\"",
- " role: \"role\"",
- " hostname: \"host\"",
- " hostgroup: \"net\"",
- " }",
- " fields {",
- " name: \"foo\"",
- " type: INT",
- " int_value: 1",
- " }",
- " string_value: \"val1\"",
- "}"
-]

Powered by Google App Engine
This is Rietveld 408576698