@datum-cloud/datum-ui 1.8.0 → 2.1.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.
Files changed (91) hide show
  1. package/dist/autocomplete/index.mjs +1 -1
  2. package/dist/{autocomplete-DM6JYV4W.mjs → autocomplete-DZ_HSBak.mjs} +1 -1
  3. package/dist/autosearch/index.mjs +1 -1
  4. package/dist/{calendar-date-picker-AzvSqjeS.mjs → calendar-date-picker-ynSGADfR.mjs} +1 -1
  5. package/dist/components/base/sheet/sheet.d.ts +2 -1
  6. package/dist/components/features/data-table/columns/selection-column.d.ts +5 -4
  7. package/dist/components/features/data-table/components/bulk-actions.d.ts +2 -1
  8. package/dist/components/features/data-table/components/column-header.d.ts +2 -1
  9. package/dist/components/features/data-table/components/inline-content.d.ts +2 -1
  10. package/dist/components/features/data-table/components/row-actions.d.ts +2 -1
  11. package/dist/components/features/data-table/core/client-provider.d.ts +3 -2
  12. package/dist/components/features/data-table/core/data-table-context.d.ts +46 -6
  13. package/dist/components/features/data-table/core/features.d.ts +59 -0
  14. package/dist/components/features/data-table/core/filter-engine.d.ts +4 -3
  15. package/dist/components/features/data-table/core/server-provider.d.ts +3 -2
  16. package/dist/components/features/data-table/core/store.d.ts +2 -1
  17. package/dist/components/features/data-table/hooks/use-data-table-client.d.ts +86 -7
  18. package/dist/components/features/data-table/hooks/use-data-table-server.d.ts +86 -7
  19. package/dist/components/features/data-table/hooks/use-selectors.d.ts +7 -6
  20. package/dist/components/features/data-table/index.d.ts +2 -0
  21. package/dist/components/features/data-table/types.d.ts +30 -29
  22. package/dist/components/features/date-time/date-time.d.ts +6 -0
  23. package/dist/components/features/date-time/formatters.d.ts +13 -0
  24. package/dist/components/features/date-time/index.d.ts +3 -0
  25. package/dist/components/features/date-time/types.d.ts +47 -0
  26. package/dist/components/features/grouped-table/grouped-table.d.ts +2 -1
  27. package/dist/components/features/grouped-table/lib/bucket-rows.d.ts +3 -2
  28. package/dist/components/features/grouped-table/lib/compose-columns.d.ts +4 -3
  29. package/dist/components/features/grouped-table/lib/sort-rows.d.ts +3 -2
  30. package/dist/components/features/grouped-table/types.d.ts +7 -6
  31. package/dist/components/features/grouped-table/use-grouped-expansion.d.ts +2 -1
  32. package/dist/components/features/index.d.ts +1 -0
  33. package/dist/components/features/logs/components/detail.d.ts +3 -0
  34. package/dist/components/features/logs/components/explorer.d.ts +3 -0
  35. package/dist/components/features/logs/components/filters.d.ts +11 -0
  36. package/dist/components/features/logs/components/root.d.ts +2 -0
  37. package/dist/components/features/logs/components/status-badge.d.ts +7 -0
  38. package/dist/components/features/logs/components/table.d.ts +3 -0
  39. package/dist/components/features/logs/components/toolbar.d.ts +12 -0
  40. package/dist/components/features/logs/fixtures/index.d.ts +2 -0
  41. package/dist/components/features/logs/hooks/use-controllable-state.d.ts +5 -0
  42. package/dist/components/features/logs/hooks/use-logs.d.ts +3 -0
  43. package/dist/components/features/logs/index.d.ts +4 -0
  44. package/dist/components/features/logs/logs.d.ts +18 -0
  45. package/dist/components/features/logs/types.d.ts +105 -0
  46. package/dist/components/features/logs/utils/build-logql.d.ts +2 -0
  47. package/dist/components/features/logs/utils/constants.d.ts +6 -0
  48. package/dist/components/features/logs/utils/facets.d.ts +3 -0
  49. package/dist/components/features/logs/utils/flatten-loki.d.ts +3 -0
  50. package/dist/components/features/logs/utils/format-timestamp.d.ts +4 -0
  51. package/dist/components/features/logs/utils/index.d.ts +8 -0
  52. package/dist/components/features/logs/utils/parse-log-line.d.ts +7 -0
  53. package/dist/components/features/logs/utils/severity.d.ts +5 -0
  54. package/dist/components/features/logs/utils/time-range.d.ts +3 -0
  55. package/dist/data-table/index.mjs +2 -2
  56. package/dist/{data-table-mByk373T.mjs → data-table-Du7_FLBi.mjs} +44 -12
  57. package/dist/date-picker/index.mjs +3 -3
  58. package/dist/date-time/index.mjs +2 -0
  59. package/dist/date-time-CA-09lnw.mjs +134 -0
  60. package/dist/date-time-picker/index.mjs +1 -1
  61. package/dist/{date-time-picker-D3-DeNo8.mjs → date-time-picker-BzcHrf-A.mjs} +1 -1
  62. package/dist/{picker-b5-x-EHs.mjs → date-time-range-picker-Dog33Ry0.mjs} +22 -456
  63. package/dist/form/index.mjs +1 -1
  64. package/dist/{form-BUUNQfC9.mjs → form-BhBsoMFA.mjs} +4 -4
  65. package/dist/grouped-table/index.mjs +1 -1
  66. package/dist/{grouped-table-b2jDEPR6.mjs → grouped-table--jejU1Jy.mjs} +5 -6
  67. package/dist/index.mjs +19 -18
  68. package/dist/logs/fixtures/index.mjs +231 -0
  69. package/dist/logs/index.mjs +980 -0
  70. package/dist/mobile-sheet/index.mjs +1 -1
  71. package/dist/{mobile-sheet-D9L-JOee.mjs → mobile-sheet-BYp-QQmn.mjs} +1 -1
  72. package/dist/more-actions/index.mjs +1 -1
  73. package/dist/{more-actions-Bx443Ccx.mjs → more-actions-B1FUf2rm.mjs} +1 -1
  74. package/dist/multi-select/index.mjs +1 -1
  75. package/dist/{multi-select-PHaMEbY-.mjs → multi-select-PtdMChPF.mjs} +1 -1
  76. package/dist/picker/index.mjs +2 -1
  77. package/dist/picker-raVuDxsh.mjs +453 -0
  78. package/dist/responsive-dropdown/index.mjs +1 -1
  79. package/dist/{responsive-dropdown-fCmduKaz.mjs → responsive-dropdown-n0Txkax5.mjs} +1 -1
  80. package/dist/responsive-popover/index.mjs +1 -1
  81. package/dist/{responsive-popover-DJZgXWIE.mjs → responsive-popover-C_1nzIvm.mjs} +1 -1
  82. package/dist/rich-text-editor/index.mjs +1 -1
  83. package/dist/{rich-text-editor-CGuSn8xi.mjs → rich-text-editor-Dohp-pbf.mjs} +1 -1
  84. package/dist/sheet/index.mjs +1 -1
  85. package/dist/{sheet-BZViad2U.mjs → sheet-C2i2k5i2.mjs} +2 -2
  86. package/dist/task-queue/index.mjs +1 -1
  87. package/dist/{task-queue-dropdown-pqFd4rSf.mjs → task-queue-dropdown-ClLLTMxU.mjs} +1 -1
  88. package/dist/time-picker/index.mjs +1 -1
  89. package/dist/{time-picker-B_fN5vhO.mjs → time-picker-CFhaHTtI.mjs} +1 -1
  90. package/dist/{to-api-format-43Boq7OR.mjs → to-api-format-WC7b9Mcv.mjs} +2 -2
  91. package/package.json +20 -5
