adonisjs-server-stats 1.6.1 → 1.6.5

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 (56) hide show
  1. package/dist/src/collectors/app_collector.d.ts.map +1 -1
  2. package/dist/src/collectors/app_collector.js +2 -1
  3. package/dist/src/collectors/auto_detect.d.ts.map +1 -1
  4. package/dist/src/collectors/auto_detect.js +7 -3
  5. package/dist/src/collectors/db_pool_collector.d.ts.map +1 -1
  6. package/dist/src/collectors/db_pool_collector.js +2 -1
  7. package/dist/src/collectors/http_collector.d.ts +4 -3
  8. package/dist/src/collectors/http_collector.d.ts.map +1 -1
  9. package/dist/src/collectors/http_collector.js +3 -5
  10. package/dist/src/collectors/redis_collector.d.ts.map +1 -1
  11. package/dist/src/collectors/redis_collector.js +2 -1
  12. package/dist/src/controller/debug_controller.d.ts +5 -0
  13. package/dist/src/controller/debug_controller.d.ts.map +1 -1
  14. package/dist/src/controller/debug_controller.js +24 -1
  15. package/dist/src/dashboard/chart_aggregator.d.ts.map +1 -1
  16. package/dist/src/dashboard/chart_aggregator.js +3 -2
  17. package/dist/src/dashboard/dashboard_store.d.ts.map +1 -1
  18. package/dist/src/dashboard/dashboard_store.js +47 -11
  19. package/dist/src/dashboard/migrator.d.ts +5 -0
  20. package/dist/src/dashboard/migrator.d.ts.map +1 -1
  21. package/dist/src/dashboard/migrator.js +44 -9
  22. package/dist/src/data/data_access.d.ts +4 -2
  23. package/dist/src/data/data_access.d.ts.map +1 -1
  24. package/dist/src/data/data_access.js +22 -4
  25. package/dist/src/define_config.d.ts.map +1 -1
  26. package/dist/src/define_config.js +7 -6
  27. package/dist/src/edge/client-vue/dashboard.js +1 -1
  28. package/dist/src/edge/client-vue/debug-panel-deferred.js +1 -1
  29. package/dist/src/edge/client-vue/debug-panel.js +1 -1
  30. package/dist/src/middleware/request_tracking_middleware.d.ts.map +1 -1
  31. package/dist/src/middleware/request_tracking_middleware.js +7 -0
  32. package/dist/src/prometheus/prometheus_collector.d.ts +14 -3
  33. package/dist/src/prometheus/prometheus_collector.d.ts.map +1 -1
  34. package/dist/src/prometheus/prometheus_collector.js +209 -198
  35. package/dist/src/provider/server_stats_provider.d.ts +9 -0
  36. package/dist/src/provider/server_stats_provider.d.ts.map +1 -1
  37. package/dist/src/provider/server_stats_provider.js +196 -59
  38. package/dist/src/utils/app_import.d.ts +23 -0
  39. package/dist/src/utils/app_import.d.ts.map +1 -0
  40. package/dist/src/utils/app_import.js +44 -0
  41. package/dist/vue/{CacheSection-CkrIB4-j.js → CacheSection-C788Yfai.js} +1 -1
  42. package/dist/vue/{ConfigSection-gulpOiq1.js → ConfigSection-CRzYxqW2.js} +1 -1
  43. package/dist/vue/{CustomPaneTab-J57ED_bh.js → CustomPaneTab-BJxT5Dp7.js} +33 -33
  44. package/dist/vue/{EmailsSection-BlKvQDx8.js → EmailsSection-C8JFMtW7.js} +1 -1
  45. package/dist/vue/{EventsSection-BdzQvIVJ.js → EventsSection-C4wXUgxG.js} +1 -1
  46. package/dist/vue/{JobsSection-DOzuMrG3.js → JobsSection-CsKWTjgN.js} +1 -1
  47. package/dist/vue/{LogsSection-CNN4y92u.js → LogsSection-BFVjSZ24.js} +12 -12
  48. package/dist/vue/{LogsTab-CJerb22r.js → LogsTab-DpEQ7euu.js} +17 -17
  49. package/dist/vue/{OverviewSection-SITNR_dA.js → OverviewSection-CbMdAido.js} +1 -1
  50. package/dist/vue/{QueriesSection-BAebAHkD.js → QueriesSection-BPiv7u3r.js} +1 -1
  51. package/dist/vue/{RequestsSection-CIR0IX39.js → RequestsSection-LtImH4rD.js} +1 -1
  52. package/dist/vue/{RoutesSection-j1U2oa0g.js → RoutesSection-CrxOxmzx.js} +1 -1
  53. package/dist/vue/{TimelineSection-Dw980UPg.js → TimelineSection-DLxMW2J_.js} +1 -1
  54. package/dist/vue/{index-COgsk_nv.js → index-qCQpBftQ.js} +2 -2
  55. package/dist/vue/index.js +1 -1
  56. package/package.json +5 -1
