Skip to content

Commit

Permalink
DATANODE_MIGRATION telemetry progress
Browse files Browse the repository at this point in the history
  • Loading branch information
gally47 committed Aug 20, 2024
1 parent 87ca9b8 commit f180eee
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions graylog2-web-interface/src/logic/telemetry/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -348,4 +348,22 @@ export const TELEMETRY_EVENT_TYPE = {
SELECT_OPENED: 'Index Set Template Selected Opened',
SELECT_CLOSED: 'Index Set Template Selected Cancelled',
},
DATANODE_MIGRATION: {
RESET_MIGRATION_CLICKED: 'Index Set Template Create Opened',
RESET_MIGRATION_CONFIRM_CLICKED: 'Index Set Template Create Cancelled',
WELCOME_GO_TO_MIGRATION_STEPS_CLICKED: 'Index Set Template Created',
MIGRATION_TYPE_SELECTED: 'Index Set Template Edit Opened',
INPLACE_RUN_DIRECTORY_COMPATIBILITY_CHECK_CLICKED: 'Index Set Template Edit Cancelled',
INPLACE_DIRECTORY_COMPATIBILITY_CHECK_NEXT_CLICKED: 'Index Set Template Edit Cancelled',
INPLACE_JOURNAL_SIZE_DOWNTIME_WARNING_NEXT_CLICKED: 'Index Set Template Edit Cancelled',
INPLACE_STOP_MESSAGE_PROCESSING_NEXT_CLICKED: 'Index Set Template Edit Cancelled',
INPLACE_RESTART_GRAYLOG_NEXT_CLICKED: 'Index Set Template Edit Cancelled',
REMOTEREINDEX_WELCOME_NEXT_CLICKED: 'Index Set Template Edit Cancelled',
REMOTEREINDEX_MIGRATE_EXISTING_DATA_QUESTION_NEXT_CLICKED: 'Index Set Template Edit Cancelled',
REMOTEREINDEX_MIGRATE_EXISTING_DATA_QUESTION_SKIP_CLICKED: 'Index Set Template Edit Cancelled',
REMOTEREINDEX_MIGRATE_EXISTING_DATA_CHECK_CONNECTION_CLICKED: 'Index Set Template Edit Cancelled',
REMOTEREINDEX_MIGRATE_EXISTING_DATA_START_CLICKED: 'Index Set Template Edit Cancelled',
REMOTEREINDEX_RUNNING_LOGVIEW_CLICKED: 'Index Set Template Edit Cancelled',
REMOTEREINDEX_RUNNING_RETRY_CLICKED: 'Index Set Template Edit Cancelled',
},
} as const;

0 comments on commit f180eee

Please sign in to comment.