chore: update collection name in hamster

This commit is contained in:
德华 刘 2024-01-09 12:41:58 +00:00
parent d344ba46c4
commit 65c90c9475

View file

@ -277,7 +277,7 @@ class Hamster extends Action
$limit = $periodValue['limit'];
$period = $periodValue['period'];
$requestDocs = $dbForProject->find('stats', [
$requestDocs = $dbForProject->find('stats_v2', [
Query::equal('period', [$period]),
Query::equal('metric', [$metric]),
Query::limit($limit),