Skip to content

Commit 3fbc0ac

Browse files
author
eivanov89
committed
Add missing Collect method to THistogramCounter
by @va-kuznecov commit_hash:26d8159e9bd33f1dd9471154655b861b203dbe10
1 parent a3e796a commit 3fbc0ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/cpp/monlib/dynamic_counters/counters.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ namespace NMonitoring {
137137
Visibility_ = vis;
138138
}
139139

140-
void Collect(i64 value) {
140+
void Collect(double value) {
141141
Collector_->Collect(value);
142142
}
143143

0 commit comments

Comments
 (0)