We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f726084 + 001f90b commit 9cea018Copy full SHA for 9cea018
lib/private/OpenMetrics/Exporters/FilesByType.php
@@ -61,6 +61,7 @@ public function gatherMetrics(): Generator {
61
$qb = $this->connection->getQueryBuilder()->runAcrossAllShards();
62
$metrics = $qb->select('mimetype', $qb->func()->count('*', 'count'))
63
->from('filecache')
64
+ ->where($qb->expr()->like('path', $qb->createNamedParameter('files/%')))
65
->groupBy('mimetype')
66
->executeQuery();
67
0 commit comments