2020-04-16 05:09:37 -04:00
|
|
|
export const dateFormatMask = 'mmm dd HH:MM:ss.l';
|
2020-04-13 11:09:20 -04:00
|
|
|
|
|
|
|
export const TOKEN_TYPE_POD_NAME = 'TOKEN_TYPE_POD_NAME';
|
2020-05-28 05:08:05 -04:00
|
|
|
|
|
|
|
export const tracking = {
|
|
|
|
USED_SEARCH_BAR: 'used_search_bar',
|
|
|
|
POD_LOG_CHANGED: 'pod_log_changed',
|
|
|
|
TIME_RANGE_SET: 'time_range_set',
|
|
|
|
ENVIRONMENT_SELECTED: 'environment_selected',
|
2020-06-05 02:08:40 -04:00
|
|
|
REFRESH_POD_LOGS: 'refresh_pod_logs',
|
2020-07-16 14:09:35 -04:00
|
|
|
MANAGED_APP_SELECTED: 'managed_app_selected',
|
|
|
|
};
|
|
|
|
|
|
|
|
export const logExplorerOptions = {
|
|
|
|
environments: 'environments',
|
|
|
|
managedApps: 'managedApps',
|
2020-05-28 05:08:05 -04:00
|
|
|
};
|