diff options
author | Igor Makunin <igor.makunin@gmail.com> | 2022-02-10 16:49:35 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:35 +0300 |
commit | c617191a3b33c0f5e1be6390361dbe540775d158 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/monlib/counters/histogram.h | |
parent | f7a438035f19b364b5479caf536990e82b174f38 (diff) | |
download | ydb-c617191a3b33c0f5e1be6390361dbe540775d158.tar.gz |
Restoring authorship annotation for Igor Makunin <igor.makunin@gmail.com>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/monlib/counters/histogram.h')
-rw-r--r-- | library/cpp/monlib/counters/histogram.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/monlib/counters/histogram.h b/library/cpp/monlib/counters/histogram.h index ef4d50d369..96361b0023 100644 --- a/library/cpp/monlib/counters/histogram.h +++ b/library/cpp/monlib/counters/histogram.h @@ -21,7 +21,7 @@ namespace NMonitoring { i64 Percentile98; i64 Percentile99; i64 Percentile999; - i64 TotalCount; + i64 TotalCount; void Print(IOutputStream* out) const; }; |