| Index: infra_libs/ts_mon/common/test/metrics_test.expected/MetricTest.test_serialize_with_description.json
|
| diff --git a/infra_libs/ts_mon/common/test/metrics_test.expected/MetricTest.test_serialize_default_target.json b/infra_libs/ts_mon/common/test/metrics_test.expected/MetricTest.test_serialize_with_description.json
|
| similarity index 57%
|
| rename from infra_libs/ts_mon/common/test/metrics_test.expected/MetricTest.test_serialize_default_target.json
|
| rename to infra_libs/ts_mon/common/test/metrics_test.expected/MetricTest.test_serialize_with_description.json
|
| index 4c9e3f22ddeb67bd2533d09e9074bba62b3d0dc5..f90e7978b40e5f73ddd53838f3ae6ee43bcf09c3 100644
|
| --- a/infra_libs/ts_mon/common/test/metrics_test.expected/MetricTest.test_serialize_default_target.json
|
| +++ b/infra_libs/ts_mon/common/test/metrics_test.expected/MetricTest.test_serialize_with_description.json
|
| @@ -10,6 +10,17 @@
|
| " hostname: \"host\"",
|
| " hostgroup: \"net\"",
|
| " }",
|
| + " fields {",
|
| + " name: \"bar\"",
|
| + " type: INT",
|
| + " int_value: 1",
|
| + " }",
|
| + " fields {",
|
| + " name: \"baz\"",
|
| + " type: BOOL",
|
| + " bool_value: false",
|
| + " }",
|
| " string_value: \"val\"",
|
| + " description: \"a custom description\"",
|
| "}"
|
| ]
|
|
|