mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-05-15 09:47:30 +01:00
Frontend performance metrics (#2439)
* Added enriched metrics * Add more traces for observability
This commit is contained in:
@@ -152,6 +152,22 @@ export enum Action {
|
||||
CloudShellTerminalSession,
|
||||
OpenVSCode,
|
||||
ImportSampleData,
|
||||
|
||||
// Tracing for ApplicationLoad & DatabaseLoad scenarios
|
||||
ConfigurePortal,
|
||||
FetchAccountKeys,
|
||||
AcquireMsalToken,
|
||||
UpdateCopilotContext,
|
||||
GetCopilotEnabled,
|
||||
CheckCopilotFeatureRegistration,
|
||||
UpdateSampleDataContext,
|
||||
RefreshSampleData,
|
||||
ReadDatabases,
|
||||
ReadCollections,
|
||||
LoadCollectionsPerDatabase,
|
||||
RefreshNotebooksEnabled,
|
||||
CheckPhoenixStatus,
|
||||
CheckFeatureRegistration,
|
||||
}
|
||||
|
||||
export const ActionModifiers = {
|
||||
|
||||
Reference in New Issue
Block a user