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

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

Issue 2111473003: Issue 623854: Support unit annotations in ts_mon metrics (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Split off go changes to a separate CL: https://codereview.chromium.org/2125943003 Created 4 years, 5 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
« no previous file with comments | « infra_libs/ts_mon/common/test/metrics_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra_libs/ts_mon/common/test/metrics_test.expected/MetricTest.test_serialize_with_units.json
diff --git a/infra_libs/ts_mon/common/test/metrics_test.expected/MetricTest.test_serialize.json b/infra_libs/ts_mon/common/test/metrics_test.expected/MetricTest.test_serialize_with_units.json
similarity index 92%
copy from infra_libs/ts_mon/common/test/metrics_test.expected/MetricTest.test_serialize.json
copy to infra_libs/ts_mon/common/test/metrics_test.expected/MetricTest.test_serialize_with_units.json
index 8febd69772ae35ab59d35c8ad688e7184d411c39..15c703726685c1517d0985b3afe47dff959b78a0 100644
--- a/infra_libs/ts_mon/common/test/metrics_test.expected/MetricTest.test_serialize.json
+++ b/infra_libs/ts_mon/common/test/metrics_test.expected/MetricTest.test_serialize_with_units.json
@@ -20,6 +20,7 @@
" type: BOOL",
" bool_value: false",
" }",
- " string_value: \"val\"",
+ " gauge: 1",
+ " units: SECONDS",
"}"
-]
+]
« no previous file with comments | « infra_libs/ts_mon/common/test/metrics_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698