@@ -1,6 +1,6 @@
1
- import { defineComponent as se, inject as k, ref as u, computed as R, openBlock as a, createElementBlock as o, createVNode as le, unref as s, withCtx as ae, createElementVNode as n, Fragment as F, renderList as L, normalizeClass as x, toDisplayString as i, withKeys as $, createCommentVNode as f, createStaticVNode as oe, createTextVNode as I, createBlock as ne } from "vue";
1
+ import { defineComponent as se, inject as k, ref as u, computed as R, openBlock as a, createElementBlock as o, createVNode as le, unref as s, withCtx as ae, createElementVNode as n, Fragment as F, renderList as L, normalizeClass as x, toDisplayString as i, withKeys as $, createCommentVNode as f, createStaticVNode as oe, createTextVNode as S, createBlock as ne } from "vue";
2
2
  import { LOG_LEVELS as ie, getLogLevelCssClass as re, resolveLogLevel as A, resolveLogTimestamp as b, formatTime as ue, timeAgo as de, resolveLogRequestId as m, resolveLogMessage as ce } from "adonisjs-server-stats/core";
3
- import { u as ve } from "./index-COgsk_nv.js";
3
+ import { u as ve } from "./index-qCQpBftQ.js";
4
4
  import { _ as pe } from "./FilterBar.vue_vue_type_script_setup_true_lang-ClJ37hhT.js";
5
5
  import { _ as he } from "./PaginationControls.vue_vue_type_script_setup_true_lang-CuN7g_8Z.js";
