summaryrefslogtreecommitdiff
path: root/statsd/src/metrics/KllMetricProducer.h
diff options
context:
space:
mode:
Diffstat (limited to 'statsd/src/metrics/KllMetricProducer.h')
-rw-r--r--statsd/src/metrics/KllMetricProducer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/statsd/src/metrics/KllMetricProducer.h b/statsd/src/metrics/KllMetricProducer.h
index b8182bb0..b1c59f27 100644
--- a/statsd/src/metrics/KllMetricProducer.h
+++ b/statsd/src/metrics/KllMetricProducer.h
@@ -101,7 +101,7 @@ private:
const std::unique_ptr<KllQuantile>& kll,
ProtoOutputStream* const protoOutput) const override;
- void aggregateFields(const int64_t eventTimeNs, const MetricDimensionKey& eventKey,
+ bool aggregateFields(const int64_t eventTimeNs, const MetricDimensionKey& eventKey,
const LogEvent& event, std::vector<Interval>& intervals,
Empty& empty) override;