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.
1 parent a45067f commit da3c3e3Copy full SHA for da3c3e3
src/common/atlas/performanceAdvisorUtils.ts
@@ -5,7 +5,6 @@ import type { components } from "./openapi.js";
5
6
export type SuggestedIndex = components["schemas"]["PerformanceAdvisorIndex"];
7
export type DropIndexSuggestion = components["schemas"]["DropIndexSuggestionsIndex"];
8
-export type SlowQueryLogMetrics = components["schemas"]["PerformanceAdvisorSlowQueryMetrics"];
9
export type SlowQueryLog = components["schemas"]["PerformanceAdvisorSlowQuery"];
10
11
export const DEFAULT_SLOW_QUERY_LOGS_LIMIT = 50;
0 commit comments