From 4782ff151fc50dbfd840b088cccccc857f40e5cc Mon Sep 17 00:00:00 2001 From: checat Date: Thu, 10 Feb 2022 16:50:33 +0300 Subject: Restoring authorship annotation for . Commit 1 of 2. --- .../encode/legacy_protobuf/protos/metric_meta.proto | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'library/cpp/monlib/encode') 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 fd23eb372bc..4b4f52b42a9 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 { -- cgit v1.3