diff options
author | k-vukolov <k-vukolov@yandex-team.ru> | 2022-02-10 16:50:59 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:59 +0300 |
commit | 02cd56e64e5b591ac8341a2af066c046ab96fcef (patch) | |
tree | 62ad19acf12d9aae065bbd7bbe0074639fb45e51 /library/cpp/monlib/metrics/metric_registry.h | |
parent | ecd8071fcaec0e135778fbd300118b9e1a19ba3b (diff) | |
download | ydb-02cd56e64e5b591ac8341a2af066c046ab96fcef.tar.gz |
Restoring authorship annotation for <k-vukolov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/monlib/metrics/metric_registry.h')
-rw-r--r-- | library/cpp/monlib/metrics/metric_registry.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/library/cpp/monlib/metrics/metric_registry.h b/library/cpp/monlib/metrics/metric_registry.h index 670cf8651e..e7ee3528bd 100644 --- a/library/cpp/monlib/metrics/metric_registry.h +++ b/library/cpp/monlib/metrics/metric_registry.h @@ -79,14 +79,14 @@ namespace NMonitoring { TLabels labels, IHistogramCollectorPtr collector); - /** - * Set all registered metrics to zero - */ + /** + * Set all registered metrics to zero + */ void Reset(); - /** - * Remove all registered metrics from registry - */ - void Clear(); + /** + * Remove all registered metrics from registry + */ + void Clear(); void Accept(TInstant time, IMetricConsumer* consumer) const override; void Append(TInstant time, IMetricConsumer* consumer) const override; |