adonisjs-server-stats 1.5.4 → 1.6.2
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/README.md +351 -171
- package/dist/configure.d.ts.map +1 -1
- package/dist/core/api-client.d.ts +73 -0
- package/dist/core/api-client.d.ts.map +1 -0
- package/dist/core/config-utils.d.ts +109 -0
- package/dist/core/config-utils.d.ts.map +1 -0
- package/dist/core/constants.d.ts +11 -0
- package/dist/core/constants.d.ts.map +1 -0
- package/dist/core/dashboard-api.d.ts +65 -0
- package/dist/core/dashboard-api.d.ts.map +1 -0
- package/dist/core/dashboard-data-controller.d.ts +157 -0
- package/dist/core/dashboard-data-controller.d.ts.map +1 -0
- package/dist/core/debug-data-controller.d.ts +89 -0
- package/dist/core/debug-data-controller.d.ts.map +1 -0
- package/dist/core/feature-detect.d.ts +67 -0
- package/dist/core/feature-detect.d.ts.map +1 -0
- package/dist/core/formatters.d.ts +189 -0
- package/dist/core/formatters.d.ts.map +1 -0
- package/dist/core/history-buffer.d.ts +23 -0
- package/dist/core/history-buffer.d.ts.map +1 -0
- package/dist/core/icons.d.ts +36 -0
- package/dist/core/icons.d.ts.map +1 -0
- package/dist/core/index.d.ts +39 -0
- package/dist/core/index.d.ts.map +1 -0
- package/dist/core/index.js +1961 -0
- package/dist/core/internals-utils.d.ts +71 -0
- package/dist/core/internals-utils.d.ts.map +1 -0
- package/dist/core/job-utils.d.ts +45 -0
- package/dist/core/job-utils.d.ts.map +1 -0
- package/dist/core/log-utils.d.ts +34 -0
- package/dist/core/log-utils.d.ts.map +1 -0
- package/dist/core/metrics.d.ts +41 -0
- package/dist/core/metrics.d.ts.map +1 -0
- package/dist/core/pagination.d.ts +128 -0
- package/dist/core/pagination.d.ts.map +1 -0
- package/dist/core/query-utils.d.ts +35 -0
- package/dist/core/query-utils.d.ts.map +1 -0
- package/dist/core/resizable-columns.d.ts +18 -0
- package/dist/core/resizable-columns.d.ts.map +1 -0
- package/dist/core/routes.d.ts +12 -0
- package/dist/core/routes.d.ts.map +1 -0
- package/dist/core/server-stats-controller.d.ts +106 -0
- package/dist/core/server-stats-controller.d.ts.map +1 -0
- package/dist/core/sparkline.d.ts +80 -0
- package/dist/core/sparkline.d.ts.map +1 -0
- package/dist/core/theme.d.ts +42 -0
- package/dist/core/theme.d.ts.map +1 -0
- package/dist/core/trace-utils.d.ts +62 -0
- package/dist/core/trace-utils.d.ts.map +1 -0
- package/dist/core/transmit-adapter.d.ts +59 -0
- package/dist/core/transmit-adapter.d.ts.map +1 -0
- package/dist/core/types.d.ts +619 -0
- package/dist/core/types.d.ts.map +1 -0
- package/dist/react/CacheSection-DGxMDlWK.js +146 -0
- package/dist/react/CacheTab-CnVW5PLs.js +123 -0
- package/dist/react/ConfigContent-CnsEI4j3.js +397 -0
- package/dist/react/ConfigSection-DPcrfqXY.js +11 -0
- package/dist/react/ConfigTab-BSWq_o2p.js +15 -0
- package/dist/react/CustomPaneTab-xjkYwTvH.js +104 -0
- package/dist/react/DataTable-YyShr5B-.js +55 -0
- package/dist/react/EmailsSection-CSyTg1aX.js +262 -0
- package/dist/react/EmailsTab-Dh2YSa_f.js +131 -0
- package/dist/react/EventsSection-C1pbJDfW.js +86 -0
- package/dist/react/EventsTab-eCh02cdd.js +63 -0
- package/dist/react/FilterBar-DQRXpWrb.js +50 -0
- package/dist/react/InternalsContent-DBzsI0CG.js +346 -0
- package/dist/react/InternalsSection-t7ihcWO-.js +32 -0
- package/dist/react/InternalsTab-Oij0A2fN.js +30 -0
- package/dist/react/JobsSection-CLAin5vU.js +187 -0
- package/dist/react/JobsTab-Dl5nrj2z.js +141 -0
- package/dist/react/LogsSection-C1p81fXO.js +212 -0
- package/dist/react/LogsTab-D-kR7PjX.js +88 -0
- package/dist/react/OverviewSection-nm3xdACz.js +539 -0
- package/dist/react/Pagination-BkmzUDY8.js +64 -0
- package/dist/react/QueriesSection-DB12HMfQ.js +461 -0
- package/dist/react/QueriesTab-fyBB1u_Y.js +90 -0
- package/dist/react/RequestsSection-DTqB81ac.js +209 -0
- package/dist/react/RoutesSection-DJWa4NPV.js +74 -0
- package/dist/react/RoutesTab-D3l8TOpu.js +74 -0
- package/dist/react/TimelineSection-C4d-jRX1.js +158 -0
- package/dist/react/TimelineTab-C5TFaSmQ.js +193 -0
- package/dist/react/WaterfallChart-Cj73WdfM.js +100 -0
- package/dist/react/core/api-client.d.ts +73 -0
- package/dist/react/core/api-client.d.ts.map +1 -0
- package/dist/react/core/config-utils.d.ts +109 -0
- package/dist/react/core/config-utils.d.ts.map +1 -0
- package/dist/react/core/constants.d.ts +11 -0
- package/dist/react/core/constants.d.ts.map +1 -0
- package/dist/react/core/dashboard-api.d.ts +65 -0
- package/dist/react/core/dashboard-api.d.ts.map +1 -0
- package/dist/react/core/dashboard-data-controller.d.ts +157 -0
- package/dist/react/core/dashboard-data-controller.d.ts.map +1 -0
- package/dist/react/core/debug-data-controller.d.ts +89 -0
- package/dist/react/core/debug-data-controller.d.ts.map +1 -0
- package/dist/react/core/feature-detect.d.ts +67 -0
- package/dist/react/core/feature-detect.d.ts.map +1 -0
- package/dist/react/core/formatters.d.ts +189 -0
- package/dist/react/core/formatters.d.ts.map +1 -0
- package/dist/react/core/history-buffer.d.ts +23 -0
- package/dist/react/core/history-buffer.d.ts.map +1 -0
- package/dist/react/core/icons.d.ts +36 -0
- package/dist/react/core/icons.d.ts.map +1 -0
- package/dist/react/core/index.d.ts +39 -0
- package/dist/react/core/index.d.ts.map +1 -0
- package/dist/react/core/internals-utils.d.ts +71 -0
- package/dist/react/core/internals-utils.d.ts.map +1 -0
- package/dist/react/core/job-utils.d.ts +45 -0
- package/dist/react/core/job-utils.d.ts.map +1 -0
- package/dist/react/core/log-utils.d.ts +34 -0
- package/dist/react/core/log-utils.d.ts.map +1 -0
- package/dist/react/core/metrics.d.ts +41 -0
- package/dist/react/core/metrics.d.ts.map +1 -0
- package/dist/react/core/pagination.d.ts +128 -0
- package/dist/react/core/pagination.d.ts.map +1 -0
- package/dist/react/core/query-utils.d.ts +35 -0
- package/dist/react/core/query-utils.d.ts.map +1 -0
- package/dist/react/core/resizable-columns.d.ts +18 -0
- package/dist/react/core/resizable-columns.d.ts.map +1 -0
- package/dist/react/core/routes.d.ts +12 -0
- package/dist/react/core/routes.d.ts.map +1 -0
- package/dist/react/core/server-stats-controller.d.ts +106 -0
- package/dist/react/core/server-stats-controller.d.ts.map +1 -0
- package/dist/react/core/sparkline.d.ts +80 -0
- package/dist/react/core/sparkline.d.ts.map +1 -0
- package/dist/react/core/theme.d.ts +42 -0
- package/dist/react/core/theme.d.ts.map +1 -0
- package/dist/react/core/trace-utils.d.ts +62 -0
- package/dist/react/core/trace-utils.d.ts.map +1 -0
- package/dist/react/core/transmit-adapter.d.ts +59 -0
- package/dist/react/core/transmit-adapter.d.ts.map +1 -0
- package/dist/react/core/types.d.ts +619 -0
- package/dist/react/core/types.d.ts.map +1 -0
- package/dist/react/index-UdTfSvtO.js +1074 -0
- package/dist/react/index.js +18 -0
- package/dist/react/react/components/Dashboard/DashboardPage.d.ts +17 -0
- package/dist/react/react/components/Dashboard/DashboardPage.d.ts.map +1 -0
- package/dist/react/react/components/Dashboard/sections/CacheSection.d.ts +7 -0
- package/dist/react/react/components/Dashboard/sections/CacheSection.d.ts.map +1 -0
- package/dist/react/react/components/Dashboard/sections/ConfigSection.d.ts +7 -0
- package/dist/react/react/components/Dashboard/sections/ConfigSection.d.ts.map +1 -0
- package/dist/react/react/components/Dashboard/sections/EmailsSection.d.ts +7 -0
- package/dist/react/react/components/Dashboard/sections/EmailsSection.d.ts.map +1 -0
- package/dist/react/react/components/Dashboard/sections/EventsSection.d.ts +7 -0
- package/dist/react/react/components/Dashboard/sections/EventsSection.d.ts.map +1 -0
- package/dist/react/react/components/Dashboard/sections/InternalsSection.d.ts +14 -0
- package/dist/react/react/components/Dashboard/sections/InternalsSection.d.ts.map +1 -0
- package/dist/react/react/components/Dashboard/sections/JobsSection.d.ts +7 -0
- package/dist/react/react/components/Dashboard/sections/JobsSection.d.ts.map +1 -0
- package/dist/react/react/components/Dashboard/sections/LogsSection.d.ts +7 -0
- package/dist/react/react/components/Dashboard/sections/LogsSection.d.ts.map +1 -0
- package/dist/react/react/components/Dashboard/sections/OverviewSection.d.ts +7 -0
- package/dist/react/react/components/Dashboard/sections/OverviewSection.d.ts.map +1 -0
- package/dist/react/react/components/Dashboard/sections/QueriesSection.d.ts +7 -0
- package/dist/react/react/components/Dashboard/sections/QueriesSection.d.ts.map +1 -0
- package/dist/react/react/components/Dashboard/sections/RequestsSection.d.ts +7 -0
- package/dist/react/react/components/Dashboard/sections/RequestsSection.d.ts.map +1 -0
- package/dist/react/react/components/Dashboard/sections/RoutesSection.d.ts +7 -0
- package/dist/react/react/components/Dashboard/sections/RoutesSection.d.ts.map +1 -0
- package/dist/react/react/components/Dashboard/sections/TimelineSection.d.ts +9 -0
- package/dist/react/react/components/Dashboard/sections/TimelineSection.d.ts.map +1 -0
- package/dist/react/react/components/Dashboard/shared/DataTable.d.ts +27 -0
- package/dist/react/react/components/Dashboard/shared/DataTable.d.ts.map +1 -0
- package/dist/react/react/components/Dashboard/shared/FilterBar.d.ts +17 -0
- package/dist/react/react/components/Dashboard/shared/FilterBar.d.ts.map +1 -0
- package/dist/react/react/components/Dashboard/shared/Pagination.d.ts +13 -0
- package/dist/react/react/components/Dashboard/shared/Pagination.d.ts.map +1 -0
- package/dist/react/react/components/Dashboard/shared/TimeRangeSelector.d.ts +12 -0
- package/dist/react/react/components/Dashboard/shared/TimeRangeSelector.d.ts.map +1 -0
- package/dist/react/react/components/Dashboard/shared/WaterfallChart.d.ts +16 -0
- package/dist/react/react/components/Dashboard/shared/WaterfallChart.d.ts.map +1 -0
- package/dist/react/react/components/DebugPanel/DebugPanel.d.ts +16 -0
- package/dist/react/react/components/DebugPanel/DebugPanel.d.ts.map +1 -0
- package/dist/react/react/components/DebugPanel/tabs/CacheTab.d.ts +8 -0
- package/dist/react/react/components/DebugPanel/tabs/CacheTab.d.ts.map +1 -0
- package/dist/react/react/components/DebugPanel/tabs/ConfigTab.d.ts +8 -0
- package/dist/react/react/components/DebugPanel/tabs/ConfigTab.d.ts.map +1 -0
- package/dist/react/react/components/DebugPanel/tabs/CustomPaneTab.d.ts +14 -0
- package/dist/react/react/components/DebugPanel/tabs/CustomPaneTab.d.ts.map +1 -0
- package/dist/react/react/components/DebugPanel/tabs/EmailsTab.d.ts +7 -0
- package/dist/react/react/components/DebugPanel/tabs/EmailsTab.d.ts.map +1 -0
- package/dist/react/react/components/DebugPanel/tabs/EventsTab.d.ts +7 -0
- package/dist/react/react/components/DebugPanel/tabs/EventsTab.d.ts.map +1 -0
- package/dist/react/react/components/DebugPanel/tabs/InternalsTab.d.ts +12 -0
- package/dist/react/react/components/DebugPanel/tabs/InternalsTab.d.ts.map +1 -0
- package/dist/react/react/components/DebugPanel/tabs/JobsTab.d.ts +9 -0
- package/dist/react/react/components/DebugPanel/tabs/JobsTab.d.ts.map +1 -0
- package/dist/react/react/components/DebugPanel/tabs/LogsTab.d.ts +7 -0
- package/dist/react/react/components/DebugPanel/tabs/LogsTab.d.ts.map +1 -0
- package/dist/react/react/components/DebugPanel/tabs/QueriesTab.d.ts +7 -0
- package/dist/react/react/components/DebugPanel/tabs/QueriesTab.d.ts.map +1 -0
- package/dist/react/react/components/DebugPanel/tabs/RoutesTab.d.ts +8 -0
- package/dist/react/react/components/DebugPanel/tabs/RoutesTab.d.ts.map +1 -0
- package/dist/react/react/components/DebugPanel/tabs/TimelineTab.d.ts +7 -0
- package/dist/react/react/components/DebugPanel/tabs/TimelineTab.d.ts.map +1 -0
- package/dist/react/react/components/StatsBar/MetricCard.d.ts +21 -0
- package/dist/react/react/components/StatsBar/MetricCard.d.ts.map +1 -0
- package/dist/react/react/components/StatsBar/Sparkline.d.ts +15 -0
- package/dist/react/react/components/StatsBar/Sparkline.d.ts.map +1 -0
- package/dist/react/react/components/StatsBar/StatsBar.d.ts +22 -0
- package/dist/react/react/components/StatsBar/StatsBar.d.ts.map +1 -0
- package/dist/react/react/components/shared/Badge.d.ts +32 -0
- package/dist/react/react/components/shared/Badge.d.ts.map +1 -0
- package/dist/react/react/components/shared/ConfigContent.d.ts +13 -0
- package/dist/react/react/components/shared/ConfigContent.d.ts.map +1 -0
- package/dist/react/react/components/shared/InternalsContent.d.ts +10 -0
- package/dist/react/react/components/shared/InternalsContent.d.ts.map +1 -0
- package/dist/react/react/components/shared/JsonViewer.d.ts +12 -0
- package/dist/react/react/components/shared/JsonViewer.d.ts.map +1 -0
- package/dist/react/react/components/shared/ThemeToggle.d.ts +13 -0
- package/dist/react/react/components/shared/ThemeToggle.d.ts.map +1 -0
- package/dist/react/react/components/shared/Tooltip.d.ts +16 -0
- package/dist/react/react/components/shared/Tooltip.d.ts.map +1 -0
- package/dist/react/react/hooks/useApiClient.d.ts +10 -0
- package/dist/react/react/hooks/useApiClient.d.ts.map +1 -0
- package/dist/react/react/hooks/useDashboardApiBase.d.ts +19 -0
- package/dist/react/react/hooks/useDashboardApiBase.d.ts.map +1 -0
- package/dist/react/react/hooks/useDashboardData.d.ts +27 -0
- package/dist/react/react/hooks/useDashboardData.d.ts.map +1 -0
- package/dist/react/react/hooks/useDebugData.d.ts +17 -0
- package/dist/react/react/hooks/useDebugData.d.ts.map +1 -0
- package/dist/react/react/hooks/useFeatures.d.ts +13 -0
- package/dist/react/react/hooks/useFeatures.d.ts.map +1 -0
- package/dist/react/react/hooks/useResizableTable.d.ts +13 -0
- package/dist/react/react/hooks/useResizableTable.d.ts.map +1 -0
- package/dist/react/react/hooks/useServerStats.d.ts +21 -0
- package/dist/react/react/hooks/useServerStats.d.ts.map +1 -0
- package/dist/react/react/hooks/useTheme.d.ts +12 -0
- package/dist/react/react/hooks/useTheme.d.ts.map +1 -0
- package/dist/react/react/index.d.ts +14 -0
- package/dist/react/react/index.d.ts.map +1 -0
- package/dist/react/style.css +1 -0
- package/dist/react/useApiClient-BVtNCmnL.js +9 -0
- package/dist/react/useDashboardApiBase-Bi36pJ2L.js +14 -0
- package/dist/react/useResizableTable-CNJmACdt.js +13 -0
- package/dist/src/collectors/app_collector.d.ts.map +1 -1
- package/dist/src/collectors/app_collector.js +30 -2
- package/dist/src/collectors/auto_detect.d.ts +31 -0
- package/dist/src/collectors/auto_detect.d.ts.map +1 -0
- package/dist/src/collectors/auto_detect.js +120 -0
- package/dist/src/collectors/collector.d.ts +17 -0
- package/dist/src/collectors/collector.d.ts.map +1 -1
- package/dist/src/collectors/db_pool_collector.d.ts.map +1 -1
- package/dist/src/collectors/db_pool_collector.js +35 -1
- package/dist/src/collectors/http_collector.d.ts +4 -3
- package/dist/src/collectors/http_collector.d.ts.map +1 -1
- package/dist/src/collectors/http_collector.js +28 -11
- package/dist/src/collectors/index.d.ts +2 -0
- package/dist/src/collectors/index.d.ts.map +1 -1
- package/dist/src/collectors/index.js +1 -0
- package/dist/src/collectors/log_collector.d.ts +11 -4
- package/dist/src/collectors/log_collector.d.ts.map +1 -1
- package/dist/src/collectors/log_collector.js +51 -5
- package/dist/src/collectors/process_collector.d.ts.map +1 -1
- package/dist/src/collectors/process_collector.js +4 -0
- package/dist/src/collectors/queue_collector.d.ts.map +1 -1
- package/dist/src/collectors/queue_collector.js +55 -1
- package/dist/src/collectors/redis_collector.d.ts.map +1 -1
- package/dist/src/collectors/redis_collector.js +42 -3
- package/dist/src/collectors/system_collector.d.ts.map +1 -1
- package/dist/src/collectors/system_collector.js +4 -0
- package/dist/src/controller/api_controller.d.ts +101 -0
- package/dist/src/controller/api_controller.d.ts.map +1 -0
- package/dist/src/controller/api_controller.js +131 -0
- package/dist/src/controller/debug_controller.d.ts +19 -10
- package/dist/src/controller/debug_controller.d.ts.map +1 -1
- package/dist/src/controller/debug_controller.js +118 -101
- package/dist/src/core/theme.d.ts +42 -0
- package/dist/src/core/theme.d.ts.map +1 -0
- package/dist/src/core/theme.js +115 -0
- package/dist/src/dashboard/chart_aggregator.d.ts.map +1 -1
- package/dist/src/dashboard/chart_aggregator.js +3 -2
- package/dist/src/dashboard/dashboard_controller.d.ts +10 -14
- package/dist/src/dashboard/dashboard_controller.d.ts.map +1 -1
- package/dist/src/dashboard/dashboard_controller.js +132 -250
- package/dist/src/dashboard/dashboard_store.d.ts +62 -19
- package/dist/src/dashboard/dashboard_store.d.ts.map +1 -1
- package/dist/src/dashboard/dashboard_store.js +242 -53
- package/dist/src/dashboard/integrations/cache_inspector.d.ts +19 -1
- package/dist/src/dashboard/integrations/cache_inspector.d.ts.map +1 -1
- package/dist/src/dashboard/integrations/config_inspector.d.ts +1 -1
- package/dist/src/dashboard/integrations/config_inspector.d.ts.map +1 -1
- package/dist/src/dashboard/integrations/config_inspector.js +3 -2
- package/dist/src/dashboard/integrations/queue_inspector.d.ts +55 -10
- package/dist/src/dashboard/integrations/queue_inspector.d.ts.map +1 -1
- package/dist/src/dashboard/integrations/queue_inspector.js +70 -24
- package/dist/src/dashboard/migrator.d.ts +5 -0
- package/dist/src/dashboard/migrator.d.ts.map +1 -1
- package/dist/src/dashboard/migrator.js +44 -9
- package/dist/src/dashboard/models/stats_event.d.ts +1 -1
- package/dist/src/dashboard/models/stats_event.d.ts.map +1 -1
- package/dist/src/dashboard/models/stats_log.d.ts +1 -1
- package/dist/src/dashboard/models/stats_log.d.ts.map +1 -1
- package/dist/src/dashboard/models/stats_query.d.ts +1 -1
- package/dist/src/dashboard/models/stats_query.d.ts.map +1 -1
- package/dist/src/dashboard/models/stats_saved_filter.d.ts +1 -1
- package/dist/src/dashboard/models/stats_saved_filter.d.ts.map +1 -1
- package/dist/src/dashboard/models/stats_trace.d.ts +2 -1
- package/dist/src/dashboard/models/stats_trace.d.ts.map +1 -1
- package/dist/src/data/data_access.d.ts +105 -0
- package/dist/src/data/data_access.d.ts.map +1 -0
- package/dist/src/data/data_access.js +310 -0
- package/dist/src/data/index.d.ts +3 -0
- package/dist/src/data/index.d.ts.map +1 -0
- package/dist/src/data/index.js +1 -0
- package/dist/src/debug/debug_store.d.ts +20 -1
- package/dist/src/debug/debug_store.d.ts.map +1 -1
- package/dist/src/debug/debug_store.js +43 -15
- package/dist/src/debug/email_collector.d.ts +6 -2
- package/dist/src/debug/email_collector.d.ts.map +1 -1
- package/dist/src/debug/email_collector.js +3 -0
- package/dist/src/debug/event_collector.d.ts +6 -2
- package/dist/src/debug/event_collector.d.ts.map +1 -1
- package/dist/src/debug/event_collector.js +12 -8
- package/dist/src/debug/query_collector.d.ts +6 -2
- package/dist/src/debug/query_collector.d.ts.map +1 -1
- package/dist/src/debug/query_collector.js +3 -0
- package/dist/src/debug/ring_buffer.d.ts +1 -0
- package/dist/src/debug/ring_buffer.d.ts.map +1 -1
- package/dist/src/debug/ring_buffer.js +5 -2
- package/dist/src/debug/route_inspector.d.ts +2 -2
- package/dist/src/debug/route_inspector.d.ts.map +1 -1
- package/dist/src/debug/route_inspector.js +4 -3
- package/dist/src/debug/trace_collector.d.ts +7 -3
- package/dist/src/debug/trace_collector.d.ts.map +1 -1
- package/dist/src/debug/trace_collector.js +7 -5
- package/dist/src/debug/types.d.ts +107 -2
- package/dist/src/debug/types.d.ts.map +1 -1
- package/dist/src/debug/types.js +1 -1
- package/dist/src/define_config.d.ts +49 -5
- package/dist/src/define_config.d.ts.map +1 -1
- package/dist/src/define_config.js +361 -4
- package/dist/src/edge/bootstrap.d.ts +17 -0
- package/dist/src/edge/bootstrap.d.ts.map +1 -0
- package/dist/src/edge/bootstrap.js +29 -0
- package/dist/src/edge/client/dashboard.js +2 -3619
- package/dist/src/edge/client/debug-panel-deferred.js +1 -0
- package/dist/src/edge/client/debug-panel.js +1 -2140
- package/dist/src/edge/client/stats-bar.js +1 -801
- package/dist/src/edge/client-vue/dashboard.js +5 -0
- package/dist/src/edge/client-vue/debug-panel-deferred.js +4 -0
- package/dist/src/edge/client-vue/debug-panel.js +4 -0
- package/dist/src/edge/client-vue/stats-bar.js +4 -0
- package/dist/src/edge/plugin.d.ts +35 -2
- package/dist/src/edge/plugin.d.ts.map +1 -1
- package/dist/src/edge/plugin.js +30 -66
- package/dist/src/edge/types.d.ts +46 -0
- package/dist/src/edge/types.d.ts.map +1 -0
- package/dist/src/edge/types.js +4 -0
- package/dist/src/edge/views/dashboard.edge +1 -358
- package/dist/src/edge/views/debug-panel.edge +2 -154
- package/dist/src/edge/views/stats-bar.edge +15 -48
- package/dist/src/engine/stats_engine.d.ts +18 -0
- package/dist/src/engine/stats_engine.d.ts.map +1 -1
- package/dist/src/engine/stats_engine.js +45 -2
- package/dist/src/index.d.ts +1 -1
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/log_stream/log_stream_provider.d.ts.map +1 -1
- package/dist/src/log_stream/log_stream_provider.js +21 -4
- package/dist/src/log_stream/log_stream_service.d.ts +8 -1
- package/dist/src/log_stream/log_stream_service.d.ts.map +1 -1
- package/dist/src/log_stream/log_stream_service.js +27 -3
- package/dist/src/middleware/request_tracking_middleware.d.ts +1 -1
- package/dist/src/middleware/request_tracking_middleware.d.ts.map +1 -1
- package/dist/src/middleware/request_tracking_middleware.js +21 -6
- package/dist/src/prometheus/prometheus_collector.d.ts +2 -1
- package/dist/src/prometheus/prometheus_collector.d.ts.map +1 -1
- package/dist/src/provider/server_stats_provider.d.ts +100 -0
- package/dist/src/provider/server_stats_provider.d.ts.map +1 -1
- package/dist/src/provider/server_stats_provider.js +460 -104
- package/dist/src/routes/access_middleware.d.ts +2 -1
- package/dist/src/routes/access_middleware.d.ts.map +1 -1
- package/dist/src/routes/access_middleware.js +7 -1
- package/dist/src/routes/index.d.ts +4 -0
- package/dist/src/routes/index.d.ts.map +1 -0
- package/dist/src/routes/index.js +1 -0
- package/dist/src/routes/register_routes.d.ts +103 -0
- package/dist/src/routes/register_routes.d.ts.map +1 -0
- package/dist/src/routes/register_routes.js +356 -0
- package/dist/src/routes/router_types.d.ts +29 -0
- package/dist/src/routes/router_types.d.ts.map +1 -0
- package/dist/src/routes/router_types.js +1 -0
- package/dist/src/stubs/config.stub +12 -32
- package/dist/src/styles/components.css +1048 -0
- package/dist/src/{edge/client → styles}/dashboard.css +299 -736
- package/dist/src/{edge/client → styles}/debug-panel.css +117 -633
- package/dist/src/{edge/client → styles}/stats-bar.css +28 -10
- package/dist/src/styles/tokens.css +153 -0
- package/dist/src/styles/utilities.css +75 -0
- package/dist/src/types.d.ts +119 -16
- package/dist/src/types.d.ts.map +1 -1
- package/dist/src/utils/app_import.d.ts +23 -0
- package/dist/src/utils/app_import.d.ts.map +1 -0
- package/dist/src/utils/app_import.js +44 -0
- package/dist/src/utils/json_helpers.d.ts +2 -2
- package/dist/src/utils/json_helpers.d.ts.map +1 -1
- package/dist/src/utils/logger.d.ts +17 -0
- package/dist/src/utils/logger.d.ts.map +1 -0
- package/dist/src/utils/logger.js +27 -0
- package/dist/src/utils/mail_helpers.d.ts +1 -1
- package/dist/src/utils/mail_helpers.d.ts.map +1 -1
- package/dist/src/utils/mail_helpers.js +1 -1
- package/dist/vue/CacheSection-C788Yfai.js +149 -0
- package/dist/vue/CacheTab-BPisYYiQ.js +104 -0
- package/dist/vue/ConfigSection-CRzYxqW2.js +576 -0
- package/dist/vue/ConfigTab-C8cafGUj.js +361 -0
- package/dist/vue/CustomPaneTab-BJxT5Dp7.js +172 -0
- package/dist/vue/EmailsSection-C8JFMtW7.js +206 -0
- package/dist/vue/EmailsTab-DhFhoNmU.js +157 -0
- package/dist/vue/EventsSection-C4wXUgxG.js +107 -0
- package/dist/vue/EventsTab-DQ4Nd6AK.js +97 -0
- package/dist/vue/FilterBar.vue_vue_type_script_setup_true_lang-ClJ37hhT.js +62 -0
- package/dist/vue/InternalsSection-BJUXE-5F.js +468 -0
- package/dist/vue/InternalsTab-DEMjqtlw.js +471 -0
- package/dist/vue/JobsSection-CsKWTjgN.js +187 -0
- package/dist/vue/JobsTab-BCvhOARO.js +117 -0
- package/dist/vue/JsonViewer.vue_vue_type_script_setup_true_lang-Vsqar1zx.js +67 -0
- package/dist/vue/LogsSection-BFVjSZ24.js +227 -0
- package/dist/vue/LogsTab-DpEQ7euu.js +122 -0
- package/dist/vue/OverviewSection-CbMdAido.js +849 -0
- package/dist/vue/PaginationControls.vue_vue_type_script_setup_true_lang-CuN7g_8Z.js +50 -0
- package/dist/vue/QueriesSection-BPiv7u3r.js +429 -0
- package/dist/vue/QueriesTab-C8_7oprC.js +107 -0
- package/dist/vue/RequestsSection-LtImH4rD.js +243 -0
- package/dist/vue/RoutesSection-CrxOxmzx.js +106 -0
- package/dist/vue/RoutesTab-Dz0MkZuF.js +80 -0
- package/dist/vue/TimelineSection-DLxMW2J_.js +186 -0
- package/dist/vue/TimelineTab-Db6lKKsD.js +250 -0
- package/dist/vue/WaterfallChart.vue_vue_type_script_setup_true_lang-tZ13cNj1.js +118 -0
- package/dist/vue/components/Dashboard/DashboardPage.vue.d.ts +18 -0
- package/dist/vue/components/Dashboard/DashboardPage.vue.d.ts.map +1 -0
- package/dist/vue/components/Dashboard/sections/CacheSection.vue.d.ts +5 -0
- package/dist/vue/components/Dashboard/sections/CacheSection.vue.d.ts.map +1 -0
- package/dist/vue/components/Dashboard/sections/ConfigSection.vue.d.ts +3 -0
- package/dist/vue/components/Dashboard/sections/ConfigSection.vue.d.ts.map +1 -0
- package/dist/vue/components/Dashboard/sections/EmailsSection.vue.d.ts +5 -0
- package/dist/vue/components/Dashboard/sections/EmailsSection.vue.d.ts.map +1 -0
- package/dist/vue/components/Dashboard/sections/EventsSection.vue.d.ts +5 -0
- package/dist/vue/components/Dashboard/sections/EventsSection.vue.d.ts.map +1 -0
- package/dist/vue/components/Dashboard/sections/InternalsSection.vue.d.ts +3 -0
- package/dist/vue/components/Dashboard/sections/InternalsSection.vue.d.ts.map +1 -0
- package/dist/vue/components/Dashboard/sections/JobsSection.vue.d.ts +5 -0
- package/dist/vue/components/Dashboard/sections/JobsSection.vue.d.ts.map +1 -0
- package/dist/vue/components/Dashboard/sections/LogsSection.vue.d.ts +3 -0
- package/dist/vue/components/Dashboard/sections/LogsSection.vue.d.ts.map +1 -0
- package/dist/vue/components/Dashboard/sections/OverviewSection.vue.d.ts +5 -0
- package/dist/vue/components/Dashboard/sections/OverviewSection.vue.d.ts.map +1 -0
- package/dist/vue/components/Dashboard/sections/QueriesSection.vue.d.ts +45 -0
- package/dist/vue/components/Dashboard/sections/QueriesSection.vue.d.ts.map +1 -0
- package/dist/vue/components/Dashboard/sections/RequestsSection.vue.d.ts +5 -0
- package/dist/vue/components/Dashboard/sections/RequestsSection.vue.d.ts.map +1 -0
- package/dist/vue/components/Dashboard/sections/RoutesSection.vue.d.ts +5 -0
- package/dist/vue/components/Dashboard/sections/RoutesSection.vue.d.ts.map +1 -0
- package/dist/vue/components/Dashboard/sections/TimelineSection.vue.d.ts +11 -0
- package/dist/vue/components/Dashboard/sections/TimelineSection.vue.d.ts.map +1 -0
- package/dist/vue/components/Dashboard/shared/FilterBar.vue.d.ts +29 -0
- package/dist/vue/components/Dashboard/shared/FilterBar.vue.d.ts.map +1 -0
- package/dist/vue/components/Dashboard/shared/PaginationControls.vue.d.ts +12 -0
- package/dist/vue/components/Dashboard/shared/PaginationControls.vue.d.ts.map +1 -0
- package/dist/vue/components/Dashboard/shared/TimeRangeSelector.vue.d.ts +11 -0
- package/dist/vue/components/Dashboard/shared/TimeRangeSelector.vue.d.ts.map +1 -0
- package/dist/vue/components/Dashboard/shared/WaterfallChart.vue.d.ts +10 -0
- package/dist/vue/components/Dashboard/shared/WaterfallChart.vue.d.ts.map +1 -0
- package/dist/vue/components/DebugPanel/DebugPanel.vue.d.ts +21 -0
- package/dist/vue/components/DebugPanel/DebugPanel.vue.d.ts.map +1 -0
- package/dist/vue/components/DebugPanel/tabs/CacheTab.vue.d.ts +12 -0
- package/dist/vue/components/DebugPanel/tabs/CacheTab.vue.d.ts.map +1 -0
- package/dist/vue/components/DebugPanel/tabs/ConfigTab.vue.d.ts +11 -0
- package/dist/vue/components/DebugPanel/tabs/ConfigTab.vue.d.ts.map +1 -0
- package/dist/vue/components/DebugPanel/tabs/CustomPaneTab.vue.d.ts +11 -0
- package/dist/vue/components/DebugPanel/tabs/CustomPaneTab.vue.d.ts.map +1 -0
- package/dist/vue/components/DebugPanel/tabs/EmailsTab.vue.d.ts +12 -0
- package/dist/vue/components/DebugPanel/tabs/EmailsTab.vue.d.ts.map +1 -0
- package/dist/vue/components/DebugPanel/tabs/EventsTab.vue.d.ts +12 -0
- package/dist/vue/components/DebugPanel/tabs/EventsTab.vue.d.ts.map +1 -0
- package/dist/vue/components/DebugPanel/tabs/InternalsTab.vue.d.ts +11 -0
- package/dist/vue/components/DebugPanel/tabs/InternalsTab.vue.d.ts.map +1 -0
- package/dist/vue/components/DebugPanel/tabs/JobsTab.vue.d.ts +13 -0
- package/dist/vue/components/DebugPanel/tabs/JobsTab.vue.d.ts.map +1 -0
- package/dist/vue/components/DebugPanel/tabs/LogsTab.vue.d.ts +15 -0
- package/dist/vue/components/DebugPanel/tabs/LogsTab.vue.d.ts.map +1 -0
- package/dist/vue/components/DebugPanel/tabs/QueriesTab.vue.d.ts +12 -0
- package/dist/vue/components/DebugPanel/tabs/QueriesTab.vue.d.ts.map +1 -0
- package/dist/vue/components/DebugPanel/tabs/RoutesTab.vue.d.ts +12 -0
- package/dist/vue/components/DebugPanel/tabs/RoutesTab.vue.d.ts.map +1 -0
- package/dist/vue/components/DebugPanel/tabs/TimelineTab.vue.d.ts +15 -0
- package/dist/vue/components/DebugPanel/tabs/TimelineTab.vue.d.ts.map +1 -0
- package/dist/vue/components/StatsBar/MetricCard.vue.d.ts +19 -0
- package/dist/vue/components/StatsBar/MetricCard.vue.d.ts.map +1 -0
- package/dist/vue/components/StatsBar/Sparkline.vue.d.ts +17 -0
- package/dist/vue/components/StatsBar/Sparkline.vue.d.ts.map +1 -0
- package/dist/vue/components/StatsBar/StatsBar.vue.d.ts +22 -0
- package/dist/vue/components/StatsBar/StatsBar.vue.d.ts.map +1 -0
- package/dist/vue/components/shared/JsonViewer.vue.d.ts +13 -0
- package/dist/vue/components/shared/JsonViewer.vue.d.ts.map +1 -0
- package/dist/vue/components/shared/ThemeToggle.vue.d.ts +8 -0
- package/dist/vue/components/shared/ThemeToggle.vue.d.ts.map +1 -0
- package/dist/vue/composables/useApiClient.d.ts +9 -0
- package/dist/vue/composables/useApiClient.d.ts.map +1 -0
- package/dist/vue/composables/useDashboardData.d.ts +53 -0
- package/dist/vue/composables/useDashboardData.d.ts.map +1 -0
- package/dist/vue/composables/useDebugData.d.ts +25 -0
- package/dist/vue/composables/useDebugData.d.ts.map +1 -0
- package/dist/vue/composables/useFeatures.d.ts +80 -0
- package/dist/vue/composables/useFeatures.d.ts.map +1 -0
- package/dist/vue/composables/useResizableTable.d.ts +16 -0
- package/dist/vue/composables/useResizableTable.d.ts.map +1 -0
- package/dist/vue/composables/useServerStats.d.ts +104 -0
- package/dist/vue/composables/useServerStats.d.ts.map +1 -0
- package/dist/vue/composables/useTheme.d.ts +6 -0
- package/dist/vue/composables/useTheme.d.ts.map +1 -0
- package/dist/vue/index-qCQpBftQ.js +1233 -0
- package/dist/vue/index.d.ts +10 -0
- package/dist/vue/index.d.ts.map +1 -0
- package/dist/vue/index.js +11 -0
- package/dist/vue/style.css +1 -0
- package/dist/vue/useApiClient-BQQ9CF-q.js +10 -0
- package/dist/vue/useResizableTable-BoivAevK.js +17 -0
- package/package.json +72 -10
- package/dist/src/dashboard/dashboard_routes.d.ts +0 -16
- package/dist/src/dashboard/dashboard_routes.d.ts.map +0 -1
- package/dist/src/dashboard/dashboard_routes.js +0 -77
- package/dist/src/routes/debug_routes.d.ts +0 -14
- package/dist/src/routes/debug_routes.d.ts.map +0 -1
- package/dist/src/routes/debug_routes.js +0 -42
- package/dist/src/routes/stats_routes.d.ts +0 -14
- package/dist/src/routes/stats_routes.d.ts.map +0 -1
- package/dist/src/routes/stats_routes.js +0 -27
|
@@ -0,0 +1,250 @@
|
|
|
1
|
+
import { defineComponent as z, ref as h, computed as x, onBeforeUnmount as F, openBlock as s, createElementBlock as l, Fragment as i, createElementVNode as t, toDisplayString as n, normalizeClass as b, unref as u, renderList as _, normalizeStyle as B, createTextVNode as D, createCommentVNode as T, withDirectives as P, vModelText as G, withModifiers as H } from "vue";
|
|
2
|
+
import { formatDuration as y, TAB_ICONS as A, formatTime as I, timeAgo as W, durationSeverity as Y } from "adonisjs-server-stats/core";
|
|
3
|
+
import { u as j } from "./useApiClient-BQQ9CF-q.js";
|
|
4
|
+
import { u as J } from "./useResizableTable-BoivAevK.js";
|
|
5
|
+
const K = {
|
|
6
|
+
key: 0,
|
|
7
|
+
class: "ss-dbg-empty"
|
|
8
|
+
}, Q = { class: "ss-dbg-empty" }, X = { class: "ss-dbg-tl-detail-header" }, Z = { class: "ss-dbg-tl-detail-url" }, ee = { class: "ss-dbg-tl-meta" }, te = { class: "ss-dbg-tl-legend" }, se = { id: "ss-dbg-tl-waterfall" }, le = {
|
|
9
|
+
key: 0,
|
|
10
|
+
class: "ss-dbg-empty"
|
|
11
|
+
}, ae = ["title"], ne = { class: "ss-dbg-tl-track" }, oe = ["title"], de = { class: "ss-dbg-tl-dur" }, re = {
|
|
12
|
+
key: 0,
|
|
13
|
+
class: "ss-dbg-tl-warnings"
|
|
14
|
+
}, ie = {
|
|
15
|
+
key: 3,
|
|
16
|
+
class: "ss-dbg-empty"
|
|
17
|
+
}, ue = { class: "ss-dbg-search-bar" }, ce = { class: "ss-dbg-summary" }, be = {
|
|
18
|
+
key: 0,
|
|
19
|
+
class: "ss-dbg-empty"
|
|
20
|
+
}, ge = ["onClick"], ve = {
|
|
21
|
+
class: "ss-dbg-c-dim",
|
|
22
|
+
style: { "white-space": "nowrap" }
|
|
23
|
+
}, he = { class: "ss-dbg-c-text" }, me = ["href"], fe = ["viewBox", "innerHTML"], pe = {
|
|
24
|
+
class: "ss-dbg-c-muted",
|
|
25
|
+
style: { "text-align": "center" }
|
|
26
|
+
}, _e = ["title"], xe = /* @__PURE__ */ z({
|
|
27
|
+
__name: "TimelineTab",
|
|
28
|
+
props: {
|
|
29
|
+
data: {},
|
|
30
|
+
dashboardPath: {},
|
|
31
|
+
baseUrl: {},
|
|
32
|
+
debugEndpoint: {},
|
|
33
|
+
authToken: {}
|
|
34
|
+
},
|
|
35
|
+
setup(k) {
|
|
36
|
+
const m = k, f = h(""), g = h(null), d = h(null), w = h(!1), c = h(null), S = j(m.baseUrl || "", m.authToken), p = x(() => {
|
|
37
|
+
const o = m.data;
|
|
38
|
+
if (!o) return [];
|
|
39
|
+
const a = Array.isArray(o) ? o : o.traces || [];
|
|
40
|
+
if (!f.value.trim()) return a;
|
|
41
|
+
const e = f.value.toLowerCase();
|
|
42
|
+
return a.filter(
|
|
43
|
+
(r) => r.url.toLowerCase().includes(e) || r.method.toLowerCase().includes(e) || String(r.statusCode).includes(e)
|
|
44
|
+
);
|
|
45
|
+
}), C = {
|
|
46
|
+
request: "#1e3a5f",
|
|
47
|
+
middleware: "rgba(30, 58, 95, 0.7)",
|
|
48
|
+
db: "#6d28d9",
|
|
49
|
+
view: "#0e7490",
|
|
50
|
+
mail: "#059669",
|
|
51
|
+
event: "#b45309",
|
|
52
|
+
custom: "#525252"
|
|
53
|
+
}, M = {
|
|
54
|
+
request: "Request",
|
|
55
|
+
middleware: "Middleware",
|
|
56
|
+
db: "Database",
|
|
57
|
+
view: "View",
|
|
58
|
+
mail: "Mail",
|
|
59
|
+
event: "Event",
|
|
60
|
+
custom: "Custom"
|
|
61
|
+
};
|
|
62
|
+
function R(o) {
|
|
63
|
+
g.value === o.id ? (g.value = null, d.value = null, c.value = null) : (g.value = o.id, N(o.id));
|
|
64
|
+
}
|
|
65
|
+
function L() {
|
|
66
|
+
g.value = null, d.value = null, c.value = null;
|
|
67
|
+
}
|
|
68
|
+
let v = null;
|
|
69
|
+
async function N(o) {
|
|
70
|
+
v && v.abort(), v = new AbortController(), w.value = !0, c.value = null, d.value = null;
|
|
71
|
+
const a = m.debugEndpoint || "/admin/api/debug";
|
|
72
|
+
try {
|
|
73
|
+
const r = await S().get(`${a}/traces/${o}`);
|
|
74
|
+
d.value = r;
|
|
75
|
+
} catch (e) {
|
|
76
|
+
if (e instanceof Error && e.name === "AbortError") return;
|
|
77
|
+
c.value = e instanceof Error ? e.message : "Failed to load trace";
|
|
78
|
+
} finally {
|
|
79
|
+
w.value = !1;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
const $ = x(() => d.value?.spans || []), E = x(() => d.value?.warnings || []);
|
|
83
|
+
function O(o, a) {
|
|
84
|
+
const e = a || 1, r = e > 0 ? o.startOffset / e * 100 : 0, q = e > 0 ? Math.max(o.duration / e * 100, 0.5) : 0.5;
|
|
85
|
+
return {
|
|
86
|
+
left: `${r}%`,
|
|
87
|
+
width: `${q}%`,
|
|
88
|
+
background: C[o.category] || C.custom
|
|
89
|
+
};
|
|
90
|
+
}
|
|
91
|
+
const { tableRef: U } = J(() => p.value);
|
|
92
|
+
F(() => {
|
|
93
|
+
v && v.abort();
|
|
94
|
+
});
|
|
95
|
+
function V(o) {
|
|
96
|
+
const a = Y(o);
|
|
97
|
+
return a === "very-slow" ? "ss-dbg-very-slow" : a === "slow" ? "ss-dbg-slow" : "";
|
|
98
|
+
}
|
|
99
|
+
return (o, a) => (s(), l("div", null, [
|
|
100
|
+
g.value !== null ? (s(), l(i, { key: 0 }, [
|
|
101
|
+
w.value ? (s(), l("div", K, "Loading trace detail...")) : c.value ? (s(), l(i, { key: 1 }, [
|
|
102
|
+
t("div", { class: "ss-dbg-tl-detail-header" }, [
|
|
103
|
+
t("button", {
|
|
104
|
+
type: "button",
|
|
105
|
+
class: "ss-dbg-btn-clear",
|
|
106
|
+
onClick: L
|
|
107
|
+
}, "← Back")
|
|
108
|
+
]),
|
|
109
|
+
t("div", Q, "Error: " + n(c.value), 1)
|
|
110
|
+
], 64)) : d.value ? (s(), l(i, { key: 2 }, [
|
|
111
|
+
t("div", X, [
|
|
112
|
+
t("button", {
|
|
113
|
+
type: "button",
|
|
114
|
+
class: "ss-dbg-btn-clear",
|
|
115
|
+
onClick: L
|
|
116
|
+
}, "← Back"),
|
|
117
|
+
t("span", {
|
|
118
|
+
class: b(`ss-dbg-method ss-dbg-method-${d.value.method.toLowerCase()}`)
|
|
119
|
+
}, n(d.value.method), 3),
|
|
120
|
+
t("span", Z, n(d.value.url), 1),
|
|
121
|
+
t("span", {
|
|
122
|
+
class: b(`ss-dbg-status ss-dbg-status-${Math.floor(d.value.statusCode / 100)}xx`)
|
|
123
|
+
}, n(d.value.statusCode), 3),
|
|
124
|
+
t("span", ee, n(u(y)(d.value.totalDuration)) + " · " + n(d.value.spanCount) + " spans ", 1)
|
|
125
|
+
]),
|
|
126
|
+
t("div", te, [
|
|
127
|
+
(s(), l(i, null, _(C, (e, r) => t("span", {
|
|
128
|
+
key: r,
|
|
129
|
+
class: "ss-dbg-tl-legend-item"
|
|
130
|
+
}, [
|
|
131
|
+
t("span", {
|
|
132
|
+
class: "ss-dbg-tl-legend-dot",
|
|
133
|
+
style: B({ background: e })
|
|
134
|
+
}, null, 4),
|
|
135
|
+
D(" " + n(M[r] || r), 1)
|
|
136
|
+
])), 64))
|
|
137
|
+
]),
|
|
138
|
+
t("div", se, [
|
|
139
|
+
$.value.length === 0 ? (s(), l("div", le, " No spans captured for this request ")) : T("", !0),
|
|
140
|
+
(s(!0), l(i, null, _($.value, (e) => (s(), l("div", {
|
|
141
|
+
key: e.id,
|
|
142
|
+
class: "ss-dbg-tl-row"
|
|
143
|
+
}, [
|
|
144
|
+
t("span", {
|
|
145
|
+
class: "ss-dbg-tl-label",
|
|
146
|
+
title: e.label
|
|
147
|
+
}, n(e.label), 9, ae),
|
|
148
|
+
t("span", ne, [
|
|
149
|
+
t("span", {
|
|
150
|
+
class: b(`ss-dbg-tl-bar ss-dbg-tl-bar-${e.category}`),
|
|
151
|
+
style: B(O(e, d.value.totalDuration)),
|
|
152
|
+
title: `${e.label}: ${u(y)(e.duration)}`
|
|
153
|
+
}, null, 14, oe)
|
|
154
|
+
]),
|
|
155
|
+
t("span", de, n(u(y)(e.duration)), 1)
|
|
156
|
+
]))), 128))
|
|
157
|
+
]),
|
|
158
|
+
E.value.length > 0 ? (s(), l("div", re, [
|
|
159
|
+
a[2] || (a[2] = t("div", { class: "ss-dbg-tl-warnings-title" }, "Warnings", -1)),
|
|
160
|
+
(s(!0), l(i, null, _(E.value, (e, r) => (s(), l("div", {
|
|
161
|
+
key: r,
|
|
162
|
+
class: "ss-dbg-tl-warning"
|
|
163
|
+
}, n(e), 1))), 128))
|
|
164
|
+
])) : T("", !0)
|
|
165
|
+
], 64)) : (s(), l("div", ie, "Loading trace detail..."))
|
|
166
|
+
], 64)) : (s(), l(i, { key: 1 }, [
|
|
167
|
+
t("div", ue, [
|
|
168
|
+
P(t("input", {
|
|
169
|
+
"onUpdate:modelValue": a[0] || (a[0] = (e) => f.value = e),
|
|
170
|
+
class: "ss-dbg-search",
|
|
171
|
+
placeholder: "Filter traces...",
|
|
172
|
+
type: "text"
|
|
173
|
+
}, null, 512), [
|
|
174
|
+
[G, f.value]
|
|
175
|
+
]),
|
|
176
|
+
t("span", ce, n(p.value.length) + " traces", 1)
|
|
177
|
+
]),
|
|
178
|
+
p.value.length === 0 ? (s(), l("div", be, "No traces captured")) : (s(), l("table", {
|
|
179
|
+
key: 1,
|
|
180
|
+
ref_key: "tableRef",
|
|
181
|
+
ref: U,
|
|
182
|
+
class: "ss-dbg-table"
|
|
183
|
+
}, [
|
|
184
|
+
a[3] || (a[3] = t("thead", null, [
|
|
185
|
+
t("tr", null, [
|
|
186
|
+
t("th", null, "#"),
|
|
187
|
+
t("th", null, "Method"),
|
|
188
|
+
t("th", null, "URL"),
|
|
189
|
+
t("th", null, "Status"),
|
|
190
|
+
t("th", null, "Duration"),
|
|
191
|
+
t("th", null, "Spans"),
|
|
192
|
+
t("th", null, "Time")
|
|
193
|
+
])
|
|
194
|
+
], -1)),
|
|
195
|
+
t("tbody", null, [
|
|
196
|
+
(s(!0), l(i, null, _(p.value, (e) => (s(), l("tr", {
|
|
197
|
+
key: e.id,
|
|
198
|
+
class: "ss-dbg-email-row",
|
|
199
|
+
onClick: (r) => R(e)
|
|
200
|
+
}, [
|
|
201
|
+
t("td", ve, n(e.id), 1),
|
|
202
|
+
t("td", null, [
|
|
203
|
+
t("span", {
|
|
204
|
+
class: b(`ss-dbg-method ss-dbg-method-${e.method.toLowerCase()}`)
|
|
205
|
+
}, n(e.method), 3)
|
|
206
|
+
]),
|
|
207
|
+
t("td", he, [
|
|
208
|
+
D(n(e.url) + " ", 1),
|
|
209
|
+
k.dashboardPath ? (s(), l("a", {
|
|
210
|
+
key: 0,
|
|
211
|
+
href: `${k.dashboardPath}#timeline?id=${e.id}`,
|
|
212
|
+
target: "_blank",
|
|
213
|
+
class: "ss-dbg-deeplink",
|
|
214
|
+
onClick: a[1] || (a[1] = H(() => {
|
|
215
|
+
}, ["stop"]))
|
|
216
|
+
}, [
|
|
217
|
+
(s(), l("svg", {
|
|
218
|
+
viewBox: u(A)["open-external"].viewBox,
|
|
219
|
+
width: "12",
|
|
220
|
+
height: "12",
|
|
221
|
+
fill: "none",
|
|
222
|
+
stroke: "currentColor",
|
|
223
|
+
"stroke-width": "2",
|
|
224
|
+
innerHTML: u(A)["open-external"].elements.join("")
|
|
225
|
+
}, null, 8, fe))
|
|
226
|
+
], 8, me)) : T("", !0)
|
|
227
|
+
]),
|
|
228
|
+
t("td", null, [
|
|
229
|
+
t("span", {
|
|
230
|
+
class: b(`ss-dbg-status ss-dbg-status-${Math.floor(e.statusCode / 100)}xx`)
|
|
231
|
+
}, n(e.statusCode), 3)
|
|
232
|
+
]),
|
|
233
|
+
t("td", {
|
|
234
|
+
class: b(["ss-dbg-duration", V(e.totalDuration)])
|
|
235
|
+
}, n(u(y)(e.totalDuration)), 3),
|
|
236
|
+
t("td", pe, n(e.spanCount), 1),
|
|
237
|
+
t("td", {
|
|
238
|
+
class: "ss-dbg-event-time",
|
|
239
|
+
title: u(I)(e.timestamp)
|
|
240
|
+
}, n(u(W)(e.timestamp)), 9, _e)
|
|
241
|
+
], 8, ge))), 128))
|
|
242
|
+
])
|
|
243
|
+
], 512))
|
|
244
|
+
], 64))
|
|
245
|
+
]));
|
|
246
|
+
}
|
|
247
|
+
});
|
|
248
|
+
export {
|
|
249
|
+
xe as default
|
|
250
|
+
};
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
import { defineComponent as B, computed as c, openBlock as n, createElementBlock as l, normalizeClass as u, createElementVNode as a, Fragment as m, renderList as h, normalizeStyle as g, toDisplayString as d, createTextVNode as L, createCommentVNode as O } from "vue";
|
|
2
|
+
const S = {
|
|
3
|
+
key: 0,
|
|
4
|
+
class: "ss-dash-empty"
|
|
5
|
+
}, D = { class: "ss-dash-tl-legend" }, E = ["title"], N = { class: "ss-dash-tl-track" }, F = ["title"], M = { class: "ss-dash-tl-dur" }, R = {
|
|
6
|
+
key: 0,
|
|
7
|
+
class: "ss-dash-tl-warnings"
|
|
8
|
+
}, T = { class: "ss-dash-tl-warnings-title" }, q = /* @__PURE__ */ B({
|
|
9
|
+
__name: "WaterfallChart",
|
|
10
|
+
props: {
|
|
11
|
+
spans: {},
|
|
12
|
+
totalDuration: {},
|
|
13
|
+
className: {},
|
|
14
|
+
warnings: {}
|
|
15
|
+
},
|
|
16
|
+
setup(r) {
|
|
17
|
+
const o = r, f = {
|
|
18
|
+
request: "#1e3a5f",
|
|
19
|
+
middleware: "rgba(30, 58, 95, 0.7)",
|
|
20
|
+
db: "#6d28d9",
|
|
21
|
+
view: "#0e7490",
|
|
22
|
+
mail: "#059669",
|
|
23
|
+
event: "#b45309",
|
|
24
|
+
custom: "var(--ss-dim)"
|
|
25
|
+
}, _ = {
|
|
26
|
+
request: "Request",
|
|
27
|
+
middleware: "Middleware",
|
|
28
|
+
db: "DB",
|
|
29
|
+
mail: "Mail",
|
|
30
|
+
event: "Event",
|
|
31
|
+
view: "View",
|
|
32
|
+
custom: "Custom"
|
|
33
|
+
}, v = c(() => o.spans || []), b = c(
|
|
34
|
+
() => [...v.value].sort((t, s) => t.startOffset - s.startOffset)
|
|
35
|
+
), y = c(() => {
|
|
36
|
+
const t = {};
|
|
37
|
+
for (const s of b.value)
|
|
38
|
+
t[s.id] = s.parentId ? (t[s.parentId] || 0) + 1 : 0;
|
|
39
|
+
return t;
|
|
40
|
+
});
|
|
41
|
+
function $(t) {
|
|
42
|
+
const s = o.totalDuration || 1;
|
|
43
|
+
return `${t.startOffset / s * 100}%`;
|
|
44
|
+
}
|
|
45
|
+
function k(t) {
|
|
46
|
+
const s = o.totalDuration || 1;
|
|
47
|
+
return `${Math.max(t.duration / s * 100, 0.5)}%`;
|
|
48
|
+
}
|
|
49
|
+
function x(t) {
|
|
50
|
+
return t.length > 50 ? t.slice(0, 50) + "..." : t;
|
|
51
|
+
}
|
|
52
|
+
function C(t) {
|
|
53
|
+
return t === "db" ? "DB" : t;
|
|
54
|
+
}
|
|
55
|
+
function p(t) {
|
|
56
|
+
return t === "db" ? "purple" : t === "mail" ? "green" : t === "event" ? "amber" : t === "view" ? "blue" : "muted";
|
|
57
|
+
}
|
|
58
|
+
function w(t) {
|
|
59
|
+
const s = t.metadata ? Object.entries(t.metadata).filter(([, e]) => e != null).map(([e, i]) => `${e}=${i}`).join(", ") : "";
|
|
60
|
+
return s ? `${t.label} (${t.duration.toFixed(2)}ms)
|
|
61
|
+
${s}` : `${t.label} (${t.duration.toFixed(2)}ms)`;
|
|
62
|
+
}
|
|
63
|
+
return (t, s) => v.value.length === 0 ? (n(), l("div", S, "No spans recorded")) : (n(), l("div", {
|
|
64
|
+
key: 1,
|
|
65
|
+
class: u(`ss-dash-tl-waterfall ${r.className || ""}`)
|
|
66
|
+
}, [
|
|
67
|
+
a("div", D, [
|
|
68
|
+
(n(), l(m, null, h(_, (e, i) => a("div", {
|
|
69
|
+
key: i,
|
|
70
|
+
class: "ss-dash-tl-legend-item"
|
|
71
|
+
}, [
|
|
72
|
+
a("span", {
|
|
73
|
+
class: "ss-dash-tl-legend-dot",
|
|
74
|
+
style: g({ background: f[i] || f.custom })
|
|
75
|
+
}, null, 4),
|
|
76
|
+
a("span", null, d(e), 1)
|
|
77
|
+
])), 64))
|
|
78
|
+
]),
|
|
79
|
+
(n(!0), l(m, null, h(b.value, (e) => (n(), l("div", {
|
|
80
|
+
key: e.id,
|
|
81
|
+
class: "ss-dash-tl-row"
|
|
82
|
+
}, [
|
|
83
|
+
a("div", {
|
|
84
|
+
class: "ss-dash-tl-label",
|
|
85
|
+
title: w(e),
|
|
86
|
+
style: g({ paddingLeft: 8 + (y.value[e.id] || 0) * 16 + "px" })
|
|
87
|
+
}, [
|
|
88
|
+
a("span", {
|
|
89
|
+
class: u(`ss-dash-badge ss-dash-badge-${p(e.category)}`),
|
|
90
|
+
style: { "font-size": "9px", "margin-right": "4px" }
|
|
91
|
+
}, d(C(e.category)), 3),
|
|
92
|
+
L(" " + d(x(e.label)), 1)
|
|
93
|
+
], 12, E),
|
|
94
|
+
a("div", N, [
|
|
95
|
+
a("div", {
|
|
96
|
+
class: u(`ss-dash-tl-bar ss-dash-tl-bar-${e.category || "custom"}`),
|
|
97
|
+
style: g({
|
|
98
|
+
left: $(e),
|
|
99
|
+
width: k(e)
|
|
100
|
+
}),
|
|
101
|
+
title: w(e)
|
|
102
|
+
}, null, 14, F)
|
|
103
|
+
]),
|
|
104
|
+
a("span", M, d(e.duration.toFixed(2)) + "ms", 1)
|
|
105
|
+
]))), 128)),
|
|
106
|
+
r.warnings && r.warnings.length > 0 ? (n(), l("div", R, [
|
|
107
|
+
a("div", T, "Warnings (" + d(r.warnings.length) + ")", 1),
|
|
108
|
+
(n(!0), l(m, null, h(r.warnings, (e, i) => (n(), l("div", {
|
|
109
|
+
key: i,
|
|
110
|
+
class: "ss-dash-tl-warning"
|
|
111
|
+
}, d(e), 1))), 128))
|
|
112
|
+
])) : O("", !0)
|
|
113
|
+
], 2));
|
|
114
|
+
}
|
|
115
|
+
});
|
|
116
|
+
export {
|
|
117
|
+
q as _
|
|
118
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
baseUrl?: string;
|
|
3
|
+
dashboardEndpoint?: string;
|
|
4
|
+
debugEndpoint?: string;
|
|
5
|
+
authToken?: string;
|
|
6
|
+
backUrl?: string;
|
|
7
|
+
channelName?: string;
|
|
8
|
+
};
|
|
9
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
10
|
+
debugEndpoint: string;
|
|
11
|
+
baseUrl: string;
|
|
12
|
+
authToken: string;
|
|
13
|
+
channelName: string;
|
|
14
|
+
dashboardEndpoint: string;
|
|
15
|
+
backUrl: string;
|
|
16
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
17
|
+
export default _default;
|
|
18
|
+
//# sourceMappingURL=DashboardPage.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DashboardPage.vue.d.ts","sourceRoot":"","sources":["../../../../src/vue/components/Dashboard/DashboardPage.vue"],"names":[],"mappings":"AA6cA,KAAK,WAAW,GAAG;IACf,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB,CAAC;;mBAJgB,MAAM;aAFZ,MAAM;eAGJ,MAAM;iBAEJ,MAAM;uBAJA,MAAM;aAGhB,MAAM;;AA6cpB,wBAQG"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
2
|
+
tableRef: HTMLTableElement;
|
|
3
|
+
}, HTMLDivElement>;
|
|
4
|
+
export default _default;
|
|
5
|
+
//# sourceMappingURL=CacheSection.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CacheSection.vue.d.ts","sourceRoot":"","sources":["../../../../../src/vue/components/Dashboard/sections/CacheSection.vue"],"names":[],"mappings":";;;AAihBA,wBAOG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=ConfigSection.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConfigSection.vue.d.ts","sourceRoot":"","sources":["../../../../../src/vue/components/Dashboard/sections/ConfigSection.vue"],"names":[],"mappings":";AAsmDA,wBAMG"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
2
|
+
tableRef: HTMLTableElement;
|
|
3
|
+
}, HTMLDivElement>;
|
|
4
|
+
export default _default;
|
|
5
|
+
//# sourceMappingURL=EmailsSection.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EmailsSection.vue.d.ts","sourceRoot":"","sources":["../../../../../src/vue/components/Dashboard/sections/EmailsSection.vue"],"names":[],"mappings":";;;AA2pBA,wBAOG"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
2
|
+
tableRef: HTMLTableElement;
|
|
3
|
+
}, HTMLDivElement>;
|
|
4
|
+
export default _default;
|
|
5
|
+
//# sourceMappingURL=EventsSection.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EventsSection.vue.d.ts","sourceRoot":"","sources":["../../../../../src/vue/components/Dashboard/sections/EventsSection.vue"],"names":[],"mappings":";;;AA0XA,wBAOG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=InternalsSection.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InternalsSection.vue.d.ts","sourceRoot":"","sources":["../../../../../src/vue/components/Dashboard/sections/InternalsSection.vue"],"names":[],"mappings":";AAw5CA,wBAMG"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
2
|
+
tableRef: HTMLTableElement;
|
|
3
|
+
}, HTMLDivElement>;
|
|
4
|
+
export default _default;
|
|
5
|
+
//# sourceMappingURL=JobsSection.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JobsSection.vue.d.ts","sourceRoot":"","sources":["../../../../../src/vue/components/Dashboard/sections/JobsSection.vue"],"names":[],"mappings":";;;AAspBA,wBAOG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=LogsSection.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LogsSection.vue.d.ts","sourceRoot":"","sources":["../../../../../src/vue/components/Dashboard/sections/LogsSection.vue"],"names":[],"mappings":";AA8xBA,wBAMG"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
2
|
+
chartContainerRef: HTMLDivElement;
|
|
3
|
+
}, HTMLDivElement>;
|
|
4
|
+
export default _default;
|
|
5
|
+
//# sourceMappingURL=OverviewSection.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OverviewSection.vue.d.ts","sourceRoot":"","sources":["../../../../../src/vue/components/Dashboard/sections/OverviewSection.vue"],"names":[],"mappings":";;;AA4sEA,wBAOG"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { PropType, VNode } from 'vue';
|
|
2
|
+
interface PlanNode {
|
|
3
|
+
'Node Type'?: string;
|
|
4
|
+
'Relation Name'?: string;
|
|
5
|
+
Alias?: string;
|
|
6
|
+
'Index Name'?: string;
|
|
7
|
+
'Startup Cost'?: number | null;
|
|
8
|
+
'Total Cost'?: number | null;
|
|
9
|
+
'Plan Rows'?: number | null;
|
|
10
|
+
'Plan Width'?: number | null;
|
|
11
|
+
Filter?: string;
|
|
12
|
+
'Index Cond'?: string;
|
|
13
|
+
'Hash Cond'?: string;
|
|
14
|
+
'Join Type'?: string;
|
|
15
|
+
'Sort Key'?: string | string[];
|
|
16
|
+
Plans?: PlanNode[];
|
|
17
|
+
[key: string]: unknown;
|
|
18
|
+
}
|
|
19
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
20
|
+
ExplainPlanNode: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
21
|
+
node: {
|
|
22
|
+
type: PropType<PlanNode>;
|
|
23
|
+
required: true;
|
|
24
|
+
};
|
|
25
|
+
depth: {
|
|
26
|
+
type: NumberConstructor;
|
|
27
|
+
default: number;
|
|
28
|
+
};
|
|
29
|
+
}>, () => VNode | null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
30
|
+
node: {
|
|
31
|
+
type: PropType<PlanNode>;
|
|
32
|
+
required: true;
|
|
33
|
+
};
|
|
34
|
+
depth: {
|
|
35
|
+
type: NumberConstructor;
|
|
36
|
+
default: number;
|
|
37
|
+
};
|
|
38
|
+
}>> & Readonly<{}>, {
|
|
39
|
+
depth: number;
|
|
40
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
41
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
42
|
+
tableRef: HTMLTableElement;
|
|
43
|
+
}, HTMLDivElement>;
|
|
44
|
+
export default _default;
|
|
45
|
+
//# sourceMappingURL=QueriesSection.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueriesSection.vue.d.ts","sourceRoot":"","sources":["../../../../../src/vue/components/Dashboard/sections/QueriesSection.vue"],"names":[],"mappings":"AAoqBA,OAAO,EAAsB,KAAK,QAAQ,EAAE,KAAK,KAAK,EAAE,MAAM,KAAK,CAAA;AAEnE,UAAU,QAAQ;IAChB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC9B,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC5B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC3B,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IAC9B,KAAK,CAAC,EAAE,QAAQ,EAAE,CAAA;IAClB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CACvB;;;;kBAmD2B,QAAQ,CAAC,QAAQ,CAAC;;;;;;;cAI/B,KAAK,GAAG,IAAI;;kBAJC,QAAQ,CAAC,QAAQ,CAAC;;;;;;;;;;;;;AAQ9C,wBA4zBC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
2
|
+
tableRef: HTMLTableElement;
|
|
3
|
+
}, HTMLDivElement>;
|
|
4
|
+
export default _default;
|
|
5
|
+
//# sourceMappingURL=RequestsSection.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RequestsSection.vue.d.ts","sourceRoot":"","sources":["../../../../../src/vue/components/Dashboard/sections/RequestsSection.vue"],"names":[],"mappings":";;;AAmxBA,wBAOG"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
2
|
+
tableRef: HTMLTableElement;
|
|
3
|
+
}, HTMLDivElement>;
|
|
4
|
+
export default _default;
|
|
5
|
+
//# sourceMappingURL=RoutesSection.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RoutesSection.vue.d.ts","sourceRoot":"","sources":["../../../../../src/vue/components/Dashboard/sections/RoutesSection.vue"],"names":[],"mappings":";;;AAsWA,wBAOG"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
/** When false, show a "tracing disabled" message instead of fetching. Defaults to true. */
|
|
3
|
+
tracingEnabled?: boolean;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
6
|
+
tracingEnabled: boolean;
|
|
7
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
8
|
+
tableRef: HTMLTableElement;
|
|
9
|
+
}, HTMLDivElement>;
|
|
10
|
+
export default _default;
|
|
11
|
+
//# sourceMappingURL=TimelineSection.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TimelineSection.vue.d.ts","sourceRoot":"","sources":["../../../../../src/vue/components/Dashboard/sections/TimelineSection.vue"],"names":[],"mappings":"AAgRA,KAAK,WAAW,GAAG;IACf,2FAA2F;IAC3F,cAAc,CAAC,EAAE,OAAO,CAAA;CACzB,CAAC;;oBADiB,OAAO;;;;AAyX5B,wBASG"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
modelValue: string;
|
|
3
|
+
placeholder?: string;
|
|
4
|
+
summary?: string;
|
|
5
|
+
};
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: HTMLDivElement;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
|
+
clear: () => any;
|
|
17
|
+
"update:modelValue": (value: string) => any;
|
|
18
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
19
|
+
onClear?: (() => any) | undefined;
|
|
20
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
21
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
22
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
23
|
+
export default _default;
|
|
24
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
25
|
+
new (): {
|
|
26
|
+
$slots: S;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=FilterBar.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FilterBar.vue.d.ts","sourceRoot":"","sources":["../../../../../src/vue/components/Dashboard/shared/FilterBar.vue"],"names":[],"mappings":"AAkEA,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,MAAM,CAAA;IAClB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,OAAO,CAAC,EAAE,MAAM,CAAA;CACjB,CAAC;AAoBF,iBAAS,cAAc;WAgET,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;6FAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
page: number;
|
|
3
|
+
lastPage: number;
|
|
4
|
+
total: number;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
|
+
pageChange: (page: number) => any;
|
|
8
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
9
|
+
onPageChange?: ((page: number) => any) | undefined;
|
|
10
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
export default _default;
|
|
12
|
+
//# sourceMappingURL=PaginationControls.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PaginationControls.vue.d.ts","sourceRoot":"","sources":["../../../../../src/vue/components/Dashboard/shared/PaginationControls.vue"],"names":[],"mappings":"AA8EA,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,EAAE,MAAM,CAAA;IAChB,KAAK,EAAE,MAAM,CAAA;CACd,CAAC;;;;;;AAmGF,wBAOG"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { TimeRange } from '../../../../core/index.js';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
modelValue: TimeRange;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
|
+
"update:modelValue": (value: TimeRange) => any;
|
|
7
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
8
|
+
"onUpdate:modelValue"?: ((value: TimeRange) => any) | undefined;
|
|
9
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
10
|
+
export default _default;
|
|
11
|
+
//# sourceMappingURL=TimeRangeSelector.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TimeRangeSelector.vue.d.ts","sourceRoot":"","sources":["../../../../../src/vue/components/Dashboard/shared/TimeRangeSelector.vue"],"names":[],"mappings":"AAAA,OAmDO,KAAK,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAA;AAE1D,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,SAAS,CAAA;CACtB,CAAC;;;;;;AAqEF,wBAQG"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { TraceSpan } from '../../../../core/index.js';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
spans: TraceSpan[];
|
|
4
|
+
totalDuration: number;
|
|
5
|
+
className?: string;
|
|
6
|
+
warnings?: string[];
|
|
7
|
+
};
|
|
8
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
export default _default;
|
|
10
|
+
//# sourceMappingURL=WaterfallChart.vue.d.ts.map
|