@yugabytedb/perf-advisor-ui 1.0.149 → 1.0.150

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -92,8 +92,14 @@ export declare const SQL_DRILLDOWN_BASE_TABS: readonly SqlDrilldownTabConfig[];
92
92
  export declare const SQL_DRILLDOWN_PGSS_RPC_TABS: readonly SqlDrilldownTabConfig[];
93
93
  export declare const unionGraphNamesForTabs: (tabs: readonly SqlDrilldownTabConfig[]) => string[];
94
94
  export declare const CQL_QUERY_REQUEST_GRAPHS: string[];
95
+ export declare const CQL_DRILLDOWN_BASE_TABS: readonly SqlDrilldownTabConfig[];
95
96
  export declare const BACKGROUND_QUERY_REQUEST_GRAPHS: string[];
96
97
  export declare const CATALOG_READ_REQUEST_GRAPH = "ysql_connections_per_sec";
98
+ /** Background-task query id (see backend createBackgroundStats) for the Catalog Read task. */
99
+ export declare const CATALOG_READ_BACKGROUND_QUERY_ID = "5";
100
+ export declare const getBackgroundRequestGraphs: (queryId?: string | null) => string[];
101
+ /** Background drilldown tabs. Background tasks have no PGSS RPC stats, so only Performance Metrics. */
102
+ export declare const getBackgroundDrilldownBaseTabs: (queryId?: string | null) => readonly SqlDrilldownTabConfig[];
97
103
  export declare const DEFAULT_RECORDS_PER_PAGE: number[];
98
104
  export declare const ANOMALY_CATEGORY_LIST: AnomalyCategory[];
99
105
  export declare const GLOBAL_RUNTIME_CONFIG = "00000000-0000-0000-0000-000000000000";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yugabytedb/perf-advisor-ui",
3
- "version": "1.0.149",
3
+ "version": "1.0.150",
4
4
  "type": "module",
5
5
  "main": "dist/esm/index.js",
6
6
  "module": "dist/esm/index.js",