diff --git a/src/metrics.cpp b/src/metrics.cpp index bdc0ce6..b48d149 100644 --- a/src/metrics.cpp +++ b/src/metrics.cpp @@ -31,5 +31,5 @@ map marcelb::Metrics::get_data() { map marcelb::Metrics::get_data_and_clear() { auto data = counters; clear(); - return counters; + return data; } \ No newline at end of file