def stats(self, _): res_d = Aggregator.dump_stats() return Response(status=200, content_type='application/json', body=json.dumps(res_d).encode())