aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/encode/json/ut
diff options
context:
space:
mode:
authorrorewillo <rorewillo@yandex-team.ru>2022-02-10 16:51:00 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:51:00 +0300
commit7b34adcce01173502f056f3a5053d8ca47945b76 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/monlib/encode/json/ut
parent708f3525bad4968571f23f3f942ac910ec3f57d3 (diff)
downloadydb-7b34adcce01173502f056f3a5053d8ca47945b76.tar.gz
Restoring authorship annotation for <rorewillo@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/monlib/encode/json/ut')
-rw-r--r--library/cpp/monlib/encode/json/ut/named_metrics.json44
-rw-r--r--library/cpp/monlib/encode/json/ut/ya.make2
2 files changed, 23 insertions, 23 deletions
diff --git a/library/cpp/monlib/encode/json/ut/named_metrics.json b/library/cpp/monlib/encode/json/ut/named_metrics.json
index 462f1fdb91..98f93e8c39 100644
--- a/library/cpp/monlib/encode/json/ut/named_metrics.json
+++ b/library/cpp/monlib/encode/json/ut/named_metrics.json
@@ -1,22 +1,22 @@
-{
- "labels": {
- "project": "solomon",
- "cluster": "prod-sas",
- "service": "stockpile"
- },
- "metrics": [
- {
- "type": "DGAUGE",
- "name": "Memory",
- "value": 1
- },
- {
- "type": "DGAUGE",
- "name": "QueueSize",
- "labels": {
- "export": "Oxygen"
- },
- "value": 10
- }
- ]
-}
+{
+ "labels": {
+ "project": "solomon",
+ "cluster": "prod-sas",
+ "service": "stockpile"
+ },
+ "metrics": [
+ {
+ "type": "DGAUGE",
+ "name": "Memory",
+ "value": 1
+ },
+ {
+ "type": "DGAUGE",
+ "name": "QueueSize",
+ "labels": {
+ "export": "Oxygen"
+ },
+ "value": 10
+ }
+ ]
+}
diff --git a/library/cpp/monlib/encode/json/ut/ya.make b/library/cpp/monlib/encode/json/ut/ya.make
index 1443b0797f..e50c4f4903 100644
--- a/library/cpp/monlib/encode/json/ut/ya.make
+++ b/library/cpp/monlib/encode/json/ut/ya.make
@@ -25,7 +25,7 @@ RESOURCE(
int_gauge.json /int_gauge.json
sensors.json /sensors.json
metrics.json /metrics.json
- named_metrics.json /named_metrics.json
+ named_metrics.json /named_metrics.json
test_decode_to_encode.json /test_decode_to_encode.json
crash.json /crash.json
hist_crash.json /hist_crash.json