package/dist/index.mjs CHANGED
@@ -24,14 +24,14 @@ import { a as InputGroupText, i as InputGroupInput, n as InputGroupAddon, o as I
24
24
  import { t as Label } from "./label-Bk6FXsju.mjs";
25
25
  import { t as Spinner } from "./spinner-C5Xv-i2C.mjs";
26
26
  import { A as useLeaflet, C as MapMarkerClusterGroup, D as MapRectangle, E as MapPopup, O as MapTooltip, S as MapMarker, T as MapPolyline, _ as MapLocateControl, a as MapTileLayer, b as MapCircle, c as MapDrawDelete, d as MapDrawPolygon, f as MapDrawPolyline, g as MapFullscreenControl, h as MapControlContainer, i as MapLayersControl, j as PlaceAutocomplete, k as Map, l as MapDrawEdit, m as MapDrawUndo, n as MapLayerGroup, o as MapDrawCircle, p as MapDrawRectangle, r as MapLayers, s as MapDrawControl, t as MapFeatureGroup, u as MapDrawMarker, v as MapSearchControl, w as MapPolygon, x as MapCircleMarker, y as MapZoomControl } from "./layers-DWYdrGmC.mjs";
27
- import { i as useInSheet, n as MobileSheet, r as InSheetContext, t as ResponsiveSheetTrigger } from "./mobile-sheet-D9L-JOee.mjs";
27
+ import { i as useInSheet, n as MobileSheet, r as InSheetContext, t as ResponsiveSheetTrigger } from "./mobile-sheet-BYp-QQmn.mjs";
28
28
  import { a as SheetHeader, i as SheetFooter, o as SheetTitle, r as SheetDescription, s as SheetTrigger } from "./sheet-DXCZyMHI.mjs";
29
- import { i as SheetOverlay, n as SheetClose, r as SheetContent, t as Sheet } from "./sheet-BZViad2U.mjs";
29
+ import { i as SheetOverlay, n as SheetClose, r as SheetContent, t as Sheet } from "./sheet-C2i2k5i2.mjs";
30
30
  import { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from "./popover/index.mjs";
31
31
  import { n as RadioGroupItem, t as RadioGroup } from "./radio-group-LduBVTnh.mjs";
32
32
  import { t as useBreakpoint } from "./use-breakpoint-CwiUJSmk.mjs";
33
- import { t as ResponsiveDropdown } from "./responsive-dropdown-fCmduKaz.mjs";
34
- import { t as ResponsivePopover } from "./responsive-popover-DJZgXWIE.mjs";
33
+ import { t as ResponsiveDropdown } from "./responsive-dropdown-n0Txkax5.mjs";
34
+ import { t as ResponsivePopover } from "./responsive-popover-C_1nzIvm.mjs";
35
35
  import { a as SelectLabel, c as SelectSeparator, i as SelectItem, l as SelectTrigger, n as SelectContent, o as SelectScrollDownButton, r as SelectGroup, s as SelectScrollUpButton, t as Select, u as SelectValue } from "./select-DCU44UO6.mjs";
36
36
  import { C as SidebarProvider, S as SidebarGroupLabel, _ as SidebarMenuSubButton, a as SidebarInput, b as SidebarGroupAction, c as SidebarSeparator, d as SidebarMenuAction, f as SidebarMenuBadge, g as SidebarMenuSub, h as SidebarMenuSkeleton, i as SidebarHeader, l as SidebarTrigger, m as SidebarMenuItem, n as SidebarContent, o as SidebarInset, p as SidebarMenuButton, r as SidebarFooter, s as SidebarRail, t as Sidebar, u as SidebarMenu, v as SidebarMenuSubItem, w as useSidebar, x as SidebarGroupContent, y as SidebarGroup } from "./sidebar-BRUNOqXi.mjs";
37
37
  import { t as Tooltip } from "./tooltip-C_SL1imw.mjs";
@@ -44,42 +44,43 @@ import { a as ListItem, c as Title, d as titleVariants, i as List, l as paragrap
44
44
  import { t as VisuallyHidden } from "./visuallyhidden-D7L_qs8b.mjs";
45
45
  import { a as hasActiveDescendant, i as findItemByHref, n as NavMenu, o as isNavItemActive, r as NavMenuItem, s as normalizePath, t as AppNavigation } from "./app-navigation-CNig4Maj.mjs";
46
46
  import { t as LoaderOverlay } from "./loader-overlay-DD94azZX.mjs";
47
- import { t as Autocomplete } from "./autocomplete-DM6JYV4W.mjs";
47
+ import { t as Autocomplete } from "./autocomplete-DZ_HSBak.mjs";
48
48
  import { Autosearch, defaultAutosearchValue } from "./autosearch/index.mjs";
49
49
  import { n as avatarStackVariants, t as AvatarStack } from "./avatar-stack-BZK6zUJr.mjs";
50
- import { G as getTimezoneOffset, U as formatTimezoneLabel, W as getBrowserTimezone } from "./picker-b5-x-EHs.mjs";
51
- import { t as CalendarDatePicker } from "./calendar-date-picker-AzvSqjeS.mjs";
50
+ import { M as getBrowserTimezone, N as getTimezoneOffset, j as formatTimezoneLabel } from "./date-time-range-picker-Dog33Ry0.mjs";
51
+ import { t as CalendarDatePicker } from "./calendar-date-picker-ynSGADfR.mjs";
52
52
  import { i as ClientOnly, n as useTheme, r as ThemeScript, t as ThemeProvider } from "./themes-Ba2bajuF.mjs";
53
53
  import { a as formatJson, c as isValidYaml, d as CodeEditor, i as CodeEditorTabs, l as jsonToYaml, n as jsonSchema, o as formatYaml, r as yamlSchema, s as isValidJson, t as createCodeEditorSchema, u as yamlToJson } from "./types-agDpVXBG.mjs";
54
54
  import { t as toast } from "./toast-BUPlDkN3.mjs";
55
55
  import { n as Toaster, t as useToast } from "./use-toast-Bpq0yJIT.mjs";
56
- import { _ as DEFAULT_DEBOUNCE_MS, a as useDataTablePagination, b as DEFAULT_PAGE_SIZES, c as useDataTableSelection, d as resolvePath, f as rowMatchesSearch, g as useNuqsAdapter, h as createSelectionColumn, i as useDataTableLoading, l as useDataTableSorting, m as DataTableColumnHeader, n as useDataTableFilters, o as useDataTableRows, p as DataTableRowActions, r as useDataTableInlineContents, s as useDataTableSearch, t as DataTable, u as createDataTableStore, v as DEFAULT_LOADING_ROWS, y as DEFAULT_PAGE_SIZE } from "./data-table-mByk373T.mjs";
56
+ import { _ as useNuqsAdapter, a as useDataTablePagination, b as DEFAULT_PAGE_SIZE, c as useDataTableSelection, d as resolvePath, f as rowMatchesSearch, g as createSelectionColumn, h as DataTableColumnHeader, i as useDataTableLoading, l as useDataTableSorting, m as DataTableRowActions, n as useDataTableFilters, o as useDataTableRows, p as dataTableFeatures, r as useDataTableInlineContents, s as useDataTableSearch, t as DataTable, u as createDataTableStore, v as DEFAULT_DEBOUNCE_MS, x as DEFAULT_PAGE_SIZES, y as DEFAULT_LOADING_ROWS } from "./data-table-Du7_FLBi.mjs";
57
57
  import { t as ActionRow } from "./action-row-DTvs91_3.mjs";
58
58
  import { n as useDebouncedSearchInput, t as DEFAULT_SEARCH_DEBOUNCE_MS } from "./use-debounced-search-input-yu_F0QBt.mjs";
59
- import { t as MultiSelect } from "./multi-select-PHaMEbY-.mjs";
60
- import { t as DateTimePicker } from "./date-time-picker-D3-DeNo8.mjs";
59
+ import { t as MultiSelect } from "./multi-select-PtdMChPF.mjs";
60
+ import { a as formatRelativeDate, c as getTimestamp, i as formatCombinedDate, l as getTimezoneAbbreviation, n as DEFAULT_DATE_FORMAT, o as formatTimezoneDate, r as formatAbsoluteDate, s as formatUTCDate, t as DateTime, u as parseDate } from "./date-time-CA-09lnw.mjs";
61
+ import { t as DateTimePicker } from "./date-time-picker-BzcHrf-A.mjs";
61
62
  import { a as DropdownMenuItem, c as DropdownMenuRadioGroup, d as DropdownMenuShortcut, f as DropdownMenuSub, h as DropdownMenuTrigger, i as DropdownMenuGroup, l as DropdownMenuRadioItem, m as DropdownMenuSubTrigger, n as DropdownMenuCheckboxItem, o as DropdownMenuLabel, p as DropdownMenuSubContent, r as DropdownMenuContent, s as DropdownMenuPortal, t as DropdownMenu, u as DropdownMenuSeparator } from "./dropdown-B0znsOlu.mjs";
62
63
  import { i as FileInputButton, n as DropzoneContent, r as DropzoneEmptyState, t as Dropzone } from "./dropzone-DrWVd7OI.mjs";
63
64
  import { t as EmptyContent } from "./empty-content-DvaelFpJ.mjs";
64
- import { A as FormCheckbox, C as FormDialog, D as FormCustom, E as FormDatePicker, M as FormAutosearch, N as FormAutocomplete, O as FormCopyBox, S as FormError, T as FormDateTimePicker, _ as FormRadioGroup, a as useField, b as FormFieldArray, c as useWatchAll, d as FormTextarea, f as FormSwitch, g as FormRoot, h as FormSelectItem, i as useFieldContext, j as FormButton, k as FormCombobox, l as FormTransfer, m as FormSelect, n as useFormState, o as FormWhen, p as FormSubmit, r as useFormContext, s as useWatch, t as Form, u as FormTimePicker, v as FormRadioItem, w as FormDescription, x as FormField, y as FormInput } from "./form-BUUNQfC9.mjs";
65
+ import { A as FormCheckbox, C as FormDialog, D as FormCustom, E as FormDatePicker, M as FormAutosearch, N as FormAutocomplete, O as FormCopyBox, S as FormError, T as FormDateTimePicker, _ as FormRadioGroup, a as useField, b as FormFieldArray, c as useWatchAll, d as FormTextarea, f as FormSwitch, g as FormRoot, h as FormSelectItem, i as useFieldContext, j as FormButton, k as FormCombobox, l as FormTransfer, m as FormSelect, n as useFormState, o as FormWhen, p as FormSubmit, r as useFormContext, s as useWatch, t as Form, u as FormTimePicker, v as FormRadioItem, w as FormDescription, x as FormField, y as FormInput } from "./form-BhBsoMFA.mjs";
65
66
  import { t as useCopyToClipboard } from "./use-copy-to-clipboard-DZDq_85T.mjs";
66
67
  import { n as useAdapter, t as FormAdapterProvider } from "./adapter-context-h0jCVqGO.mjs";
67
68
  import { InputWithAddons } from "./input-with-addons/index.mjs";
68
- import { t as TimePicker } from "./time-picker-B_fN5vhO.mjs";
69
+ import { t as TimePicker } from "./time-picker-CFhaHTtI.mjs";
69
70
  import { t as Transfer } from "./transfer-CEq9AhL7.mjs";
70
71
  import { a as getResponsiveValue, c as GRID_COLUMNS, d as RESPONSIVE_MAP, i as getGutter, l as GRID_PREFIX, n as Row, o as registerMediaQuery, r as RowContext, s as GRID_BREAKPOINTS, t as Col, u as RESPONSIVE_ARRAY } from "./col-BYGWTB4j.mjs";
71
- import { t as GroupedTable } from "./grouped-table-b2jDEPR6.mjs";
72
+ import { t as GroupedTable } from "./grouped-table--jejU1Jy.mjs";
72
73
  import { t as InputNumber } from "./input-number-TXmW-X9o.mjs";
73
74
  import { a as logoStyles, i as LogoFlat, n as LogoStacked, r as LogoIcon, t as LogoText } from "./logo-text-Dpm5O6Kg.mjs";
74
75
  import { t as Logo } from "./logo-C3FxD7jb.mjs";
75
- import { t as MoreActions } from "./more-actions-Bx443Ccx.mjs";
76
+ import { t as MoreActions } from "./more-actions-B1FUf2rm.mjs";
76
77
  import { configureProgress, startProgress, stopProgress } from "./nprogress/index.mjs";
77
78
  import { t as PageTitle } from "./page-title-ipRWEOeM.mjs";
78
- import { n as useRichTextEditor, r as RichTextContent, t as RichTextEditor } from "./rich-text-editor-CGuSn8xi.mjs";
79
+ import { n as useRichTextEditor, r as RichTextContent, t as RichTextEditor } from "./rich-text-editor-Dohp-pbf.mjs";
79
80
  import { t as defineStepper } from "./stepper-dNvkipop.mjs";
80
81
  import { t as TagsInput } from "./tag-input-Ctxtcpwy.mjs";
81
- import { _ as RedisTaskStorage, a as TaskPanelItem, b as createProjectMetadata, c as TaskPanelHeader, d as useCurrentScope, f as useTasksWithLabels, g as detectStorage, h as TaskQueue, i as TaskPanel, l as getContextLabel, m as TaskQueueProvider, n as TaskSummaryDialog, o as TaskPanelCounter, p as useTaskQueue, r as TaskQueueTrigger, s as TaskPanelActions, t as TaskQueueDropdown, u as matchesCurrentScope, v as LocalTaskStorage, x as createUserMetadata, y as createOrgMetadata } from "./task-queue-dropdown-pqFd4rSf.mjs";
82
- import { _ as getShortTimezoneDisplay, a as TimeRangePicker, b as utcToLocalInputString, c as getPresetByKey, d as TimezoneSelector, f as QuickRangesPanel, g as getDefaultTimezoneOptions, h as formatUtcForDisplay, i as formatTimeRangeDisplay, l as getPresetByShortcut, m as createTimezoneOption, n as formatDateForInput, o as DEFAULT_PRESETS, p as CustomRangePanel, r as formatSingleTimeDisplay, s as getDefaultPreset, t as toApiTimeRange, u as getPresetRange, v as localInputStringToUtc, x as zonedDateToUtcString, y as utcStringToZonedDate } from "./to-api-format-43Boq7OR.mjs";
82
+ import { _ as RedisTaskStorage, a as TaskPanelItem, b as createProjectMetadata, c as TaskPanelHeader, d as useCurrentScope, f as useTasksWithLabels, g as detectStorage, h as TaskQueue, i as TaskPanel, l as getContextLabel, m as TaskQueueProvider, n as TaskSummaryDialog, o as TaskPanelCounter, p as useTaskQueue, r as TaskQueueTrigger, s as TaskPanelActions, t as TaskQueueDropdown, u as matchesCurrentScope, v as LocalTaskStorage, x as createUserMetadata, y as createOrgMetadata } from "./task-queue-dropdown-ClLLTMxU.mjs";
83
+ import { _ as getShortTimezoneDisplay, a as TimeRangePicker, b as utcToLocalInputString, c as getPresetByKey, d as TimezoneSelector, f as QuickRangesPanel, g as getDefaultTimezoneOptions, h as formatUtcForDisplay, i as formatTimeRangeDisplay, l as getPresetByShortcut, m as createTimezoneOption, n as formatDateForInput, o as DEFAULT_PRESETS, p as CustomRangePanel, r as formatSingleTimeDisplay, s as getDefaultPreset, t as toApiTimeRange, u as getPresetRange, v as localInputStringToUtc, x as zonedDateToUtcString, y as utcStringToZonedDate } from "./to-api-format-WC7b9Mcv.mjs";
83
84
  import { t as useDebounce } from "./hooks-CwZ6hyI1.mjs";
84
85
  import { n as toUTCTimestampStartOfDay, t as toUTCTimestampEndOfDay } from "./utils-CA4QEIJ8.mjs";
85
- export { CustomRangePanel as AbsoluteRangePanel, CustomRangePanel, ActionRow, Alert, AlertDescription, AlertTitle, AppNavigation, Autocomplete, Autosearch, Avatar, AvatarFallback, AvatarImage, AvatarStack, Badge, Blockquote, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, ButtonGroup, ButtonGroupSeparator, ButtonGroupText, Calendar, CalendarDatePicker, CalendarDayButton, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, ClientOnly, CloseIcon, Code, CodeEditor, CodeEditorTabs, Col, Collapsible, CollapsibleContent, CollapsibleTrigger, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, DEFAULT_DEBOUNCE_MS, DEFAULT_LOADING_ROWS, DEFAULT_PAGE_SIZE, DEFAULT_PAGE_SIZES, DEFAULT_PRESETS, DEFAULT_SEARCH_DEBOUNCE_MS, DataTable, DataTableColumnHeader, DataTableRowActions, DateTimePicker, Dialog, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Dropzone, DropzoneContent, DropzoneEmptyState, EmptyContent, FileInputButton, Form, FormAdapterProvider, FormAutocomplete, FormAutosearch, FormButton, FormCheckbox, FormCombobox, FormCopyBox, FormCustom, FormDatePicker, FormDateTimePicker, FormDescription, FormDialog, FormError, FormField, FormFieldArray, FormInput, FormRadioGroup, FormRadioItem, FormRoot, FormSelect, FormSelectItem, FormSubmit, FormSwitch, FormTextarea, FormTimePicker, FormTransfer, FormWhen, GRID_BREAKPOINTS, GRID_COLUMNS, GRID_PREFIX, GroupedTable, HoverCard, HoverCardContent, HoverCardTrigger, Icon, InSheetContext, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputNumber, InputWithAddons, Label, Link, LinkButton, List, ListItem, LoaderOverlay, LocalTaskStorage, Logo, LogoFlat, LogoIcon, LogoStacked, LogoText, Map, MapCircle, MapCircleMarker, MapControlContainer, MapDrawCircle, MapDrawControl, MapDrawDelete, MapDrawEdit, MapDrawMarker, MapDrawPolygon, MapDrawPolyline, MapDrawRectangle, MapDrawUndo, MapFeatureGroup, MapFullscreenControl, MapLayerGroup, MapLayers, MapLayersControl, MapLocateControl, MapMarker, MapMarkerClusterGroup, MapPolygon, MapPolyline, MapPopup, MapRectangle, MapSearchControl, MapTileLayer, MapTooltip, MapZoomControl, MobileSheet, MoreActions, MultiSelect, NavMenu, NavMenuItem, PageTitle, Paragraph, PlaceAutocomplete, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, QuickRangesPanel, RESPONSIVE_ARRAY, RESPONSIVE_MAP, RadioGroup, RadioGroupItem, RedisTaskStorage, ResponsiveDropdown, ResponsivePopover, ResponsiveSheetTrigger, RichTextContent, RichTextEditor, Row, RowContext, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Spinner, SpinnerIcon, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsLinkTrigger, TabsList, TabsTrigger, TagsInput, TaskPanel, TaskPanelActions, TaskPanelCounter, TaskPanelHeader, TaskPanelItem, TaskQueue, TaskQueueDropdown, TaskQueueProvider, TaskQueueTrigger, TaskSummaryDialog, Text, Textarea, ThemeProvider, ThemeScript, TimePicker, TimeRangePicker, TimezoneSelector, Title, Toaster, Tooltip, Transfer, VisuallyHidden, avatarStackVariants, badgeVariants, buttonGroupVariants, buttonVariants, cn, configureProgress, createCodeEditorSchema, createDataTableStore, createOrgMetadata, createProjectMetadata, createSelectionColumn, createTimezoneOption, createUserMetadata, defaultAutosearchValue, defineStepper, detectStorage, findItemByHref, formatDateForInput, formatJson, formatSingleTimeDisplay, formatTimeRangeDisplay, formatTimezoneLabel, formatUtcForDisplay, formatYaml, getBrowserTimezone, getContextLabel, getDefaultPreset, getDefaultTimezoneOptions, getGutter, getPresetByKey, getPresetByShortcut, getPresetRange, getResponsiveValue, getShortTimezoneDisplay, getTimezoneOffset, hasActiveDescendant, isNavItemActive, isValidJson, isValidYaml, jsonSchema, jsonToYaml, localInputStringToUtc, logoStyles, matchesCurrentScope, normalizePath, paragraphVariants, registerMediaQuery, resolvePath, rowMatchesSearch, startProgress, stopProgress, textVariants, titleVariants, toApiTimeRange, toUTCTimestampEndOfDay, toUTCTimestampStartOfDay, toast, useAdapter, useBreakpoint, useControllableState, useCopyToClipboard, useCurrentScope, useDataTableFilters, useDataTableInlineContents, useDataTableLoading, useDataTablePagination, useDataTableRows, useDataTableSearch, useDataTableSelection, useDataTableSorting, useDebounce, useDebouncedSearchInput, useField, useFieldContext, useFormContext, useFormState, useInSheet, useLeaflet, useNuqsAdapter, useRichTextEditor, useSidebar, useTaskQueue, useTasksWithLabels, useTheme, useToast, useWatch, useWatchAll, utcStringToZonedDate, utcToLocalInputString, yamlSchema, yamlToJson, zonedDateToUtcString };
86
+ export { CustomRangePanel as AbsoluteRangePanel, CustomRangePanel, ActionRow, Alert, AlertDescription, AlertTitle, AppNavigation, Autocomplete, Autosearch, Avatar, AvatarFallback, AvatarImage, AvatarStack, Badge, Blockquote, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, ButtonGroup, ButtonGroupSeparator, ButtonGroupText, Calendar, CalendarDatePicker, CalendarDayButton, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, ClientOnly, CloseIcon, Code, CodeEditor, CodeEditorTabs, Col, Collapsible, CollapsibleContent, CollapsibleTrigger, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, DEFAULT_DATE_FORMAT, DEFAULT_DEBOUNCE_MS, DEFAULT_LOADING_ROWS, DEFAULT_PAGE_SIZE, DEFAULT_PAGE_SIZES, DEFAULT_PRESETS, DEFAULT_SEARCH_DEBOUNCE_MS, DataTable, DataTableColumnHeader, DataTableRowActions, DateTime, DateTimePicker, Dialog, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Dropzone, DropzoneContent, DropzoneEmptyState, EmptyContent, FileInputButton, Form, FormAdapterProvider, FormAutocomplete, FormAutosearch, FormButton, FormCheckbox, FormCombobox, FormCopyBox, FormCustom, FormDatePicker, FormDateTimePicker, FormDescription, FormDialog, FormError, FormField, FormFieldArray, FormInput, FormRadioGroup, FormRadioItem, FormRoot, FormSelect, FormSelectItem, FormSubmit, FormSwitch, FormTextarea, FormTimePicker, FormTransfer, FormWhen, GRID_BREAKPOINTS, GRID_COLUMNS, GRID_PREFIX, GroupedTable, HoverCard, HoverCardContent, HoverCardTrigger, Icon, InSheetContext, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputNumber, InputWithAddons, Label, Link, LinkButton, List, ListItem, LoaderOverlay, LocalTaskStorage, Logo, LogoFlat, LogoIcon, LogoStacked, LogoText, Map, MapCircle, MapCircleMarker, MapControlContainer, MapDrawCircle, MapDrawControl, MapDrawDelete, MapDrawEdit, MapDrawMarker, MapDrawPolygon, MapDrawPolyline, MapDrawRectangle, MapDrawUndo, MapFeatureGroup, MapFullscreenControl, MapLayerGroup, MapLayers, MapLayersControl, MapLocateControl, MapMarker, MapMarkerClusterGroup, MapPolygon, MapPolyline, MapPopup, MapRectangle, MapSearchControl, MapTileLayer, MapTooltip, MapZoomControl, MobileSheet, MoreActions, MultiSelect, NavMenu, NavMenuItem, PageTitle, Paragraph, PlaceAutocomplete, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, QuickRangesPanel, RESPONSIVE_ARRAY, RESPONSIVE_MAP, RadioGroup, RadioGroupItem, RedisTaskStorage, ResponsiveDropdown, ResponsivePopover, ResponsiveSheetTrigger, RichTextContent, RichTextEditor, Row, RowContext, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Spinner, SpinnerIcon, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsLinkTrigger, TabsList, TabsTrigger, TagsInput, TaskPanel, TaskPanelActions, TaskPanelCounter, TaskPanelHeader, TaskPanelItem, TaskQueue, TaskQueueDropdown, TaskQueueProvider, TaskQueueTrigger, TaskSummaryDialog, Text, Textarea, ThemeProvider, ThemeScript, TimePicker, TimeRangePicker, TimezoneSelector, Title, Toaster, Tooltip, Transfer, VisuallyHidden, avatarStackVariants, badgeVariants, buttonGroupVariants, buttonVariants, cn, configureProgress, createCodeEditorSchema, createDataTableStore, createOrgMetadata, createProjectMetadata, createSelectionColumn, createTimezoneOption, createUserMetadata, dataTableFeatures, defaultAutosearchValue, defineStepper, detectStorage, findItemByHref, formatAbsoluteDate, formatCombinedDate, formatDateForInput, formatJson, formatRelativeDate, formatSingleTimeDisplay, formatTimeRangeDisplay, formatTimezoneDate, formatTimezoneLabel, formatUTCDate, formatUtcForDisplay, formatYaml, getBrowserTimezone, getContextLabel, getDefaultPreset, getDefaultTimezoneOptions, getGutter, getPresetByKey, getPresetByShortcut, getPresetRange, getResponsiveValue, getShortTimezoneDisplay, getTimestamp, getTimezoneAbbreviation, getTimezoneOffset, hasActiveDescendant, isNavItemActive, isValidJson, isValidYaml, jsonSchema, jsonToYaml, localInputStringToUtc, logoStyles, matchesCurrentScope, normalizePath, paragraphVariants, parseDate, registerMediaQuery, resolvePath, rowMatchesSearch, startProgress, stopProgress, textVariants, titleVariants, toApiTimeRange, toUTCTimestampEndOfDay, toUTCTimestampStartOfDay, toast, useAdapter, useBreakpoint, useControllableState, useCopyToClipboard, useCurrentScope, useDataTableFilters, useDataTableInlineContents, useDataTableLoading, useDataTablePagination, useDataTableRows, useDataTableSearch, useDataTableSelection, useDataTableSorting, useDebounce, useDebouncedSearchInput, useField, useFieldContext, useFormContext, useFormState, useInSheet, useLeaflet, useNuqsAdapter, useRichTextEditor, useSidebar, useTaskQueue, useTasksWithLabels, useTheme, useToast, useWatch, useWatchAll, utcStringToZonedDate, utcToLocalInputString, yamlSchema, yamlToJson, zonedDateToUtcString };
@@ -0,0 +1,231 @@
1
+ //#endregion
2
+ //#region src/components/features/logs/fixtures/index.ts
3
+ const queryRangeFixture = {
4
+ status: "success",
5
+ data: {
6
+ "resultType": "streams",
7
+ "result": [
8
+ {
9
+ "stream": {
10
+ "resource_name": "payments-api",
11
+ "service_name": "compute-workload",
12
+ "severity": "INFO"
13
+ },
14
+ "values": [
15
+ ["1786225024000000000", "INFO: payment authorised service=payments-api"],
16
+ ["1786225023000000000", "INFO: cache miss service=payments-api"],
17
+ ["1786225017000000000", "INFO: cache miss service=payments-api"],
18
+ ["1786225014500000000", "INFO: retrying request service=payments-api"],
19
+ ["1786225007500000000", "INFO: payment authorised service=payments-api"],
20
+ ["1786225006000000000", "INFO: payment authorised service=payments-api"],
21
+ ["1786225004000000000", "INFO: order placed service=payments-api"],
22
+ ["1786225001500000000", "INFO: cache miss service=payments-api"],
23
+ ["1786224999000000000", "INFO: upstream timeout service=payments-api"],
24
+ ["1786224994500000000", "INFO: worker started service=payments-api"],
25
+ ["1786224993500000000", "INFO: order placed service=payments-api"],
26
+ ["1786224993000000000", "INFO: cache miss service=payments-api"],
27
+ ["1786224991500000000", "INFO: cache miss service=payments-api"],
28
+ ["1786224990000000000", "INFO: payment authorised service=payments-api"],
29
+ ["1786224986000000000", "INFO: payment authorised service=payments-api"]
30
+ ]
31
+ },
32
+ {
33
+ "stream": {
34
+ "resource_name": "gateway-eu-west",
35
+ "service_name": "waf",
36
+ "severity": "INFO"
37
+ },
38
+ "values": [
39
+ ["1786225023500000000", "blocked request matched rule-942100-sqli client=184.15.207.137 gateway=gateway-eu-west"],
40
+ ["1786225020500000000", "blocked request matched rule-942100-sqli client=143.170.20.177 gateway=gateway-eu-west"],
41
+ ["1786225018000000000", "blocked request matched rule-942100-sqli client=25.135.242.98 gateway=gateway-eu-west"],
42
+ ["1786225016000000000", "logged request matched rule-942100-sqli client=212.57.159.186 gateway=gateway-eu-west"],
43
+ ["1786225014000000000", "logged request matched rule-941100-xss client=3.220.211.24 gateway=gateway-eu-west"],
44
+ ["1786225013500000000", "logged request matched rule-942100-sqli client=41.231.60.86 gateway=gateway-eu-west"],
45
+ ["1786225002000000000", "logged request matched rule-942100-sqli client=227.198.79.147 gateway=gateway-eu-west"],
46
+ ["1786224984500000000", "blocked request matched rule-942100-sqli client=60.77.52.67 gateway=gateway-eu-west"],
47
+ ["1786224984000000000", "blocked request matched rule-941100-xss client=238.1.247.54 gateway=gateway-eu-west"],
48
+ ["1786224975500000000", "logged request matched rule-930100-lfi client=153.22.120.250 gateway=gateway-eu-west"]
49
+ ]
50
+ },
51
+ {
52
+ "stream": {
53
+ "resource_name": "gateway-eu-west",
54
+ "service_name": "envoy-gateway",
55
+ "severity": "INFO"
56
+ },
57
+ "values": [
58
+ ["1786225022500000000", "GET /api/v1/checkout 301 393ms upstream=gateway-eu-west"],
59
+ ["1786225022000000000", "PUT /healthz 429 1856ms upstream=gateway-eu-west"],
60
+ ["1786225021000000000", "DELETE /api/v1/payments 200 448ms upstream=gateway-eu-west"],
61
+ ["1786225020000000000", "DELETE /healthz 404 187ms upstream=gateway-eu-west"],
62
+ ["1786225015500000000", "PUT /api/v1/products 503 343ms upstream=gateway-eu-west"],
63
+ ["1786225013000000000", "POST /healthz 404 1437ms upstream=gateway-eu-west"],
64
+ ["1786225012000000000", "DELETE /api/v1/checkout 404 1924ms upstream=gateway-eu-west"],
65
+ ["1786225009500000000", "GET /api/v1/checkout 201 816ms upstream=gateway-eu-west"],
66
+ ["1786225008000000000", "POST /api/v1/products 201 66ms upstream=gateway-eu-west"],
67
+ ["1786225006500000000", "POST /api/v1/checkout 201 1481ms upstream=gateway-eu-west"],
68
+ ["1786224994000000000", "DELETE /api/v1/products 400 926ms upstream=gateway-eu-west"],
69
+ ["1786224990500000000", "DELETE /healthz 400 968ms upstream=gateway-eu-west"],
70
+ ["1786224988500000000", "POST /api/v1/products 400 733ms upstream=gateway-eu-west"],
71
+ ["1786224987000000000", "PUT /api/v1/payments 301 398ms upstream=gateway-eu-west"],
72
+ ["1786224985000000000", "DELETE /api/v1/payments 429 748ms upstream=gateway-eu-west"],
73
+ ["1786224982500000000", "DELETE /api/v1/payments 200 319ms upstream=gateway-eu-west"],
74
+ ["1786224978500000000", "POST /api/v1/checkout 404 1865ms upstream=gateway-eu-west"],
75
+ ["1786224976000000000", "DELETE /api/v1/products 500 991ms upstream=gateway-eu-west"],
76
+ ["1786224974500000000", "POST /api/v1/checkout 301 756ms upstream=gateway-eu-west"]
77
+ ]
78
+ },
79
+ {
80
+ "stream": {
81
+ "resource_name": "gateway-us-east",
82
+ "service_name": "envoy-gateway",
83
+ "severity": "INFO"
84
+ },
85
+ "values": [
86
+ ["1786225021500000000", "POST /api/v1/products 201 1204ms upstream=gateway-us-east"],
87
+ ["1786225018500000000", "PUT /api/v1/products 200 1009ms upstream=gateway-us-east"],
88
+ ["1786225016500000000", "PUT /api/v1/payments 404 253ms upstream=gateway-us-east"],
89
+ ["1786225015000000000", "GET /api/v1/checkout 503 590ms upstream=gateway-us-east"],
90
+ ["1786225011000000000", "POST /healthz 404 1279ms upstream=gateway-us-east"],
91
+ ["1786225010500000000", "PUT /api/v1/payments 404 78ms upstream=gateway-us-east"],
92
+ ["1786225010000000000", "DELETE /api/v1/products 429 1263ms upstream=gateway-us-east"],
93
+ ["1786225008500000000", "POST /healthz 400 1784ms upstream=gateway-us-east"],
94
+ ["1786225007000000000", "PUT /api/v1/payments 404 788ms upstream=gateway-us-east"],
95
+ ["1786225005000000000", "GET /api/v1/payments 201 1056ms upstream=gateway-us-east"],
96
+ ["1786225004500000000", "DELETE /healthz 200 1756ms upstream=gateway-us-east"],
97
+ ["1786225003500000000", "PUT /healthz 301 1334ms upstream=gateway-us-east"],
98
+ ["1786225003000000000", "PUT /api/v1/products 404 1857ms upstream=gateway-us-east"],
99
+ ["1786225000500000000", "GET /api/v1/checkout 201 1026ms upstream=gateway-us-east"],
100
+ ["1786224999500000000", "GET /healthz 301 1974ms upstream=gateway-us-east"],
101
+ ["1786224988000000000", "POST /api/v1/checkout 301 71ms upstream=gateway-us-east"],
102
+ ["1786224986500000000", "GET /api/v1/products 200 913ms upstream=gateway-us-east"],
103
+ ["1786224985500000000", "POST /api/v1/payments 503 1382ms upstream=gateway-us-east"],
104
+ ["1786224982000000000", "DELETE /api/v1/products 400 40ms upstream=gateway-us-east"],
105
+ ["1786224981000000000", "POST /api/v1/payments 404 700ms upstream=gateway-us-east"],
106
+ ["1786224980000000000", "PUT /api/v1/products 400 1391ms upstream=gateway-us-east"],
107
+ ["1786224979500000000", "POST /healthz 429 1250ms upstream=gateway-us-east"],
108
+ ["1786224979000000000", "GET /api/v1/payments 200 267ms upstream=gateway-us-east"],
109
+ ["1786224977000000000", "GET /healthz 500 410ms upstream=gateway-us-east"],
110
+ ["1786224976500000000", "POST /healthz 400 1415ms upstream=gateway-us-east"]
111
+ ]
112
+ },
113
+ {
114
+ "stream": {
115
+ "resource_name": "checkout-api",
116
+ "service_name": "compute-workload",
117
+ "severity": "INFO"
118
+ },
119
+ "values": [
120
+ ["1786225019500000000", "INFO: payment authorised service=checkout-api"],
121
+ ["1786225017500000000", "INFO: cache miss service=checkout-api"],
122
+ ["1786225012500000000", "INFO: retrying request service=checkout-api"],
123
+ ["1786225009000000000", "INFO: payment authorised service=checkout-api"],
124
+ ["1786225005500000000", "INFO: order placed service=checkout-api"],
125
+ ["1786224998500000000", "INFO: upstream timeout service=checkout-api"],
126
+ ["1786224995500000000", "INFO: order placed service=checkout-api"],
127
+ ["1786224992500000000", "INFO: order placed service=checkout-api"],
128
+ ["1786224989500000000", "INFO: worker started service=checkout-api"],
129
+ ["1786224983000000000", "INFO: worker started service=checkout-api"],
130
+ ["1786224975000000000", "INFO: retrying request service=checkout-api"]
131
+ ]
132
+ },
133
+ {
134
+ "stream": {
135
+ "resource_name": "gateway-us-east",
136
+ "service_name": "envoy-gateway",
137
+ "severity": "WARN"
138
+ },
139
+ "values": [
140
+ ["1786225019000000000", "PUT /healthz 404 1765ms upstream=gateway-us-east"],
141
+ ["1786224991000000000", "POST /api/v1/payments 500 1172ms upstream=gateway-us-east"],
142
+ ["1786224977500000000", "POST /api/v1/checkout 500 686ms upstream=gateway-us-east"]
143
+ ]
144
+ },
145
+ {
146
+ "stream": {
147
+ "resource_name": "gateway-us-east",
148
+ "service_name": "waf",
149
+ "severity": "INFO"
150
+ },
151
+ "values": [
152
+ ["1786225011500000000", "blocked request matched rule-942100-sqli client=12.174.43.26 gateway=gateway-us-east"],
153
+ ["1786225002500000000", "logged request matched rule-930100-lfi client=48.189.138.241 gateway=gateway-us-east"],
154
+ ["1786224997000000000", "logged request matched rule-941100-xss client=84.82.186.160 gateway=gateway-us-east"],
155
+ ["1786224980500000000", "logged request matched rule-941100-xss client=84.208.248.171 gateway=gateway-us-east"]
156
+ ]
157
+ },
158
+ {
159
+ "stream": {
160
+ "resource_name": "checkout-api",
161
+ "service_name": "compute-workload",
162
+ "severity": "WARN"
163
+ },
164
+ "values": [["1786225001000000000", "WARN: upstream timeout service=checkout-api"], ["1786224992000000000", "WARN: upstream timeout service=checkout-api"]]
165
+ },
166
+ {
167
+ "stream": {
168
+ "resource_name": "gateway-eu-west",
169
+ "service_name": "envoy-gateway",
170
+ "severity": "ERROR"
171
+ },
172
+ "values": [["1786225000000000000", "POST /api/v1/products 201 1313ms upstream=gateway-eu-west"], ["1786224987500000000", "DELETE /healthz 404 543ms upstream=gateway-eu-west"]]
173
+ },
174
+ {
175
+ "stream": {
176
+ "resource_name": "gateway-eu-west",
177
+ "service_name": "envoy-gateway",
178
+ "severity": "WARN"
179
+ },
180
+ "values": [
181
+ ["1786224998000000000", "POST /api/v1/products 503 1754ms upstream=gateway-eu-west"],
182
+ ["1786224997500000000", "POST /api/v1/checkout 301 418ms upstream=gateway-eu-west"],
183
+ ["1786224996500000000", "POST /healthz 301 1955ms upstream=gateway-eu-west"],
184
+ ["1786224995000000000", "GET /api/v1/checkout 404 975ms upstream=gateway-eu-west"]
185
+ ]
186
+ },
187
+ {
188
+ "stream": {
189
+ "resource_name": "gateway-us-east",
190
+ "service_name": "envoy-gateway",
191
+ "severity": "ERROR"
192
+ },
193
+ "values": [["1786224996000000000", "PUT /api/v1/checkout 301 1655ms upstream=gateway-us-east"]]
194
+ },
195
+ {
196
+ "stream": {
197
+ "resource_name": "gateway-eu-west",
198
+ "service_name": "waf",
199
+ "severity": "ERROR"
200
+ },
201
+ "values": [["1786224989000000000", "blocked request matched rule-942100-sqli client=17.180.161.188 gateway=gateway-eu-west"]]
202
+ },
203
+ {
204
+ "stream": {
205
+ "resource_name": "gateway-us-east",
206
+ "service_name": "waf",
207
+ "severity": "WARN"
208
+ },
209
+ "values": [["1786224983500000000", "blocked request matched rule-941100-xss client=40.102.187.65 gateway=gateway-us-east"]]
210
+ },
211
+ {
212
+ "stream": {
213
+ "resource_name": "gateway-us-east",
214
+ "service_name": "waf",
215
+ "severity": "ERROR"
216
+ },
217
+ "values": [["1786224981500000000", "logged request matched rule-930100-lfi client=133.60.69.145 gateway=gateway-us-east"]]
218
+ },
219
+ {
220
+ "stream": {
221
+ "resource_name": "gateway-eu-west",
222
+ "service_name": "envoy-gateway",
223
+ "severity": "DEBUG"
224
+ },
225
+ "values": [["1786224978000000000", "DELETE /api/v1/products 429 525ms upstream=gateway-eu-west"]]
226
+ }
227
+ ]
228
+ }
229
+ };
230
+ //#endregion
231
+ export { queryRangeFixture };