Skip to content

Commit

Permalink
Update pmm-app/src/pmm-qan/panel/QueryAnalytics.constants.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Nurlan Moldomurov <bupychuk1989@gmail.com>
  • Loading branch information
JiriCtvrtka and BupycHuk authored Jan 28, 2025
1 parent b044a9d commit c14abfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pmm-app/src/pmm-qan/panel/QueryAnalytics.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ export const METRIC_CATALOGUE = {
},
full_scan: {
humanizeName: 'Full Scan',
tooltipText: 'The query performed a full table scan',
tooltipText: 'The query performed a full table/collection scan',
simpleName: 'full_scan',
serviceTypes: [Databases.mongodb, Databases.mysql],
metricRelation: (data) => {
Expand Down

0 comments on commit c14abfa

Please sign in to comment.