6
6
  const _e = { class: "ss-dash-log-filters" }, fe = ["onClick"], me = ["value"], ge = { class: "ss-dash-structured-search" }, ye = ["value"], ke = ["value"], be = ["value"], Ce = {
@@ -15,10 +15,10 @@ const _e = { class: "ss-dash-log-filters" }, fe = ["onClick"], me = ["value"], g
15
15
  }, Le = ["onClick"], $e = {
16
16
  key: 1,
17
17
  class: "ss-dash-empty"
18
- }, Ie = {
18
+ }, Se = {
19
19
  key: 2,
20
20
  class: "ss-dash-empty"
21
- }, Se = {
21
+ }, Ie = {
22
22
  key: 3,
23
23
  class: "ss-dash-empty"
24
24
  }, Ve = {
@@ -45,7 +45,7 @@ const _e = { class: "ss-dash-log-filters" }, fe = ["onClick"], me = ["value"], g
45
45
  dashboardEndpoint: O,
46
46
  authToken: U,
47
47
  refreshKey: B
48
- }), S = u(""), d = u("all"), r = u(""), p = u(""), h = u([]), C = u("level"), q = u("equals"), y = u(""), V = R(() => {
48
+ }), I = u(""), d = u("all"), r = u(""), p = u(""), h = u([]), C = u("level"), q = u("equals"), y = u(""), V = R(() => {
49
49
  if (!g.value) return [];
50
50
  const t = g.value;
51
51
  return t.data || t.logs || g.value || [];
@@ -53,7 +53,7 @@ const _e = { class: "ss-dash-log-filters" }, fe = ["onClick"], me = ["value"], g
53
53
  () => d.value !== "all" || r.value !== "" || h.value.length > 0
54
54
  );
55
55
  function X(t) {
56
- S.value = t, H(t);
56
+ I.value = t, H(t);
57
57
  }
58
58
  function Y(t) {
59
59
  d.value = t, t === "all" ? v("level", "") : v("level", t);
@@ -98,7 +98,7 @@ const _e = { class: "ss-dash-log-filters" }, fe = ["onClick"], me = ["value"], g
98
98
  }
99
99
  return (t, l) => (a(), o("div", null, [
100
100
  le(pe, {
101
- "model-value": S.value,
101
+ "model-value": I.value,
102
102
  placeholder: "Search logs...",
103
103
  summary: `${s(c).total ?? 0} logs`,
104
104
  "onUpdate:modelValue": X
@@ -161,7 +161,7 @@ const _e = { class: "ss-dash-log-filters" }, fe = ["onClick"], me = ["value"], g
161
161
  ]),
162
162
  Q.value ? (a(), o("div", Ce, [
163
163
  d.value !== "all" ? (a(), o("span", qe, [
164
- I(" level: " + i(d.value) + " ", 1),
164
+ S(" level: " + i(d.value) + " ", 1),
165
165
  n("button", {
166
166
  type: "button",
167
167
  class: "ss-dash-filter-chip-remove",
@@ -169,7 +169,7 @@ const _e = { class: "ss-dash-log-filters" }, fe = ["onClick"], me = ["value"], g
169
169
  }, " × ")
170
170
  ])) : f("", !0),
171
171
  r.value ? (a(), o("span", Fe, [
172
- I(" requestId: " + i(r.value.slice(0, 8)) + "... ", 1),
172
+ S(" requestId: " + i(r.value.slice(0, 8)) + "... ", 1),
173
173
  n("button", {
174
174
  type: "button",
175
175
  class: "ss-dash-filter-chip-remove",
@@ -180,7 +180,7 @@ const _e = { class: "ss-dash-log-filters" }, fe = ["onClick"], me = ["value"], g
180
180
  key: _,
181
181
  class: "ss-dash-filter-chip"
182
182
  }, [
183
- I(i(e.field) + " " + i(e.operator) + ' "' + i(e.value) + '" ', 1),
183
+ S(i(e.field) + " " + i(e.operator) + ' "' + i(e.value) + '" ', 1),
184
184
  n("button", {
185
185
  type: "button",
186
186
  class: "ss-dash-filter-chip-remove",
@@ -188,9 +188,9 @@ const _e = { class: "ss-dash-log-filters" }, fe = ["onClick"], me = ["value"], g
188
188
  }, " × ", 8, Le)
189
189
  ]))), 128))
190
190
  ])) : f("", !0),
191
- s(z) ? (a(), o("div", $e, "Failed to load logs")) : s(j) && !s(g) ? (a(), o("div", Ie, "Loading logs...")) : V.value.length === 0 ? (a(), o("div", Se, " No log entries" + i(r.value ? ` matching request ${r.value}` : d.value !== "all" ? ` for ${d.value}` : ""), 1)) : (a(), o("div", Ve, [
191
+ s(z) ? (a(), o("div", $e, "Failed to load logs")) : s(j) && !s(g) ? (a(), o("div", Se, "Loading logs...")) : V.value.length === 0 ? (a(), o("div", Ie, " No log entries" + i(r.value ? ` matching request ${r.value}` : d.value !== "all" ? ` for ${d.value}` : ""), 1)) : (a(), o("div", Ve, [
192
192
  (a(!0), o(F, null, L(V.value, (e, _) => (a(), o("div", {
193
- key: e.id || _,
193
+ key: String(e.id || _),
194
194
  class: "ss-dash-log-entry"
195
195
  }, [
196
196
  n("span", {
@@ -1,6 +1,6 @@
1
- import { defineComponent as E, ref as h, computed as _, openBlock as l, createElementBlock as n, createElementVNode as r, Fragment as L, renderList as k, unref as s, normalizeClass as C, toDisplayString as i, createCommentVNode as w, withDirectives as x, vModelText as q, withKeys as F } from "vue";
2
- import { filterLogsByLevel as M, resolveLogRequestId as d, resolveLogMessage as B, LOG_LEVELS as N, getLogLevelCssClass as R, resolveLogLevel as I, resolveLogTimestamp as m, formatTime as D, timeAgo as K, TAB_ICONS as $ } from "adonisjs-server-stats/core";
3
- const P = { class: "ss-dbg-log-filters" }, S = ["onClick"], U = {
1
+ import { defineComponent as E, ref as h, computed as _, openBlock as n, createElementBlock as l, createElementVNode as r, Fragment as L, renderList as k, unref as s, normalizeClass as C, toDisplayString as i, createCommentVNode as w, withDirectives as x, vModelText as q, withKeys as F } from "vue";
2
+ import { filterLogsByLevel as M, resolveLogRequestId as d, resolveLogMessage as B, LOG_LEVELS as N, getLogLevelCssClass as R, resolveLogLevel as I, resolveLogTimestamp as m, formatTime as S, timeAgo as D, TAB_ICONS as $ } from "adonisjs-server-stats/core";
3
+ const K = { class: "ss-dbg-log-filters" }, P = ["onClick"], U = {
4
4
  class: "ss-dbg-summary",
5
5
  style: { "margin-left": "auto" }
6
6
  }, H = { class: "ss-dbg-search-bar" }, O = { class: "ss-dbg-summary" }, j = {
@@ -39,15 +39,15 @@ const P = { class: "ss-dbg-log-filters" }, S = ["onClick"], U = {
39
39
  function f(o) {
40
40
  a.value = o, A("filterByRequestId", o);
41
41
  }
42
- return (o, t) => (l(), n("div", null, [
43
- r("div", P, [
44
- (l(!0), n(L, null, k(s(N), (e) => (l(), n("button", {
42
+ return (o, t) => (n(), l("div", null, [
43
+ r("div", K, [
44
+ (n(!0), l(L, null, k(s(N), (e) => (n(), l("button", {
45
45
  key: e,
46
46
  type: "button",
47
47
  class: C(["ss-dbg-log-filter", { "ss-dbg-active": b.value === e }]),
48
48
  onClick: (u) => b.value = e
49
- }, i(e), 11, S))), 128)),
50
- a.value ? (l(), n("button", {
49
+ }, i(e), 11, P))), 128)),
50
+ a.value ? (n(), l("button", {
51
51
  key: 0,
52
52
  type: "button",
53
53
  class: "ss-dbg-log-filter ss-dbg-active",
@@ -74,9 +74,9 @@ const P = { class: "ss-dbg-log-filters" }, S = ["onClick"], U = {
74
74
  ]),
75
75
  r("span", O, i(V.value), 1)
76
76
  ]),
77
- v.value.length === 0 ? (l(), n("div", j, "No log entries")) : (l(), n("div", z, [
78
- (l(!0), n(L, null, k(v.value, (e, u) => (l(), n("div", {
79
- key: e.id || u,
77
+ v.value.length === 0 ? (n(), l("div", j, "No log entries")) : (n(), l("div", z, [
78
+ (n(!0), l(L, null, k(v.value, (e, u) => (n(), l("div", {
79
+ key: String(e.id || u),
80
80
  class: "ss-dbg-log-entry"
81
81
  }, [
82
82
  r("span", {
@@ -84,9 +84,9 @@ const P = { class: "ss-dbg-log-filters" }, S = ["onClick"], U = {
84
84
  }, i(s(I)(e).toUpperCase()), 3),
85
85
  r("span", {
86
86
  class: "ss-dbg-log-time",
87
- title: s(m)(e) ? s(D)(s(m)(e)) : ""
88
- }, i(s(m)(e) ? s(K)(s(m)(e)) : "-"), 9, G),
89
- s(d)(e) ? (l(), n("span", {
87
+ title: s(m)(e) ? s(S)(s(m)(e)) : ""
88
+ }, i(s(m)(e) ? s(D)(s(m)(e)) : "-"), 9, G),
89
+ s(d)(e) ? (n(), l("span", {
90
90
  key: 0,
91
91
  class: "ss-dbg-log-reqid",
92
92
  role: "button",
@@ -94,15 +94,15 @@ const P = { class: "ss-dbg-log-filters" }, S = ["onClick"], U = {
94
94
  title: s(d)(e),
95
95
  onClick: (g) => f(s(d)(e)),
96
96
  onKeydown: F((g) => f(s(d)(e)), ["enter"])
97
- }, i(s(d)(e).slice(0, 8)), 41, J)) : (l(), n("span", Q, "-")),
97
+ }, i(s(d)(e).slice(0, 8)), 41, J)) : (n(), l("span", Q, "-")),
98
98
  r("span", W, i(s(B)(e)), 1),
99
- p.dashboardPath && s(d)(e) ? (l(), n("a", {
99
+ p.dashboardPath && s(d)(e) ? (n(), l("a", {
100
100
  key: 2,
101
101
  href: `${p.dashboardPath}#logs?requestId=${s(d)(e)}`,
102
102
  target: "_blank",
103
103
  class: "ss-dbg-deeplink"
104
104
  }, [
105
- (l(), n("svg", {
105
+ (n(), l("svg", {
106
106
  viewBox: s($)["open-external"].viewBox,
107
107
  width: "12",
108
108
  height: "12",
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as ws, openBlock as o, createElementBlock as n, Fragment as _, renderList as k, createElementVNode as s, normalizeClass as b, toDisplayString as r, inject as P, ref as D, watch as ms, computed as d, onUnmounted as Ws, unref as x, createVNode as F, createCommentVNode as v, normalizeStyle as ts, createTextVNode as gs } from "vue";
2
2
  import { formatDuration as N, formatTime as Os, timeAgo as Hs, durationSeverity as Ks } from "adonisjs-server-stats/core";
3
- import { u as xs, _ as U } from "./index-COgsk_nv.js";
3
+ import { u as xs, _ as U } from "./index-qCQpBftQ.js";
4
4
  const Gs = { class: "ss-dash-btn-group" }, Xs = ["onClick"], Ys = /* @__PURE__ */ ws({
5
5
  __name: "TimeRangeSelector",
6
6
  props: {
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as H, inject as A, ref as C, computed as g, openBlock as o, createElementBlock as i, createVNode as W, withCtx as it, createElementVNode as e, normalizeClass as f, unref as u, createTextVNode as b, toDisplayString as r, createCommentVNode as v, Fragment as k, renderList as T, withKeys as B, withModifiers as L, createBlock as rt, h as D } from "vue";
2
2
  import { formatTime as ut, timeAgo as dt, SLOW_DURATION_MS as pt, durationSeverity as ct } from "adonisjs-server-stats/core";
3
- import { u as vt } from "./index-COgsk_nv.js";
3
+ import { u as vt } from "./index-qCQpBftQ.js";
4
4
  import { u as ht } from "./useResizableTable-BoivAevK.js";
5
5
  import { _ as mt } from "./FilterBar.vue_vue_type_script_setup_true_lang-ClJ37hhT.js";
6
6
  import { _ as ft } from "./PaginationControls.vue_vue_type_script_setup_true_lang-CuN7g_8Z.js";
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as M, inject as _, ref as h, computed as U, openBlock as o, createElementBlock as l, Fragment as m, createElementVNode as s, normalizeClass as v, toDisplayString as n, createVNode as D, unref as a, createCommentVNode as u, createTextVNode as y, renderList as j, createBlock as K } from "vue";
2
2
  import { formatTime as G, timeAgo as H, normalizeTraceFields as I, durationSeverity as J } from "adonisjs-server-stats/core";
3
3
  import { u as O } from "./useApiClient-BQQ9CF-q.js";
4
- import { u as Q } from "./index-COgsk_nv.js";
4
+ import { u as Q } from "./index-qCQpBftQ.js";
5
5
  import { u as W } from "./useResizableTable-BoivAevK.js";
6
6
  import { _ as X } from "./FilterBar.vue_vue_type_script_setup_true_lang-ClJ37hhT.js";
7
7
  import { _ as Y } from "./PaginationControls.vue_vue_type_script_setup_true_lang-CuN7g_8Z.js";
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as g, inject as d, ref as c, computed as A, openBlock as l, createElementBlock as o, createVNode as N, unref as u, createElementVNode as e, Fragment as R, renderList as S, normalizeClass as j, toDisplayString as a } from "vue";
2
- import { u as z } from "./index-COgsk_nv.js";
2
+ import { u as z } from "./index-qCQpBftQ.js";
3
3
  import { u as C } from "./useResizableTable-BoivAevK.js";
4
4
  import { _ as D } from "./FilterBar.vue_vue_type_script_setup_true_lang-ClJ37hhT.js";
5
5
  const E = {
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as M, inject as v, ref as i, computed as U, openBlock as l, createElementBlock as o, Fragment as c, createElementVNode as s, normalizeClass as h, toDisplayString as n, unref as a, createVNode as C, createCommentVNode as x, renderList as z, createBlock as j } from "vue";
2
2
  import { parseTraceSpans as $, parseTraceWarnings as I, formatTime as K, timeAgo as W, durationSeverity as q } from "adonisjs-server-stats/core";
3
3
  import { u as G } from "./useApiClient-BQQ9CF-q.js";
4
- import { u as H } from "./index-COgsk_nv.js";
4
+ import { u as H } from "./index-qCQpBftQ.js";
5
5
  import { u as J } from "./useResizableTable-BoivAevK.js";
6
6
  import { _ as O } from "./FilterBar.vue_vue_type_script_setup_true_lang-ClJ37hhT.js";
7
7
  import { _ as Q } from "./PaginationControls.vue_vue_type_script_setup_true_lang-CuN7g_8Z.js";
@@ -627,7 +627,7 @@ const pt = ["title", "aria-label"], mt = ["viewBox", "innerHTML"], kt = ["viewBo
627
627
  defaultOpen: { type: Boolean, default: !1 }
628
628
  },
629
629
  setup(e, { expose: T }) {
630
- const a = $(() => import("./QueriesTab-C8_7oprC.js")), S = $(() => import("./EventsTab-DQ4Nd6AK.js")), i = $(() => import("./EmailsTab-DhFhoNmU.js")), f = $(() => import("./RoutesTab-Dz0MkZuF.js")), _ = $(() => import("./LogsTab-CJerb22r.js")), k = $(() => import("./TimelineTab-Db6lKKsD.js")), x = $(() => import("./CacheTab-BPisYYiQ.js")), P = $(() => import("./JobsTab-BCvhOARO.js")), U = $(() => import("./ConfigTab-C8cafGUj.js")), C = $(() => import("./InternalsTab-DEMjqtlw.js")), h = $(() => import("./CustomPaneTab-J57ED_bh.js")), b = e, u = v(b.defaultOpen), r = v("queries"), { theme: p } = le(), { features: y } = ce({
630
+ const a = $(() => import("./QueriesTab-C8_7oprC.js")), S = $(() => import("./EventsTab-DQ4Nd6AK.js")), i = $(() => import("./EmailsTab-DhFhoNmU.js")), f = $(() => import("./RoutesTab-Dz0MkZuF.js")), _ = $(() => import("./LogsTab-DpEQ7euu.js")), k = $(() => import("./TimelineTab-Db6lKKsD.js")), x = $(() => import("./CacheTab-BPisYYiQ.js")), P = $(() => import("./JobsTab-BCvhOARO.js")), U = $(() => import("./ConfigTab-C8cafGUj.js")), C = $(() => import("./InternalsTab-DEMjqtlw.js")), h = $(() => import("./CustomPaneTab-BJxT5Dp7.js")), b = e, u = v(b.defaultOpen), r = v("queries"), { theme: p } = le(), { features: y } = ce({
631
631
  baseUrl: b.baseUrl,
632
632
  debugEndpoint: b.debugEndpoint,
633
633
  authToken: b.authToken
@@ -971,7 +971,7 @@ const Ut = ["data-theme"], Rt = { class: "ss-dash-header" }, Dt = { class: "ss-d
971
971
  channelName: { default: "server-stats/dashboard" }
972
972
  },
973
973
  setup(e) {
974
- const T = $(() => import("./OverviewSection-SITNR_dA.js")), a = $(() => import("./RequestsSection-CIR0IX39.js")), S = $(() => import("./QueriesSection-BAebAHkD.js")), i = $(() => import("./EventsSection-BdzQvIVJ.js")), f = $(() => import("./RoutesSection-j1U2oa0g.js")), _ = $(() => import("./LogsSection-CNN4y92u.js")), k = $(() => import("./EmailsSection-BlKvQDx8.js")), x = $(() => import("./TimelineSection-Dw980UPg.js")), P = $(() => import("./CacheSection-CkrIB4-j.js")), U = $(() => import("./JobsSection-DOzuMrG3.js")), C = $(() => import("./ConfigSection-gulpOiq1.js")), h = $(() => import("./InternalsSection-BJUXE-5F.js")), b = [
974
+ const T = $(() => import("./OverviewSection-CbMdAido.js")), a = $(() => import("./RequestsSection-LtImH4rD.js")), S = $(() => import("./QueriesSection-BPiv7u3r.js")), i = $(() => import("./EventsSection-C4wXUgxG.js")), f = $(() => import("./RoutesSection-CrxOxmzx.js")), _ = $(() => import("./LogsSection-BFVjSZ24.js")), k = $(() => import("./EmailsSection-C8JFMtW7.js")), x = $(() => import("./TimelineSection-DLxMW2J_.js")), P = $(() => import("./CacheSection-C788Yfai.js")), U = $(() => import("./JobsSection-CsKWTjgN.js")), C = $(() => import("./ConfigSection-CRzYxqW2.js")), h = $(() => import("./InternalsSection-BJUXE-5F.js")), b = [
975
975
  "overview",
976
976
  "requests",
977
977
  "queries",
package/dist/vue/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { a as s, b as r, c as u, u as t, d as D, e as b, f as g, g as o } from "./index-COgsk_nv.js";
1
+ import { a as s, b as r, c as u, u as t, d as D, e as b, f as g, g as o } from "./index-qCQpBftQ.js";
2
2
  export {
3
3
  s as DashboardPage,
4
4
  r as DebugPanel,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adonisjs-server-stats",
3
- "version": "1.6.1",
3
+ "version": "1.6.5",
4
4
  "description": "Real-time server monitoring for AdonisJS v6 applications",
5
5
  "keywords": [
6
6
  "adonisjs",
@@ -155,6 +155,7 @@
155
155
  "@adonisjs/transmit-client": "^1.0.0",
156
156
  "@julr/adonisjs-prometheus": "^1.4.0",
157
157
  "better-sqlite3": "^7.0.0 || ^11.0.0",
158
+ "knex": "^3.0.0",
158
159
  "bullmq": "^5.0.0",
159
160
  "edge.js": "^6.0.0",
160
161
  "react": "^18.0.0 || ^19.0.0",
@@ -183,6 +184,9 @@
183
184
  "better-sqlite3": {
184
185
  "optional": true
185
186
  },
187
+ "knex": {
188
+ "optional": true
189
+ },
186
190
  "react": {
187
191
  "optional": true
188
192
  },