@memberjunction/ng-dashboards 2.127.0 → 2.129.0
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.
- package/dist/AI/components/agents/agent-configuration.component.d.ts +34 -1
- package/dist/AI/components/agents/agent-configuration.component.d.ts.map +1 -1
- package/dist/AI/components/agents/agent-configuration.component.js +419 -109
- package/dist/AI/components/agents/agent-configuration.component.js.map +1 -1
- package/dist/AI/components/agents/agent-editor.component.d.ts +1 -1
- package/dist/AI/components/agents/agent-editor.component.d.ts.map +1 -1
- package/dist/AI/components/agents/agent-filter-panel.component.d.ts +1 -1
- package/dist/AI/components/agents/agent-filter-panel.component.d.ts.map +1 -1
- package/dist/AI/components/agents/agent-filter-panel.component.js +3 -3
- package/dist/AI/components/agents/agent-filter-panel.component.js.map +1 -1
- package/dist/AI/components/execution-monitoring.component.d.ts +1 -1
- package/dist/AI/components/execution-monitoring.component.d.ts.map +1 -1
- package/dist/AI/components/execution-monitoring.component.js +3 -3
- package/dist/AI/components/execution-monitoring.component.js.map +1 -1
- package/dist/AI/components/models/{model-management-v2.component.d.ts → model-management.component.d.ts} +21 -5
- package/dist/AI/components/models/model-management.component.d.ts.map +1 -0
- package/dist/AI/components/models/model-management.component.js +1283 -0
- package/dist/AI/components/models/model-management.component.js.map +1 -0
- package/dist/AI/components/prompts/model-prompt-priority-matrix.component.d.ts +2 -1
- package/dist/AI/components/prompts/model-prompt-priority-matrix.component.d.ts.map +1 -1
- package/dist/AI/components/prompts/prompt-filter-panel.component.js +2 -2
- package/dist/AI/components/prompts/{prompt-management-v2.component.d.ts → prompt-management.component.d.ts} +30 -5
- package/dist/AI/components/prompts/prompt-management.component.d.ts.map +1 -0
- package/dist/AI/components/prompts/prompt-management.component.js +1079 -0
- package/dist/AI/components/prompts/prompt-management.component.js.map +1 -0
- package/dist/AI/components/prompts/prompt-version-control.component.d.ts +2 -1
- package/dist/AI/components/prompts/prompt-version-control.component.d.ts.map +1 -1
- package/dist/AI/components/prompts/prompt-version-control.component.js +1 -1
- package/dist/AI/components/prompts/prompt-version-control.component.js.map +1 -1
- package/dist/AI/components/system/system-config-filter-panel.component.js +2 -2
- package/dist/AI/components/system/system-configuration.component.d.ts +55 -11
- package/dist/AI/components/system/system-configuration.component.d.ts.map +1 -1
- package/dist/AI/components/system/system-configuration.component.js +790 -131
- package/dist/AI/components/system/system-configuration.component.js.map +1 -1
- package/dist/AI/components/widgets/kpi-card.component.d.ts.map +1 -1
- package/dist/AI/components/widgets/kpi-card.component.js +3 -3
- package/dist/AI/components/widgets/kpi-card.component.js.map +1 -1
- package/dist/AI/index.d.ts +2 -2
- package/dist/AI/index.d.ts.map +1 -1
- package/dist/AI/index.js +2 -2
- package/dist/AI/index.js.map +1 -1
- package/dist/AI/services/ai-instrumentation.service.d.ts +5 -6
- package/dist/AI/services/ai-instrumentation.service.d.ts.map +1 -1
- package/dist/AI/services/ai-instrumentation.service.js.map +1 -1
- package/dist/Communication/communication-dashboard.component.d.ts +2 -0
- package/dist/Communication/communication-dashboard.component.d.ts.map +1 -1
- package/dist/Communication/communication-dashboard.component.js +5 -2
- package/dist/Communication/communication-dashboard.component.js.map +1 -1
- package/dist/ComponentStudio/component-studio-dashboard.component.d.ts +3 -2
- package/dist/ComponentStudio/component-studio-dashboard.component.d.ts.map +1 -1
- package/dist/ComponentStudio/component-studio-dashboard.component.js +7 -3
- package/dist/ComponentStudio/component-studio-dashboard.component.js.map +1 -1
- package/dist/Credentials/components/credential-category-edit-panel.component.d.ts +44 -0
- package/dist/Credentials/components/credential-category-edit-panel.component.d.ts.map +1 -0
- package/dist/Credentials/components/credential-category-edit-panel.component.js +456 -0
- package/dist/Credentials/components/credential-category-edit-panel.component.js.map +1 -0
- package/dist/Credentials/components/credential-edit-panel.component.d.ts +70 -0
- package/dist/Credentials/components/credential-edit-panel.component.d.ts.map +1 -0
- package/dist/Credentials/components/credential-edit-panel.component.js +694 -0
- package/dist/Credentials/components/credential-edit-panel.component.js.map +1 -0
- package/dist/Credentials/components/credential-type-edit-panel.component.d.ts +56 -0
- package/dist/Credentials/components/credential-type-edit-panel.component.d.ts.map +1 -0
- package/dist/Credentials/components/credential-type-edit-panel.component.js +563 -0
- package/dist/Credentials/components/credential-type-edit-panel.component.js.map +1 -0
- package/dist/Credentials/components/credentials-audit-resource.component.d.ts +81 -0
- package/dist/Credentials/components/credentials-audit-resource.component.d.ts.map +1 -0
- package/dist/Credentials/components/credentials-audit-resource.component.js +864 -0
- package/dist/Credentials/components/credentials-audit-resource.component.js.map +1 -0
- package/dist/Credentials/components/credentials-categories-resource.component.d.ts +61 -0
- package/dist/Credentials/components/credentials-categories-resource.component.d.ts.map +1 -0
- package/dist/Credentials/components/credentials-categories-resource.component.js +816 -0
- package/dist/Credentials/components/credentials-categories-resource.component.js.map +1 -0
- package/dist/Credentials/components/credentials-list-resource.component.d.ts +83 -0
- package/dist/Credentials/components/credentials-list-resource.component.d.ts.map +1 -0
- package/dist/Credentials/components/credentials-list-resource.component.js +1253 -0
- package/dist/Credentials/components/credentials-list-resource.component.js.map +1 -0
- package/dist/Credentials/components/credentials-overview-resource.component.d.ts +99 -0
- package/dist/Credentials/components/credentials-overview-resource.component.d.ts.map +1 -0
- package/dist/Credentials/components/credentials-overview-resource.component.js +936 -0
- package/dist/Credentials/components/credentials-overview-resource.component.js.map +1 -0
- package/dist/Credentials/components/credentials-types-resource.component.d.ts +70 -0
- package/dist/Credentials/components/credentials-types-resource.component.d.ts.map +1 -0
- package/dist/Credentials/components/credentials-types-resource.component.js +868 -0
- package/dist/Credentials/components/credentials-types-resource.component.js.map +1 -0
- package/dist/Credentials/credentials-dashboard.component.d.ts +37 -0
- package/dist/Credentials/credentials-dashboard.component.d.ts.map +1 -0
- package/dist/Credentials/credentials-dashboard.component.js +290 -0
- package/dist/Credentials/credentials-dashboard.component.js.map +1 -0
- package/dist/Credentials/index.d.ts +7 -0
- package/dist/Credentials/index.d.ts.map +1 -0
- package/dist/Credentials/index.js +9 -0
- package/dist/Credentials/index.js.map +1 -0
- package/dist/Credentials/pipes/group-by.pipe.d.ts +13 -0
- package/dist/Credentials/pipes/group-by.pipe.d.ts.map +1 -0
- package/dist/Credentials/pipes/group-by.pipe.js +29 -0
- package/dist/Credentials/pipes/group-by.pipe.js.map +1 -0
- package/dist/DataExplorer/components/navigation-panel/navigation-panel.component.d.ts +2 -2
- package/dist/DataExplorer/components/view-config-panel/view-config-panel.component.d.ts +3 -3
- package/dist/DataExplorer/components/view-config-panel/view-config-panel.component.d.ts.map +1 -1
- package/dist/DataExplorer/components/view-config-panel/view-config-panel.component.js +50 -19
- package/dist/DataExplorer/components/view-config-panel/view-config-panel.component.js.map +1 -1
- package/dist/DataExplorer/components/view-selector/view-selector.component.d.ts +17 -1
- package/dist/DataExplorer/components/view-selector/view-selector.component.d.ts.map +1 -1
- package/dist/DataExplorer/components/view-selector/view-selector.component.js +77 -45
- package/dist/DataExplorer/components/view-selector/view-selector.component.js.map +1 -1
- package/dist/DataExplorer/data-explorer-dashboard.component.d.ts +36 -0
- package/dist/DataExplorer/data-explorer-dashboard.component.d.ts.map +1 -1
- package/dist/DataExplorer/data-explorer-dashboard.component.js +552 -368
- package/dist/DataExplorer/data-explorer-dashboard.component.js.map +1 -1
- package/dist/DataExplorer/services/explorer-state.service.d.ts +5 -5
- package/dist/DataExplorer/services/explorer-state.service.d.ts.map +1 -1
- package/dist/DataExplorer/services/explorer-state.service.js +125 -151
- package/dist/DataExplorer/services/explorer-state.service.js.map +1 -1
- package/dist/EntityAdmin/entity-admin-dashboard.component.d.ts +15 -19
- package/dist/EntityAdmin/entity-admin-dashboard.component.d.ts.map +1 -1
- package/dist/EntityAdmin/entity-admin-dashboard.component.js +70 -26
- package/dist/EntityAdmin/entity-admin-dashboard.component.js.map +1 -1
- package/dist/Home/home-dashboard.component.d.ts +6 -5
- package/dist/Home/home-dashboard.component.d.ts.map +1 -1
- package/dist/Home/home-dashboard.component.js +174 -166
- package/dist/Home/home-dashboard.component.js.map +1 -1
- package/dist/Scheduling/scheduling-dashboard.component.d.ts +2 -0
- package/dist/Scheduling/scheduling-dashboard.component.d.ts.map +1 -1
- package/dist/Scheduling/scheduling-dashboard.component.js +5 -2
- package/dist/Scheduling/scheduling-dashboard.component.js.map +1 -1
- package/dist/Scheduling/services/scheduling-instrumentation.service.d.ts.map +1 -1
- package/dist/Scheduling/services/scheduling-instrumentation.service.js +4 -2
- package/dist/Scheduling/services/scheduling-instrumentation.service.js.map +1 -1
- package/dist/SystemDiagnostics/index.d.ts +2 -0
- package/dist/SystemDiagnostics/index.d.ts.map +1 -0
- package/dist/SystemDiagnostics/index.js +3 -0
- package/dist/SystemDiagnostics/index.js.map +1 -0
- package/dist/SystemDiagnostics/system-diagnostics.component.d.ts +497 -0
- package/dist/SystemDiagnostics/system-diagnostics.component.d.ts.map +1 -0
- package/dist/SystemDiagnostics/system-diagnostics.component.js +6063 -0
- package/dist/SystemDiagnostics/system-diagnostics.component.js.map +1 -0
- package/dist/Testing/testing-dashboard.component.d.ts +2 -0
- package/dist/Testing/testing-dashboard.component.d.ts.map +1 -1
- package/dist/Testing/testing-dashboard.component.js +5 -2
- package/dist/Testing/testing-dashboard.component.js.map +1 -1
- package/dist/module.d.ts +103 -94
- package/dist/module.d.ts.map +1 -1
- package/dist/module.js +94 -29
- package/dist/module.js.map +1 -1
- package/dist/public-api.d.ts +3 -1
- package/dist/public-api.d.ts.map +1 -1
- package/dist/public-api.js +21 -1
- package/dist/public-api.js.map +1 -1
- package/package.json +28 -25
- package/dist/AI/components/models/model-management-v2.component.d.ts.map +0 -1
- package/dist/AI/components/models/model-management-v2.component.js +0 -981
- package/dist/AI/components/models/model-management-v2.component.js.map +0 -1
- package/dist/AI/components/prompts/prompt-management-v2.component.d.ts.map +0 -1
- package/dist/AI/components/prompts/prompt-management-v2.component.js +0 -811
- package/dist/AI/components/prompts/prompt-management-v2.component.js.map +0 -1
- package/dist/EntityAdmin/components/entity-details.component.d.ts +0 -50
- package/dist/EntityAdmin/components/entity-details.component.d.ts.map +0 -1
- package/dist/EntityAdmin/components/entity-details.component.js +0 -680
- package/dist/EntityAdmin/components/entity-details.component.js.map +0 -1
- package/dist/EntityAdmin/components/entity-filter-panel.component.d.ts +0 -31
- package/dist/EntityAdmin/components/entity-filter-panel.component.d.ts.map +0 -1
- package/dist/EntityAdmin/components/entity-filter-panel.component.js +0 -160
- package/dist/EntityAdmin/components/entity-filter-panel.component.js.map +0 -1
- package/dist/EntityAdmin/components/erd-composite.component.d.ts +0 -73
- package/dist/EntityAdmin/components/erd-composite.component.d.ts.map +0 -1
- package/dist/EntityAdmin/components/erd-composite.component.js +0 -271
- package/dist/EntityAdmin/components/erd-composite.component.js.map +0 -1
- package/dist/EntityAdmin/components/erd-diagram.component.d.ts +0 -47
- package/dist/EntityAdmin/components/erd-diagram.component.d.ts.map +0 -1
- package/dist/EntityAdmin/components/erd-diagram.component.js +0 -618
- package/dist/EntityAdmin/components/erd-diagram.component.js.map +0 -1
|
@@ -0,0 +1,497 @@
|
|
|
1
|
+
import { OnInit, OnDestroy, ChangeDetectorRef, ElementRef, AfterViewInit, NgZone } from '@angular/core';
|
|
2
|
+
import { ActivatedRoute, Router } from '@angular/router';
|
|
3
|
+
import { BaseResourceComponent, NavigationService } from '@memberjunction/ng-shared';
|
|
4
|
+
import { TelemetryInsight, TelemetryCategory, TelemetryParamsUnion } from '@memberjunction/core';
|
|
5
|
+
import { ResourceData } from '@memberjunction/core-entities';
|
|
6
|
+
import { EngineMemoryStats, CacheEntryInfo, CacheStats, CacheEntryType } from '@memberjunction/core';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
/**
|
|
9
|
+
* Interface representing a single engine's diagnostic info for display
|
|
10
|
+
*/
|
|
11
|
+
export interface EngineDiagnosticInfo {
|
|
12
|
+
className: string;
|
|
13
|
+
isLoaded: boolean;
|
|
14
|
+
registeredAt: Date;
|
|
15
|
+
lastLoadedAt: Date | null;
|
|
16
|
+
estimatedMemoryBytes: number;
|
|
17
|
+
itemCount: number;
|
|
18
|
+
memoryDisplay: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Interface for engine config items for drill-down detail
|
|
22
|
+
*/
|
|
23
|
+
export interface EngineConfigItemDisplay {
|
|
24
|
+
propertyName: string;
|
|
25
|
+
type: 'entity' | 'dataset';
|
|
26
|
+
entityName?: string;
|
|
27
|
+
datasetName?: string;
|
|
28
|
+
filter?: string;
|
|
29
|
+
orderBy?: string;
|
|
30
|
+
itemCount: number;
|
|
31
|
+
estimatedMemoryBytes: number;
|
|
32
|
+
memoryDisplay: string;
|
|
33
|
+
sampleData: unknown[];
|
|
34
|
+
expanded: boolean;
|
|
35
|
+
displayedData: unknown[];
|
|
36
|
+
allDataLoaded: boolean;
|
|
37
|
+
isLoadingMore: boolean;
|
|
38
|
+
currentPage: number;
|
|
39
|
+
pageSize: number;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* Engine detail panel state
|
|
43
|
+
*/
|
|
44
|
+
export interface EngineDetailPanelState {
|
|
45
|
+
isOpen: boolean;
|
|
46
|
+
engine: EngineDiagnosticInfo | null;
|
|
47
|
+
configItems: EngineConfigItemDisplay[];
|
|
48
|
+
isRefreshing: boolean;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Interface for redundant entity loading info
|
|
52
|
+
*/
|
|
53
|
+
export interface RedundantLoadInfo {
|
|
54
|
+
entityName: string;
|
|
55
|
+
engines: string[];
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* Display-friendly telemetry pattern info
|
|
59
|
+
*/
|
|
60
|
+
export interface TelemetryPatternDisplay {
|
|
61
|
+
fingerprint: string;
|
|
62
|
+
category: TelemetryCategory;
|
|
63
|
+
operation: string;
|
|
64
|
+
entityName: string | null;
|
|
65
|
+
filter: string | null;
|
|
66
|
+
orderBy: string | null;
|
|
67
|
+
count: number;
|
|
68
|
+
avgElapsedMs: number;
|
|
69
|
+
totalElapsedMs: number;
|
|
70
|
+
minElapsedMs: number;
|
|
71
|
+
maxElapsedMs: number;
|
|
72
|
+
lastSeen: Date;
|
|
73
|
+
sampleParams: TelemetryParamsUnion;
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* Display-friendly telemetry event for timeline
|
|
77
|
+
*/
|
|
78
|
+
export interface TelemetryEventDisplay {
|
|
79
|
+
id: string;
|
|
80
|
+
category: TelemetryCategory;
|
|
81
|
+
operation: string;
|
|
82
|
+
entityName: string | null;
|
|
83
|
+
filter: string | null;
|
|
84
|
+
startTime: number;
|
|
85
|
+
endTime: number | undefined;
|
|
86
|
+
elapsedMs: number | undefined;
|
|
87
|
+
timestamp: Date;
|
|
88
|
+
params: TelemetryParamsUnion;
|
|
89
|
+
}
|
|
90
|
+
/**
|
|
91
|
+
* Extended insight with expansion state
|
|
92
|
+
*/
|
|
93
|
+
export interface TelemetryInsightDisplay extends TelemetryInsight {
|
|
94
|
+
expanded: boolean;
|
|
95
|
+
relatedEvents: TelemetryEventDisplay[];
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* Sort configuration for patterns table
|
|
99
|
+
*/
|
|
100
|
+
export interface PatternSortConfig {
|
|
101
|
+
column: 'category' | 'operation' | 'entity' | 'count' | 'avgMs' | 'totalMs';
|
|
102
|
+
direction: 'asc' | 'desc';
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* Event detail panel state
|
|
106
|
+
*/
|
|
107
|
+
export interface EventDetailPanelState {
|
|
108
|
+
isOpen: boolean;
|
|
109
|
+
event: TelemetryEventDisplay | null;
|
|
110
|
+
relatedPattern: TelemetryPatternDisplay | null;
|
|
111
|
+
}
|
|
112
|
+
/**
|
|
113
|
+
* Summary stats for telemetry
|
|
114
|
+
*/
|
|
115
|
+
export interface TelemetrySummary {
|
|
116
|
+
totalEvents: number;
|
|
117
|
+
totalPatterns: number;
|
|
118
|
+
totalInsights: number;
|
|
119
|
+
activeEvents: number;
|
|
120
|
+
byCategory: Record<TelemetryCategory, {
|
|
121
|
+
events: number;
|
|
122
|
+
avgMs: number;
|
|
123
|
+
}>;
|
|
124
|
+
}
|
|
125
|
+
/**
|
|
126
|
+
* Interface for persisted user preferences
|
|
127
|
+
*/
|
|
128
|
+
export interface SystemDiagnosticsUserPreferences {
|
|
129
|
+
kpiCardsCollapsed: boolean;
|
|
130
|
+
activeSection: 'engines' | 'redundant' | 'performance' | 'cache';
|
|
131
|
+
perfTab: 'monitor' | 'overview' | 'events' | 'patterns' | 'insights';
|
|
132
|
+
telemetrySource: 'client' | 'server';
|
|
133
|
+
categoryFilter: 'all' | TelemetryCategory;
|
|
134
|
+
chartZoomLevel: number;
|
|
135
|
+
chartGapCompression: boolean;
|
|
136
|
+
autoRefresh: boolean;
|
|
137
|
+
}
|
|
138
|
+
/**
|
|
139
|
+
* Tree-shaking prevention function - ensures component is included in builds
|
|
140
|
+
*/
|
|
141
|
+
export declare function LoadSystemDiagnosticsResource(): void;
|
|
142
|
+
/**
|
|
143
|
+
* System Diagnostics Resource Component
|
|
144
|
+
*
|
|
145
|
+
* Provides a comprehensive view of:
|
|
146
|
+
* - All registered BaseEngine instances and their memory usage
|
|
147
|
+
* - Entity load tracking across engines (identifies redundant loading)
|
|
148
|
+
*
|
|
149
|
+
* This is a client-side only dashboard - all data comes from in-memory registries.
|
|
150
|
+
*/
|
|
151
|
+
export declare class SystemDiagnosticsComponent extends BaseResourceComponent implements OnInit, OnDestroy, AfterViewInit {
|
|
152
|
+
private cdr;
|
|
153
|
+
private ngZone;
|
|
154
|
+
private navigationService;
|
|
155
|
+
private route;
|
|
156
|
+
private router;
|
|
157
|
+
private destroy$;
|
|
158
|
+
private metadata;
|
|
159
|
+
private userSettingEntity;
|
|
160
|
+
private saveSettingsTimeout;
|
|
161
|
+
private settingsLoaded;
|
|
162
|
+
isLoading: boolean;
|
|
163
|
+
autoRefresh: boolean;
|
|
164
|
+
activeSection: 'engines' | 'redundant' | 'performance' | 'cache';
|
|
165
|
+
lastUpdated: Date;
|
|
166
|
+
isRefreshingEngines: boolean;
|
|
167
|
+
kpiCardsCollapsed: boolean;
|
|
168
|
+
engineStats: EngineMemoryStats | null;
|
|
169
|
+
engines: EngineDiagnosticInfo[];
|
|
170
|
+
redundantLoads: RedundantLoadInfo[];
|
|
171
|
+
telemetrySummary: TelemetrySummary | null;
|
|
172
|
+
telemetryPatterns: TelemetryPatternDisplay[];
|
|
173
|
+
telemetryInsights: TelemetryInsightDisplay[];
|
|
174
|
+
telemetryEnabled: boolean;
|
|
175
|
+
categoriesWithData: {
|
|
176
|
+
name: string;
|
|
177
|
+
events: number;
|
|
178
|
+
avgMs: number;
|
|
179
|
+
}[];
|
|
180
|
+
telemetrySource: 'client' | 'server';
|
|
181
|
+
serverTelemetryLoading: boolean;
|
|
182
|
+
serverTelemetryError: string | null;
|
|
183
|
+
serverTelemetryEnabled: boolean;
|
|
184
|
+
telemetryEvents: TelemetryEventDisplay[];
|
|
185
|
+
timelineView: 'insights' | 'timeline' | 'chart';
|
|
186
|
+
perfTab: 'monitor' | 'overview' | 'events' | 'patterns' | 'insights';
|
|
187
|
+
perfChartRef: ElementRef<HTMLDivElement>;
|
|
188
|
+
private chartInitialized;
|
|
189
|
+
chartZoomLevel: number;
|
|
190
|
+
chartGapCompression: boolean;
|
|
191
|
+
private chartViewportStart;
|
|
192
|
+
private chartViewportEnd;
|
|
193
|
+
private expandedGaps;
|
|
194
|
+
private isSelecting;
|
|
195
|
+
private selectionStartX;
|
|
196
|
+
private selectionRect;
|
|
197
|
+
private chartXScale;
|
|
198
|
+
private chartMarginLeft;
|
|
199
|
+
chartTimeRangeStart: number | null;
|
|
200
|
+
chartInteractionMode: 'pointer' | 'select' | 'pan';
|
|
201
|
+
private chartGapSegments;
|
|
202
|
+
chartTimeRangeEnd: number | null;
|
|
203
|
+
slowQueries: TelemetryEventDisplay[];
|
|
204
|
+
slowQueryThresholdMs: number;
|
|
205
|
+
patternSort: PatternSortConfig;
|
|
206
|
+
searchQuery: string;
|
|
207
|
+
categoryFilter: TelemetryCategory | 'all';
|
|
208
|
+
telemetryBootTime: number;
|
|
209
|
+
eventDetailPanel: EventDetailPanelState;
|
|
210
|
+
cacheStats: CacheStats | null;
|
|
211
|
+
cacheEntries: CacheEntryInfo[];
|
|
212
|
+
cacheTypeFilter: CacheEntryType | 'all';
|
|
213
|
+
cacheInitialized: boolean;
|
|
214
|
+
cacheHitRate: number;
|
|
215
|
+
engineDetailPanel: EngineDetailPanelState;
|
|
216
|
+
isRefreshingSingleEngine: string | null;
|
|
217
|
+
constructor(cdr: ChangeDetectorRef, ngZone: NgZone, navigationService: NavigationService, route: ActivatedRoute, router: Router);
|
|
218
|
+
ngOnInit(): Promise<void>;
|
|
219
|
+
ngOnDestroy(): void;
|
|
220
|
+
ngAfterViewInit(): void;
|
|
221
|
+
setActiveSection(section: 'engines' | 'redundant' | 'performance' | 'cache'): void;
|
|
222
|
+
toggleAutoRefresh(): void;
|
|
223
|
+
toggleKpiCards(): void;
|
|
224
|
+
refreshData(): Promise<void>;
|
|
225
|
+
private refreshTelemetryData;
|
|
226
|
+
private eventToDisplay;
|
|
227
|
+
private getRelatedEventsForInsight;
|
|
228
|
+
private sortPatterns;
|
|
229
|
+
sortPatternsBy(column: PatternSortConfig['column']): void;
|
|
230
|
+
getSortIcon(column: PatternSortConfig['column']): string;
|
|
231
|
+
toggleInsightExpanded(insight: TelemetryInsightDisplay): void;
|
|
232
|
+
setTimelineView(view: 'insights' | 'timeline' | 'chart'): void;
|
|
233
|
+
setPerfTab(tab: 'monitor' | 'overview' | 'events' | 'patterns' | 'insights'): void;
|
|
234
|
+
jumpToPatternsByCategory(categoryName: string): void;
|
|
235
|
+
getInsightFilter(insight: TelemetryInsightDisplay): string | null;
|
|
236
|
+
getEventParams(event: TelemetryEventDisplay): Array<{
|
|
237
|
+
key: string;
|
|
238
|
+
value: string;
|
|
239
|
+
}>;
|
|
240
|
+
private formatParamValue;
|
|
241
|
+
/**
|
|
242
|
+
* Check if this is a RunView/RunViews operation
|
|
243
|
+
*/
|
|
244
|
+
isRunViewOperation(event: TelemetryEventDisplay): boolean;
|
|
245
|
+
/**
|
|
246
|
+
* Check if this is a batch RunViews operation
|
|
247
|
+
*/
|
|
248
|
+
isRunViewsOperation(event: TelemetryEventDisplay): boolean;
|
|
249
|
+
/**
|
|
250
|
+
* Get entity names for RunViews batch operation (first few for display)
|
|
251
|
+
*/
|
|
252
|
+
getRunViewsEntities(event: TelemetryEventDisplay, maxDisplay?: number): string[];
|
|
253
|
+
/**
|
|
254
|
+
* Get total entity count for RunViews batch operation
|
|
255
|
+
*/
|
|
256
|
+
getRunViewsEntityCount(event: TelemetryEventDisplay): number;
|
|
257
|
+
/**
|
|
258
|
+
* Check if there are more entities than displayed
|
|
259
|
+
*/
|
|
260
|
+
hasMoreEntities(event: TelemetryEventDisplay, maxDisplay?: number): boolean;
|
|
261
|
+
/**
|
|
262
|
+
* Check if the event was a cache hit (safe accessor for union type params)
|
|
263
|
+
*/
|
|
264
|
+
isCacheHit(event: TelemetryEventDisplay | {
|
|
265
|
+
params: TelemetryParamsUnion;
|
|
266
|
+
}): boolean;
|
|
267
|
+
/**
|
|
268
|
+
* Get entity name from telemetry params (safe accessor for union type)
|
|
269
|
+
*/
|
|
270
|
+
getEntityName(params: TelemetryParamsUnion | undefined): string | null;
|
|
271
|
+
/**
|
|
272
|
+
* Get filter from telemetry params (safe accessor for union type)
|
|
273
|
+
*/
|
|
274
|
+
getFilter(params: TelemetryParamsUnion | undefined): string | null;
|
|
275
|
+
/**
|
|
276
|
+
* Get order by from telemetry params (safe accessor for union type)
|
|
277
|
+
*/
|
|
278
|
+
getOrderBy(params: TelemetryParamsUnion | undefined): string | null;
|
|
279
|
+
/**
|
|
280
|
+
* Get RunView parameter pills for display
|
|
281
|
+
*/
|
|
282
|
+
getRunViewPills(event: TelemetryEventDisplay): Array<{
|
|
283
|
+
label: string;
|
|
284
|
+
value: string;
|
|
285
|
+
type: 'filter' | 'order' | 'result' | 'limit' | 'batch' | 'info';
|
|
286
|
+
}>;
|
|
287
|
+
openEventDetailPanel(event: TelemetryEventDisplay): void;
|
|
288
|
+
closeEventDetailPanel(): void;
|
|
289
|
+
copyEventToClipboard(event: TelemetryEventDisplay): void;
|
|
290
|
+
filterByEntity(entityName: string | null): void;
|
|
291
|
+
exportTelemetryData(): void;
|
|
292
|
+
setCategoryFilter(category: TelemetryCategory | 'all'): void;
|
|
293
|
+
setCategoryFilterByName(name: string): void;
|
|
294
|
+
onSearchChange(): void;
|
|
295
|
+
clearSearch(): void;
|
|
296
|
+
private searchParamsTimeout;
|
|
297
|
+
private updateQueryParamsDebounced;
|
|
298
|
+
get filteredPatterns(): TelemetryPatternDisplay[];
|
|
299
|
+
get filteredEvents(): TelemetryEventDisplay[];
|
|
300
|
+
formatTimestamp(date: Date): string;
|
|
301
|
+
truncateString(str: string | null, maxLength: number): string;
|
|
302
|
+
toggleTelemetry(): void;
|
|
303
|
+
clearTelemetry(): void;
|
|
304
|
+
/**
|
|
305
|
+
* Switch between client and server telemetry sources
|
|
306
|
+
*/
|
|
307
|
+
setTelemetrySource(source: 'client' | 'server'): void;
|
|
308
|
+
/**
|
|
309
|
+
* Load telemetry data from the server via GraphQL
|
|
310
|
+
*/
|
|
311
|
+
private loadServerTelemetry;
|
|
312
|
+
getSeverityClass(severity: string): string;
|
|
313
|
+
getSeverityIcon(severity: string): string;
|
|
314
|
+
refreshAllEngines(): Promise<void>;
|
|
315
|
+
formatBytes(bytes: number): string;
|
|
316
|
+
formatTime(date: Date): string;
|
|
317
|
+
formatRelativeTime(ms: number): string;
|
|
318
|
+
/**
|
|
319
|
+
* Renders a Windows PerfMon-style D3 time series chart
|
|
320
|
+
* Shows performance events over time with duration spikes
|
|
321
|
+
*/
|
|
322
|
+
renderPerfChart(): void;
|
|
323
|
+
private drawGridLines;
|
|
324
|
+
private drawAxes;
|
|
325
|
+
/**
|
|
326
|
+
* Format time for axis labels - shows relative time since process start
|
|
327
|
+
*/
|
|
328
|
+
private formatAxisTime;
|
|
329
|
+
/**
|
|
330
|
+
* Format duration for Y axis labels
|
|
331
|
+
*/
|
|
332
|
+
private formatAxisDuration;
|
|
333
|
+
private drawCategoryArea;
|
|
334
|
+
private drawEventPoints;
|
|
335
|
+
private drawThresholdLine;
|
|
336
|
+
/**
|
|
337
|
+
* Zoom the chart in or out
|
|
338
|
+
*/
|
|
339
|
+
zoomPerfChart(direction: 'in' | 'out'): void;
|
|
340
|
+
/**
|
|
341
|
+
* Reset chart zoom to default
|
|
342
|
+
*/
|
|
343
|
+
resetPerfChartZoom(): void;
|
|
344
|
+
/**
|
|
345
|
+
* Handle gap compression toggle
|
|
346
|
+
*/
|
|
347
|
+
onGapCompressionChange(): void;
|
|
348
|
+
/**
|
|
349
|
+
* Set chart interaction mode (select for drag-to-zoom, pan for click-to-view)
|
|
350
|
+
*/
|
|
351
|
+
setChartInteractionMode(mode: 'pointer' | 'select' | 'pan'): void;
|
|
352
|
+
/**
|
|
353
|
+
* Returns the appropriate cursor style based on the current chart interaction mode
|
|
354
|
+
*/
|
|
355
|
+
private getChartCursor;
|
|
356
|
+
/**
|
|
357
|
+
* Returns whether the overlay should intercept pointer events based on the current mode
|
|
358
|
+
*/
|
|
359
|
+
private getOverlayPointerEvents;
|
|
360
|
+
/**
|
|
361
|
+
* Identifies gaps in the data where there's no activity
|
|
362
|
+
* Returns segments with their type (events or gap)
|
|
363
|
+
*/
|
|
364
|
+
private identifyGaps;
|
|
365
|
+
/**
|
|
366
|
+
* Draws a compressed gap indicator
|
|
367
|
+
*/
|
|
368
|
+
private drawGapIndicator;
|
|
369
|
+
/**
|
|
370
|
+
* Adds a drag-to-select brush overlay for zooming into a time range
|
|
371
|
+
* Only active when chartInteractionMode is 'select'
|
|
372
|
+
*/
|
|
373
|
+
private addSelectionBrush;
|
|
374
|
+
/**
|
|
375
|
+
* Zooms the chart to show only events within the specified time range
|
|
376
|
+
*/
|
|
377
|
+
private zoomToTimeRange;
|
|
378
|
+
/**
|
|
379
|
+
* Refreshes cache data from LocalCacheManager
|
|
380
|
+
*/
|
|
381
|
+
refreshCacheData(): void;
|
|
382
|
+
/**
|
|
383
|
+
* Getter for filtered cache entries based on type filter
|
|
384
|
+
*/
|
|
385
|
+
get filteredCacheEntries(): CacheEntryInfo[];
|
|
386
|
+
/**
|
|
387
|
+
* Sets the cache type filter
|
|
388
|
+
*/
|
|
389
|
+
setCacheTypeFilter(type: CacheEntryType | 'all'): void;
|
|
390
|
+
/**
|
|
391
|
+
* Clears all cache entries
|
|
392
|
+
*/
|
|
393
|
+
clearAllCache(): Promise<void>;
|
|
394
|
+
/**
|
|
395
|
+
* Invalidates a single cache entry
|
|
396
|
+
*/
|
|
397
|
+
invalidateCacheEntry(entry: CacheEntryInfo): Promise<void>;
|
|
398
|
+
/**
|
|
399
|
+
* Formats a cache timestamp (unix ms) to display string
|
|
400
|
+
*/
|
|
401
|
+
formatCacheTimestamp(timestamp: number): string;
|
|
402
|
+
/**
|
|
403
|
+
* Refresh a single engine
|
|
404
|
+
*/
|
|
405
|
+
refreshSingleEngine(engine: EngineDiagnosticInfo, event: Event): Promise<void>;
|
|
406
|
+
/**
|
|
407
|
+
* Opens the engine detail panel for a specific engine
|
|
408
|
+
*/
|
|
409
|
+
openEngineDetailPanel(engine: EngineDiagnosticInfo): void;
|
|
410
|
+
/**
|
|
411
|
+
* Closes the engine detail panel
|
|
412
|
+
*/
|
|
413
|
+
closeEngineDetailPanel(): void;
|
|
414
|
+
/**
|
|
415
|
+
* Refreshes the engine shown in the detail panel
|
|
416
|
+
*/
|
|
417
|
+
refreshEngineInDetailPanel(): Promise<void>;
|
|
418
|
+
/**
|
|
419
|
+
* Gets config items for an engine by examining its Configs property
|
|
420
|
+
*/
|
|
421
|
+
private getEngineConfigItems;
|
|
422
|
+
/**
|
|
423
|
+
* Estimates memory for an array of objects
|
|
424
|
+
*/
|
|
425
|
+
private estimateArrayMemory;
|
|
426
|
+
/**
|
|
427
|
+
* Toggle expansion of a config item
|
|
428
|
+
*/
|
|
429
|
+
toggleConfigItemExpanded(item: EngineConfigItemDisplay): void;
|
|
430
|
+
/**
|
|
431
|
+
* Get column names for sample data display
|
|
432
|
+
*/
|
|
433
|
+
getSampleDataColumns(item: EngineConfigItemDisplay): string[];
|
|
434
|
+
/**
|
|
435
|
+
* Get a value from sample data for display
|
|
436
|
+
*/
|
|
437
|
+
getSampleDataValue(row: unknown, column: string): string;
|
|
438
|
+
/**
|
|
439
|
+
* Format a value for display in sample data table
|
|
440
|
+
*/
|
|
441
|
+
private formatValueForDisplay;
|
|
442
|
+
/**
|
|
443
|
+
* Load more data for a config item (paging)
|
|
444
|
+
*/
|
|
445
|
+
loadMoreData(item: EngineConfigItemDisplay): void;
|
|
446
|
+
/**
|
|
447
|
+
* Load all remaining data for a config item
|
|
448
|
+
*/
|
|
449
|
+
loadAllData(item: EngineConfigItemDisplay): void;
|
|
450
|
+
/**
|
|
451
|
+
* Get the record ID from a row (for opening entity records)
|
|
452
|
+
*/
|
|
453
|
+
getRecordId(row: unknown): string | null;
|
|
454
|
+
/**
|
|
455
|
+
* Open an entity record using NavigationService
|
|
456
|
+
*/
|
|
457
|
+
openEntityRecord(entityName: string, row: unknown): void;
|
|
458
|
+
/**
|
|
459
|
+
* Open an entity in the explorer (placeholder - would need routing integration)
|
|
460
|
+
*/
|
|
461
|
+
openEntityInExplorer(entityName: string): void;
|
|
462
|
+
/**
|
|
463
|
+
* Apply query parameters to component state (deep linking support)
|
|
464
|
+
* Query params take precedence over saved preferences
|
|
465
|
+
*/
|
|
466
|
+
private applyQueryParams;
|
|
467
|
+
/**
|
|
468
|
+
* Update query parameters to reflect current state (for deep linking)
|
|
469
|
+
*/
|
|
470
|
+
private updateQueryParams;
|
|
471
|
+
/**
|
|
472
|
+
* Load user preferences from MJ: User Settings entity using UserInfoEngine for cached access
|
|
473
|
+
*/
|
|
474
|
+
private loadUserPreferences;
|
|
475
|
+
/**
|
|
476
|
+
* Apply loaded user preferences to component state
|
|
477
|
+
*/
|
|
478
|
+
private applyUserPreferences;
|
|
479
|
+
/**
|
|
480
|
+
* Get current preferences as an object
|
|
481
|
+
*/
|
|
482
|
+
private getCurrentPreferences;
|
|
483
|
+
/**
|
|
484
|
+
* Debounced save of user preferences (500ms delay)
|
|
485
|
+
* Also updates query params for deep linking
|
|
486
|
+
*/
|
|
487
|
+
private saveUserPreferencesDebounced;
|
|
488
|
+
/**
|
|
489
|
+
* Save user preferences to MJ: User Settings entity using UserInfoEngine for cached lookup
|
|
490
|
+
*/
|
|
491
|
+
private saveUserPreferences;
|
|
492
|
+
GetResourceDisplayName(data: ResourceData): Promise<string>;
|
|
493
|
+
GetResourceIconClass(data: ResourceData): Promise<string>;
|
|
494
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SystemDiagnosticsComponent, never>;
|
|
495
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SystemDiagnosticsComponent, "app-system-diagnostics", never, {}, {}, never, never, false, never>;
|
|
496
|
+
}
|
|
497
|
+
//# sourceMappingURL=system-diagnostics.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"system-diagnostics.component.d.ts","sourceRoot":"","sources":["../../src/SystemDiagnostics/system-diagnostics.component.ts"],"names":[],"mappings":"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"}
|