aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/encode/legacy_protobuf/protos
diff options
context:
space:
mode:
authorchecat <checat@yandex-team.ru>2022-02-10 16:50:33 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:33 +0300
commitee62ce80639a5785a33dbc741a798c3ff7cb1e2c (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/monlib/encode/legacy_protobuf/protos
parent4782ff151fc50dbfd840b088cccccc857f40e5cc (diff)
downloadydb-ee62ce80639a5785a33dbc741a798c3ff7cb1e2c.tar.gz
Restoring authorship annotation for <checat@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/monlib/encode/legacy_protobuf/protos')
-rw-r--r--library/cpp/monlib/encode/legacy_protobuf/protos/metric_meta.proto20
1 files changed, 10 insertions, 10 deletions
diff --git a/library/cpp/monlib/encode/legacy_protobuf/protos/metric_meta.proto b/library/cpp/monlib/encode/legacy_protobuf/protos/metric_meta.proto
index 4b4f52b42a..fd23eb372b 100644
--- a/library/cpp/monlib/encode/legacy_protobuf/protos/metric_meta.proto
+++ b/library/cpp/monlib/encode/legacy_protobuf/protos/metric_meta.proto
@@ -32,17 +32,17 @@ enum THistogramBase {
MINUTE = 12;
HOUR = 15;
}
-
-message THistogramEntry {
- optional uint64 Multiplier = 1;
- optional double Value = 2;
-}
-
-message THistogram {
- optional THistogramBase Base = 1;
+
+message THistogramEntry {
+ optional uint64 Multiplier = 1;
+ optional double Value = 2;
+}
+
+message THistogram {
+ optional THistogramBase Base = 1;
optional string BaseStr = 2;
- repeated THistogramEntry Entries = 5;
-}
+ repeated THistogramEntry Entries = 5;
+}
// field of this type is recognized by Solomon
message TExtraLabelMetrics {