@malloy-publisher/server 0.0.234 → 0.0.236

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 (318) hide show
  1. package/dist/app/api-doc.yaml +47 -17
  2. package/dist/app/assets/{EnvironmentPage-DTZQ4Gxc.js → EnvironmentPage-BsAnavYN.js} +1 -1
  3. package/dist/app/assets/{HomePage-C5mlDPXK.js → HomePage-CADE138j.js} +1 -1
  4. package/dist/app/assets/{LightMode-DGNmhG0u.js → LightMode-Cfh7KzN8.js} +1 -1
  5. package/dist/app/assets/{MainPage-CVL_wmP4.js → MainPage-CO3pRlnV.js} +1 -1
  6. package/dist/app/assets/{MaterializationsPage-DmzMBCpy.js → MaterializationsPage-p9YjkRXZ.js} +1 -1
  7. package/dist/app/assets/{ModelPage-Dbvf4QbB.js → ModelPage-C1OSTv-x.js} +1 -1
  8. package/dist/app/assets/{PackagePage-DxdHc2Qs.js → PackagePage-e4kN75YR.js} +1 -1
  9. package/dist/app/assets/{RouteError-OJdT4tCd.js → RouteError-CzbfOkng.js} +1 -1
  10. package/dist/app/assets/{ThemeEditorPage-Bk7s0KXY.js → ThemeEditorPage-CciagFTq.js} +1 -1
  11. package/dist/app/assets/{WorkbookPage-j_vCWdN3.js → WorkbookPage-DNWmkCXa.js} +1 -1
  12. package/dist/app/assets/{core-Rj_4rRnA.es-DoIfLxDJ.js → core-Rj_4rRnA.es-BZyvITuO.js} +1 -1
  13. package/dist/app/assets/{index-B_jKMR35.js → index-CH2AcDzc.js} +4 -4
  14. package/dist/app/assets/{index-hw-xn0X7.js → index-DQa463gC.js} +2 -2
  15. package/dist/app/assets/{index-DWIe_hK0.js → index-DQpV7MyA.js} +1 -1
  16. package/dist/app/assets/{index-BabP-V-S.js → index-DzaYbhnD.js} +1 -1
  17. package/dist/app/assets/{index-D-rDyK11.js → index-VBbcc8s6.js} +1 -1
  18. package/dist/app/index.html +1 -1
  19. package/dist/package_load_worker.mjs +8 -1
  20. package/dist/server.mjs +471 -54
  21. package/package.json +16 -13
  22. package/.eslintrc.json +0 -44
  23. package/.prettierignore +0 -1
  24. package/.prettierrc +0 -4
  25. package/build.ts +0 -97
  26. package/eslint.config.mjs +0 -76
  27. package/k6-tests/README.md +0 -144
  28. package/k6-tests/bun.lock +0 -797
  29. package/k6-tests/load-test/load-test-crud-connections.ts +0 -263
  30. package/k6-tests/load-test/load-test-crud-packages.ts +0 -461
  31. package/k6-tests/load-test/load-test-crud-projects.ts +0 -160
  32. package/k6-tests/load-test/load-test-crud.ts +0 -142
  33. package/k6-tests/load-test/load-test.ts +0 -784
  34. package/k6-tests/package.json +0 -27
  35. package/k6-tests/scripts/run-with-otel.sh +0 -50
  36. package/k6-tests/smoke-test/smoke-test.ts +0 -158
  37. package/k6-tests/tsconfig.json +0 -29
  38. package/k6-tests/utils/client_factory.ts +0 -128
  39. package/k6-tests/utils/common.ts +0 -489
  40. package/k6-tests/utils/logger.ts +0 -62
  41. package/k6-tests/utils/types.d.ts +0 -35
  42. package/malloy_mcp.dxt +0 -0
  43. package/publisher.config.example.bigquery.json +0 -33
  44. package/publisher.config.example.duckdb.json +0 -23
  45. package/publisher.config.json +0 -23
  46. package/scripts/bake-duckdb-extensions.js +0 -110
  47. package/src/config.spec.ts +0 -1535
  48. package/src/config.theme.spec.ts +0 -178
  49. package/src/config.ts +0 -1142
  50. package/src/constants.ts +0 -105
  51. package/src/controller/compile.controller.ts +0 -40
  52. package/src/controller/connection.controller.spec.ts +0 -849
  53. package/src/controller/connection.controller.ts +0 -901
  54. package/src/controller/database.controller.ts +0 -24
  55. package/src/controller/materialization.controller.spec.ts +0 -293
  56. package/src/controller/materialization.controller.ts +0 -319
  57. package/src/controller/model.controller.ts +0 -164
  58. package/src/controller/package.controller.spec.ts +0 -273
  59. package/src/controller/package.controller.ts +0 -306
  60. package/src/controller/query.controller.ts +0 -152
  61. package/src/controller/theme.controller.ts +0 -83
  62. package/src/controller/watch-mode.controller.ts +0 -243
  63. package/src/data_styles.ts +0 -71
  64. package/src/default-publisher.config.json +0 -23
  65. package/src/ducklake_version.spec.ts +0 -163
  66. package/src/ducklake_version.ts +0 -153
  67. package/src/errors.spec.ts +0 -119
  68. package/src/errors.ts +0 -237
  69. package/src/filter_deprecation.spec.ts +0 -64
  70. package/src/filter_deprecation.ts +0 -42
  71. package/src/health.spec.ts +0 -123
  72. package/src/health.ts +0 -233
  73. package/src/heap_check.spec.ts +0 -144
  74. package/src/heap_check.ts +0 -144
  75. package/src/instrumentation.ts +0 -214
  76. package/src/json_utils.spec.ts +0 -51
  77. package/src/json_utils.ts +0 -33
  78. package/src/logger.spec.ts +0 -210
  79. package/src/logger.ts +0 -251
  80. package/src/malloy_pin_prereqs.spec.ts +0 -25
  81. package/src/materialization_metrics.spec.ts +0 -169
  82. package/src/materialization_metrics.ts +0 -346
  83. package/src/mcp/error_messages.spec.ts +0 -35
  84. package/src/mcp/error_messages.ts +0 -183
  85. package/src/mcp/handler_utils.spec.ts +0 -108
  86. package/src/mcp/handler_utils.ts +0 -251
  87. package/src/mcp/mcp_constants.ts +0 -6
  88. package/src/mcp/query_envelope.spec.ts +0 -229
  89. package/src/mcp/query_envelope.ts +0 -240
  90. package/src/mcp/server.protocol.spec.ts +0 -250
  91. package/src/mcp/server.ts +0 -87
  92. package/src/mcp/skills/build_skills_bundle.spec.ts +0 -51
  93. package/src/mcp/skills/build_skills_bundle.ts +0 -176
  94. package/src/mcp/skills/skills_bundle.json +0 -1
  95. package/src/mcp/skills/skills_bundle.spec.ts +0 -171
  96. package/src/mcp/tool_response.spec.ts +0 -108
  97. package/src/mcp/tool_response.ts +0 -138
  98. package/src/mcp/tools/compile_tool.spec.ts +0 -315
  99. package/src/mcp/tools/compile_tool.ts +0 -208
  100. package/src/mcp/tools/docs_search/build_docs_index.ts +0 -132
  101. package/src/mcp/tools/docs_search/malloy_docs_index.json +0 -1
  102. package/src/mcp/tools/docs_search_tool.spec.ts +0 -32
  103. package/src/mcp/tools/docs_search_tool.ts +0 -128
  104. package/src/mcp/tools/embedding_index.spec.ts +0 -1236
  105. package/src/mcp/tools/embedding_index.ts +0 -808
  106. package/src/mcp/tools/execute_query_tool.spec.ts +0 -294
  107. package/src/mcp/tools/execute_query_tool.ts +0 -316
  108. package/src/mcp/tools/get_context_eval.ts +0 -275
  109. package/src/mcp/tools/get_context_tool.spec.ts +0 -592
  110. package/src/mcp/tools/get_context_tool.ts +0 -585
  111. package/src/mcp/tools/reload_package_tool.spec.ts +0 -232
  112. package/src/mcp/tools/reload_package_tool.ts +0 -132
  113. package/src/mcp_config.spec.ts +0 -919
  114. package/src/mcp_config.ts +0 -425
  115. package/src/oom_guards.integration.spec.ts +0 -269
  116. package/src/package_load/package_load_pool.spec.ts +0 -252
  117. package/src/package_load/package_load_pool.ts +0 -931
  118. package/src/package_load/package_load_worker.ts +0 -1034
  119. package/src/package_load/protocol.ts +0 -364
  120. package/src/package_load/rpc_wait_accountant.spec.ts +0 -109
  121. package/src/package_load/rpc_wait_accountant.ts +0 -76
  122. package/src/package_load_metrics.spec.ts +0 -114
  123. package/src/package_load_metrics.ts +0 -127
  124. package/src/path_safety.spec.ts +0 -158
  125. package/src/path_safety.ts +0 -146
  126. package/src/pg_helpers.spec.ts +0 -223
  127. package/src/pg_helpers.ts +0 -52
  128. package/src/query_cap_metrics.spec.ts +0 -89
  129. package/src/query_cap_metrics.ts +0 -116
  130. package/src/query_concurrency.spec.ts +0 -247
  131. package/src/query_concurrency.ts +0 -237
  132. package/src/query_metadata_metrics.ts +0 -49
  133. package/src/query_param_utils.ts +0 -29
  134. package/src/query_timeout.spec.ts +0 -224
  135. package/src/query_timeout.ts +0 -179
  136. package/src/runtime/publisher.js +0 -328
  137. package/src/server-old.ts +0 -988
  138. package/src/server.ts +0 -2059
  139. package/src/service/annotations.spec.ts +0 -118
  140. package/src/service/annotations.ts +0 -91
  141. package/src/service/authorize.spec.ts +0 -154
  142. package/src/service/authorize.ts +0 -498
  143. package/src/service/authorize_integration.spec.ts +0 -2041
  144. package/src/service/build_plan.spec.ts +0 -685
  145. package/src/service/build_plan.ts +0 -797
  146. package/src/service/compile_authorize.spec.ts +0 -85
  147. package/src/service/compile_fragment_techniques.spec.ts +0 -156
  148. package/src/service/connection.spec.ts +0 -2360
  149. package/src/service/connection.ts +0 -2187
  150. package/src/service/connection_config.spec.ts +0 -734
  151. package/src/service/connection_config.ts +0 -899
  152. package/src/service/connection_federation.spec.ts +0 -184
  153. package/src/service/connection_fingerprint.spec.ts +0 -102
  154. package/src/service/connection_service.spec.ts +0 -711
  155. package/src/service/connection_service.ts +0 -291
  156. package/src/service/cron_evaluator.spec.ts +0 -79
  157. package/src/service/cron_evaluator.ts +0 -105
  158. package/src/service/db_utils.spec.ts +0 -1085
  159. package/src/service/db_utils.ts +0 -1502
  160. package/src/service/duckdb_instance_isolation.spec.ts +0 -137
  161. package/src/service/ducklake_lazy_attach.spec.ts +0 -110
  162. package/src/service/embedding_provider.spec.ts +0 -329
  163. package/src/service/embedding_provider.ts +0 -236
  164. package/src/service/environment.ts +0 -2191
  165. package/src/service/environment_admission.spec.ts +0 -344
  166. package/src/service/environment_compile.spec.ts +0 -197
  167. package/src/service/environment_store.spec.ts +0 -2274
  168. package/src/service/environment_store.ts +0 -2434
  169. package/src/service/environment_store_anchoring.spec.ts +0 -107
  170. package/src/service/environment_store_clone.spec.ts +0 -350
  171. package/src/service/explore_visibility.spec.ts +0 -434
  172. package/src/service/exports_probe.spec.ts +0 -107
  173. package/src/service/extension_fetch_policy.spec.ts +0 -256
  174. package/src/service/filter.spec.ts +0 -458
  175. package/src/service/filter.ts +0 -341
  176. package/src/service/filter_bypass.spec.ts +0 -418
  177. package/src/service/filter_integration.spec.ts +0 -1004
  178. package/src/service/freshness.spec.ts +0 -183
  179. package/src/service/freshness.ts +0 -112
  180. package/src/service/gcs_s3_utils.ts +0 -427
  181. package/src/service/given.ts +0 -105
  182. package/src/service/givens_integration.spec.ts +0 -219
  183. package/src/service/manifest_loader.spec.ts +0 -189
  184. package/src/service/manifest_loader.ts +0 -156
  185. package/src/service/materialization_build_session.spec.ts +0 -435
  186. package/src/service/materialization_build_session.ts +0 -681
  187. package/src/service/materialization_config_validation.spec.ts +0 -99
  188. package/src/service/materialization_config_validation.ts +0 -120
  189. package/src/service/materialization_eligibility.spec.ts +0 -158
  190. package/src/service/materialization_eligibility.ts +0 -305
  191. package/src/service/materialization_schedule_surface.spec.ts +0 -256
  192. package/src/service/materialization_scheduler.spec.ts +0 -289
  193. package/src/service/materialization_scheduler.ts +0 -304
  194. package/src/service/materialization_serve_transform.spec.ts +0 -1003
  195. package/src/service/materialization_serve_transform.ts +0 -779
  196. package/src/service/materialization_service.spec.ts +0 -2373
  197. package/src/service/materialization_service.ts +0 -2342
  198. package/src/service/materialization_test_fixtures.ts +0 -249
  199. package/src/service/model.spec.ts +0 -1157
  200. package/src/service/model.ts +0 -3370
  201. package/src/service/model_limits.spec.ts +0 -209
  202. package/src/service/model_limits.ts +0 -131
  203. package/src/service/model_storage_serve.spec.ts +0 -193
  204. package/src/service/model_storage_serve_joins.spec.ts +0 -193
  205. package/src/service/package.spec.ts +0 -612
  206. package/src/service/package.ts +0 -1799
  207. package/src/service/package_manifest.spec.ts +0 -230
  208. package/src/service/package_manifest.ts +0 -241
  209. package/src/service/package_memory_governor.spec.ts +0 -173
  210. package/src/service/package_memory_governor.ts +0 -233
  211. package/src/service/package_quote_bound_tables.spec.ts +0 -171
  212. package/src/service/package_race.spec.ts +0 -208
  213. package/src/service/package_reload_safety.spec.ts +0 -193
  214. package/src/service/package_rollback.spec.ts +0 -190
  215. package/src/service/package_worker_path.spec.ts +0 -645
  216. package/src/service/path_injection.spec.ts +0 -39
  217. package/src/service/persist_annotation_validation.spec.ts +0 -89
  218. package/src/service/persist_annotation_validation.ts +0 -59
  219. package/src/service/persistence_policy.spec.ts +0 -374
  220. package/src/service/proxy.spec.ts +0 -414
  221. package/src/service/proxy.ts +0 -248
  222. package/src/service/query_boundary.spec.ts +0 -470
  223. package/src/service/query_metadata.spec.ts +0 -408
  224. package/src/service/query_metadata.ts +0 -492
  225. package/src/service/query_metadata_identity.spec.ts +0 -149
  226. package/src/service/query_text.spec.ts +0 -79
  227. package/src/service/query_text.ts +0 -43
  228. package/src/service/quoting.spec.ts +0 -135
  229. package/src/service/quoting.ts +0 -78
  230. package/src/service/resolve_environment.ts +0 -15
  231. package/src/service/restricted_mode.spec.ts +0 -299
  232. package/src/service/source_extraction.ts +0 -225
  233. package/src/service/theme_store.ts +0 -199
  234. package/src/storage/DatabaseInterface.ts +0 -198
  235. package/src/storage/StorageManager.ts +0 -113
  236. package/src/storage/duckdb/ConnectionRepository.ts +0 -143
  237. package/src/storage/duckdb/DuckDBConnection.ts +0 -123
  238. package/src/storage/duckdb/DuckDBRepository.ts +0 -208
  239. package/src/storage/duckdb/EnvironmentRepository.ts +0 -148
  240. package/src/storage/duckdb/MaterializationRepository.spec.ts +0 -191
  241. package/src/storage/duckdb/MaterializationRepository.ts +0 -336
  242. package/src/storage/duckdb/PackageRepository.ts +0 -135
  243. package/src/storage/duckdb/schema.ts +0 -229
  244. package/src/stream_helpers.spec.ts +0 -280
  245. package/src/stream_helpers.ts +0 -162
  246. package/src/telemetry.ts +0 -20
  247. package/src/test_helpers/metrics_harness.ts +0 -166
  248. package/src/theme_key_parity.spec.ts +0 -57
  249. package/src/utils.ts +0 -29
  250. package/tests/fixtures/authorize-compile/model.malloy +0 -9
  251. package/tests/fixtures/authorize-compile/publisher.json +0 -4
  252. package/tests/fixtures/html-pages-nopublic/model.malloy +0 -1
  253. package/tests/fixtures/html-pages-nopublic/publisher.json +0 -5
  254. package/tests/fixtures/html-pages-test/data.csv +0 -3
  255. package/tests/fixtures/html-pages-test/public/assets/app.css +0 -3
  256. package/tests/fixtures/html-pages-test/public/barehtml.html +0 -4
  257. package/tests/fixtures/html-pages-test/public/bodymeta.html +0 -8
  258. package/tests/fixtures/html-pages-test/public/data.json +0 -1
  259. package/tests/fixtures/html-pages-test/public/fitcomment.html +0 -11
  260. package/tests/fixtures/html-pages-test/public/index.html +0 -9
  261. package/tests/fixtures/html-pages-test/public/nohead.html +0 -8
  262. package/tests/fixtures/html-pages-test/public/notfit.html +0 -13
  263. package/tests/fixtures/html-pages-test/public/slides.html +0 -12
  264. package/tests/fixtures/html-pages-test/public/sub/page2.html +0 -9
  265. package/tests/fixtures/html-pages-test/public/unterminated.html +0 -10
  266. package/tests/fixtures/html-pages-test/publisher.json +0 -5
  267. package/tests/fixtures/html-pages-test/report.malloy +0 -1
  268. package/tests/fixtures/persist-multi-level/data/orders.csv +0 -5
  269. package/tests/fixtures/persist-multi-level/multi_level.malloy +0 -18
  270. package/tests/fixtures/persist-multi-level/publisher.json +0 -5
  271. package/tests/fixtures/persist-schedule-test/data/orders.csv +0 -5
  272. package/tests/fixtures/persist-schedule-test/persist_schedule_test.malloy +0 -11
  273. package/tests/fixtures/persist-schedule-test/publisher.json +0 -7
  274. package/tests/fixtures/persist-schedule-warn-test/data/orders.csv +0 -5
  275. package/tests/fixtures/persist-schedule-warn-test/persist_warn_test.malloy +0 -11
  276. package/tests/fixtures/persist-schedule-warn-test/publisher.json +0 -6
  277. package/tests/fixtures/persist-test/data/orders.csv +0 -5
  278. package/tests/fixtures/persist-test/persist_test.malloy +0 -11
  279. package/tests/fixtures/persist-test/publisher.json +0 -5
  280. package/tests/fixtures/publisher.config.json +0 -15
  281. package/tests/fixtures/query-givens/data/orders.csv +0 -7
  282. package/tests/fixtures/query-givens/model.malloy +0 -34
  283. package/tests/fixtures/query-givens/publisher.json +0 -5
  284. package/tests/fixtures/xlsx/database.xlsx +0 -0
  285. package/tests/harness/mcp_test_setup.ts +0 -332
  286. package/tests/harness/rest_e2e.ts +0 -68
  287. package/tests/integration/authorize/compile_authorize_http.integration.spec.ts +0 -92
  288. package/tests/integration/concurrent_package/concurrent_package.integration.spec.ts +0 -280
  289. package/tests/integration/duckdb_storage/duckdb_storage.integration.spec.ts +0 -138
  290. package/tests/integration/first_boot/readiness_line.integration.spec.ts +0 -177
  291. package/tests/integration/html_pages/html_pages.integration.spec.ts +0 -440
  292. package/tests/integration/legacy_routes/legacy_routes.integration.spec.ts +0 -259
  293. package/tests/integration/materialization/environment_list.integration.spec.ts +0 -133
  294. package/tests/integration/materialization/freshness_gate.integration.spec.ts +0 -292
  295. package/tests/integration/materialization/manifest_binding.integration.spec.ts +0 -430
  296. package/tests/integration/materialization/materialization_lifecycle.integration.spec.ts +0 -441
  297. package/tests/integration/materialization/orchestrated_rebind.integration.spec.ts +0 -150
  298. package/tests/integration/materialization/reference_manifest.integration.spec.ts +0 -251
  299. package/tests/integration/materialization/schedule_edit.integration.spec.ts +0 -126
  300. package/tests/integration/materialization/scheduler.integration.spec.ts +0 -200
  301. package/tests/integration/materialization/scheduler_recovery.integration.spec.ts +0 -172
  302. package/tests/integration/materialization/scheduler_transitions.integration.spec.ts +0 -256
  303. package/tests/integration/materialization/scheduler_wiring.integration.spec.ts +0 -143
  304. package/tests/integration/mcp/mcp_execute_query_tool.integration.spec.ts +0 -438
  305. package/tests/integration/mcp/mcp_get_context_semantic.integration.spec.ts +0 -235
  306. package/tests/integration/mcp/mcp_transport.integration.spec.ts +0 -98
  307. package/tests/integration/query_givens/query_givens.integration.spec.ts +0 -146
  308. package/tests/integration/query_givens/query_givens_authorize.integration.spec.ts +0 -121
  309. package/tests/integration/sdk_givens/sdk_givens.integration.spec.ts +0 -110
  310. package/tests/integration/watch-mode/watch_mode.integration.spec.ts +0 -421
  311. package/tests/unit/controller/theme.controller.spec.ts +0 -141
  312. package/tests/unit/duckdb/attached_databases.test.ts +0 -1243
  313. package/tests/unit/duckdb/duckdb_connection.test.ts +0 -181
  314. package/tests/unit/duckdb/legacy_schema_migration.test.ts +0 -197
  315. package/tests/unit/duckdb/repositories.test.ts +0 -208
  316. package/tests/unit/ducklake/ducklake.test.ts +0 -952
  317. package/tests/unit/service/theme_store.spec.ts +0 -139
  318. package/tsconfig.json +0 -32
@@ -1,237 +0,0 @@
1
- import { type Counter } from "@opentelemetry/api";
2
- import { publisherMeter } from "./telemetry";
3
- import type { NextFunction, Request, RequestHandler, Response } from "express";
4
-
5
- import { getMaxConcurrentQueries } from "./config";
6
- import { ServiceUnavailableError } from "./errors";
7
- import { logger } from "./logger";
8
-
9
- /**
10
- * Process-wide query gauge — the only state owned by this module.
11
- * Incremented when a gated handler accepts a request; decremented
12
- * exactly once when the response finishes (whether the handler
13
- * succeeded, errored, or the client disconnected mid-flight).
14
- *
15
- * Module-scoped so all gated routes share one slot pool: the
16
- * concurrency cap bounds aggregate query load, not per-route load.
17
- */
18
- let active = 0;
19
-
20
- /**
21
- * OpenTelemetry instruments. Lazy-initialized on first use so unit
22
- * tests that install a real MeterProvider AFTER the module is
23
- * imported still receive their data — OTel JS's `ProxyMeter`
24
- * binds counters created before `setGlobalMeterProvider` to NoOp
25
- * instruments. Module-scoped state so all gated routes share one
26
- * counter / one slot pool.
27
- */
28
- let queryConcurrencyRejectionsCounter: Counter | null = null;
29
- let concurrencyTelemetryInitialized = false;
30
- function ensureConcurrencyTelemetry(): Counter {
31
- if (queryConcurrencyRejectionsCounter && concurrencyTelemetryInitialized) {
32
- return queryConcurrencyRejectionsCounter;
33
- }
34
- const meter = publisherMeter();
35
- queryConcurrencyRejectionsCounter = meter.createCounter(
36
- "publisher_query_concurrency_rejections_total",
37
- {
38
- description:
39
- "Queries rejected with 503 because the per-pod PUBLISHER_MAX_CONCURRENT_QUERIES cap was reached",
40
- },
41
- );
42
- if (!concurrencyTelemetryInitialized) {
43
- // Live count of in-flight queries holding a slot. Observable
44
- // gauge so a scrape always sees the current value, not the
45
- // value at the last admission/release event.
46
- meter
47
- .createObservableGauge("publisher_query_active_slots", {
48
- description:
49
- "In-flight queries currently holding a per-pod concurrency slot",
50
- })
51
- .addCallback((observation) => observation.observe(active));
52
-
53
- // Configured cap, exposed so dashboards can render
54
- // utilization (`active / max`) without needing a separate
55
- // config feed. Read on every scrape so a runtime env-var
56
- // change is reflected immediately; the parse is cheap. A
57
- // `0` cap means "opt-out" (the middleware is a pass-through)
58
- // and is reported verbatim.
59
- meter
60
- .createObservableGauge("publisher_query_max_slots", {
61
- description:
62
- "Current effective PUBLISHER_MAX_CONCURRENT_QUERIES (0 = disabled)",
63
- })
64
- .addCallback((observation) => {
65
- try {
66
- observation.observe(getMaxConcurrentQueries());
67
- } catch {
68
- // A misconfigured env var should fail the next
69
- // request that observes it, not the metric scrape.
70
- // Surface as -1 so the misconfig is visible.
71
- observation.observe(-1);
72
- }
73
- });
74
- concurrencyTelemetryInitialized = true;
75
- }
76
- return queryConcurrencyRejectionsCounter;
77
- }
78
-
79
- /**
80
- * Visible for tests. Drops the cached instruments so a fresh
81
- * MeterProvider can capture them on the next request. Do NOT
82
- * call from production code.
83
- */
84
- export function resetQueryConcurrencyTelemetryForTesting(): void {
85
- queryConcurrencyRejectionsCounter = null;
86
- concurrencyTelemetryInitialized = false;
87
- }
88
-
89
- /**
90
- * Visible for tests / metrics. Don't mutate from outside.
91
- */
92
- export function getActiveQueryCount(): number {
93
- return active;
94
- }
95
-
96
- /**
97
- * Visible for tests so a unit test that crashes mid-handler can
98
- * reset between cases without spinning a fresh module loader.
99
- */
100
- export function resetActiveQueryCountForTesting(): void {
101
- active = 0;
102
- }
103
-
104
- /**
105
- * Express middleware that bounds the number of concurrently
106
- * in-flight query requests per pod.
107
- *
108
- * Defense-in-depth on top of the per-request caps from Steps 1–5:
109
- * - Row/byte caps bound a single response.
110
- * - Memory governor (Step 4) sheds load when RSS crosses the
111
- * high-water mark.
112
- * - Query timeout (Step 5) prevents one query from monopolising a
113
- * slot indefinitely.
114
- * This middleware caps the *number of slots in flight* at any one
115
- * moment so a burst of well-behaved but expensive queries can't all
116
- * land simultaneously and stampede aggregate memory.
117
- *
118
- * Behavior:
119
- * - When `active >= limit`, the request is rejected with HTTP 503
120
- * and the response body identifies the cap so an operator's
121
- * grep finds the rationale immediately.
122
- * - When admitted, a single-shot decrement is registered on both
123
- * `finish` (normal completion) and `close` (client disconnect).
124
- * The handler must release exactly once even if both events
125
- * fire.
126
- * - `limit === 0` opts out (the middleware becomes a pass-through);
127
- * `getMaxConcurrentQueries()` is read per-request so config
128
- * changes propagate without a server restart. The per-request
129
- * read is a single env-var parse — cheap.
130
- *
131
- * Failure-mode notes:
132
- * - If the response never emits `finish`/`close` for some reason
133
- * (e.g. a runtime crash that bypasses Express' normal
134
- * teardown), the slot leaks until process restart. This is the
135
- * same failure mode as any active-request counter; in practice
136
- * `close` always fires on socket teardown.
137
- * - We do NOT queue. A backed-up queue would hide load and inflate
138
- * p99 latency; failing fast lets the upstream LB retry against
139
- * a less-loaded pod.
140
- */
141
- /**
142
- * Handle on an acquired concurrency slot. The caller MUST invoke
143
- * `release()` exactly once when the work is done (success, error,
144
- * or cancellation). `release()` is idempotent — calling it twice
145
- * is a no-op rather than a double-decrement, so wrappers that
146
- * register both `finish` and `close` listeners stay safe.
147
- */
148
- export interface QuerySlotHandle {
149
- release: () => void;
150
- }
151
-
152
- /**
153
- * Synchronous slot acquisition shared by the HTTP middleware and
154
- * the MCP `executeQuery` tool. Throws {@link ServiceUnavailableError}
155
- * (which controllers map to HTTP 503) when the pod is at its cap;
156
- * returns a {@link QuerySlotHandle} on success. The `routeLabel`
157
- * argument is used only for the rejection counter
158
- * (`publisher_query_concurrency_rejections_total`) so dashboards
159
- * can identify the hottest surface — keep its cardinality bounded
160
- * (Express route patterns, fixed strings like `mcp:executeQuery`).
161
- *
162
- * Production callers should prefer {@link queryConcurrencyMiddleware}
163
- * on HTTP routes (it wires the release to `res.finish`/`close`
164
- * automatically). Direct callers (MCP) take responsibility for
165
- * release in their own try/finally.
166
- */
167
- export function tryAcquireQuerySlot(routeLabel: string): QuerySlotHandle {
168
- // Lazy-init runs on every call so the active/max gauges show up
169
- // even on pods where the cap is never reached.
170
- ensureConcurrencyTelemetry();
171
-
172
- const limit = getMaxConcurrentQueries();
173
- if (limit <= 0) {
174
- // Opt-out: no slot bookkeeping. Useful for OSS deployments
175
- // that already have an upstream concurrency bound.
176
- return { release: () => undefined };
177
- }
178
-
179
- if (active >= limit) {
180
- ensureConcurrencyTelemetry().add(1, {
181
- "http.route": routeLabel,
182
- limit,
183
- });
184
- logger.warn(
185
- `Rejecting query: ${active}/${limit} slots in use (PUBLISHER_MAX_CONCURRENT_QUERIES).`,
186
- { route: routeLabel },
187
- );
188
- throw new ServiceUnavailableError(
189
- `Publisher pod is at its maximum concurrent query cap (${limit}). Retry after in-flight queries complete, or raise PUBLISHER_MAX_CONCURRENT_QUERIES.`,
190
- );
191
- }
192
-
193
- active += 1;
194
- let released = false;
195
- return {
196
- release: () => {
197
- if (released) return;
198
- released = true;
199
- active = Math.max(0, active - 1);
200
- },
201
- };
202
- }
203
-
204
- export function queryConcurrencyMiddleware(
205
- req: Request,
206
- res: Response,
207
- next: NextFunction,
208
- ): void {
209
- let handle: QuerySlotHandle;
210
- try {
211
- // `req.route?.path` gives the Express-registered pattern
212
- // (e.g. `/api/v0/environments/:environmentName/.../sqlQuery`)
213
- // rather than the concrete URL, keeping label cardinality
214
- // bounded.
215
- handle = tryAcquireQuerySlot(req.route?.path ?? req.path);
216
- } catch (error) {
217
- next(error);
218
- return;
219
- }
220
- // Both events fire on different code paths; we want to release
221
- // on whichever comes first and ignore the second:
222
- // - `finish`: normal completion (response fully flushed).
223
- // - `close`: client disconnected before completion (or after,
224
- // in some Express/Node versions; hence the idempotency).
225
- res.on("finish", handle.release);
226
- res.on("close", handle.release);
227
- next();
228
- }
229
-
230
- /**
231
- * Convenience for the route-registration call site: produces a
232
- * single middleware reference so registrations stay readable.
233
- * Returning a typed `RequestHandler` keeps Express' overloads happy.
234
- */
235
- export function queryConcurrency(): RequestHandler {
236
- return queryConcurrencyMiddleware;
237
- }
@@ -1,49 +0,0 @@
1
- /**
2
- * Telemetry for per-query metadata (see `service/query_metadata.ts`).
3
- *
4
- * The resolve path never throws — it clamps a bag that would violate Malloy's
5
- * contract — so a drop is invisible without a metric: an operator would see
6
- * correct-looking queries whose warehouse-side attribution is quietly missing a
7
- * property. The counters make both halves observable: what was attached, and
8
- * what did not fit.
9
- *
10
- * Instruments are created lazily for the same reason as {@link ./query_cap_metrics}:
11
- * one created before `setGlobalMeterProvider` binds to a NoOp meter
12
- * (https://github.com/open-telemetry/opentelemetry-js/issues/3505).
13
- */
14
-
15
- import { type Counter } from "@opentelemetry/api";
16
- import { publisherMeter } from "./telemetry";
17
-
18
- const resetHooks: (() => void)[] = [];
19
-
20
- function lazyCounter(name: string, description: string): () => Counter {
21
- let instrument: Counter | null = null;
22
- resetHooks.push(() => (instrument = null));
23
- return () =>
24
- (instrument ??= publisherMeter().createCounter(name, { description }));
25
- }
26
-
27
- const appliedCounter = lazyCounter(
28
- "publisher_query_metadata_applied_total",
29
- "Queries issued with per-query metadata attached. Label: class ('interactive'|'materialize'|'index'|'ops'|'unknown').",
30
- );
31
- const droppedCounter = lazyCounter(
32
- "publisher_query_metadata_properties_dropped_total",
33
- "Metadata properties dropped while resolving a bag. Label: reason ('invalid_name'|'invalid_value'|'property_cap'|'serialized_cap').",
34
- );
35
-
36
- /** One query's metadata reached the connector. */
37
- export function recordQueryMetadataApplied(queryClass: string): void {
38
- appliedCounter().add(1, { class: queryClass });
39
- }
40
-
41
- /** One property did not survive resolution. */
42
- export function recordQueryMetadataDropped(reason: string): void {
43
- droppedCounter().add(1, { reason });
44
- }
45
-
46
- /** Drop memoized instruments so a test can install a fresh MeterProvider. */
47
- export function resetQueryMetadataMetricsForTest(): void {
48
- for (const reset of resetHooks) reset();
49
- }
@@ -1,29 +0,0 @@
1
- /**
2
- * Express query-param normalization helpers.
3
- *
4
- * Kept in a standalone file (no transitive imports) so unit specs can
5
- * exercise them without dragging in `server.ts` — which transitively
6
- * constructs `EnvironmentStore` and kicks off an async storage init
7
- * (clone of `malloy-samples`, package downloads, ...). When that init
8
- * runs in a `bun test` process it races the test runner's exit and
9
- * leaves a partially-populated `publisher_data/` on disk, which the
10
- * next process (integration tests) then trips over.
11
- */
12
-
13
- /** Normalize an Express query param into a string[] or undefined. */
14
- export function normalizeQueryArray(value: unknown): string[] | undefined {
15
- if (value === undefined || value === null) return undefined;
16
- if (Array.isArray(value)) return value.map(String);
17
- return [String(value)];
18
- }
19
-
20
- /**
21
- * Parse an Express query param as a non-negative integer, or `undefined` when
22
- * it is absent or not a finite integer. Degrades a garbage value (`?limit=abc`)
23
- * to "unset" rather than passing `NaN` down into a SQL `LIMIT`/`OFFSET` bind.
24
- */
25
- export function parseNonNegativeIntParam(value: unknown): number | undefined {
26
- if (value === undefined || value === null) return undefined;
27
- const parsed = parseInt(String(value), 10);
28
- return Number.isInteger(parsed) && parsed >= 0 ? parsed : undefined;
29
- }
@@ -1,224 +0,0 @@
1
- import { afterEach, beforeEach, describe, expect, it } from "bun:test";
2
-
3
- import { QueryTimeoutError } from "./errors";
4
- import {
5
- PUBLISHER_QUERY_TIMEOUT_REASON,
6
- resetQueryTimeoutTelemetryForTesting,
7
- runWithQueryTimeout,
8
- } from "./query_timeout";
9
- import {
10
- startMetricsHarness,
11
- type MetricsHarness,
12
- } from "./test_helpers/metrics_harness";
13
-
14
- describe("runWithQueryTimeout", () => {
15
- it("returns the inner result when fn finishes before the timeout", async () => {
16
- const result = await runWithQueryTimeout(async (signal) => {
17
- expect(signal).toBeInstanceOf(AbortSignal);
18
- expect(signal.aborted).toBe(false);
19
- return "ok";
20
- }, 1000);
21
- expect(result).toBe("ok");
22
- });
23
-
24
- it("hands fn a signal even when the timeout is disabled (uniform contract)", async () => {
25
- // timeoutMs=0 is the "operator opted out" path. We still want
26
- // callers to be able to forward `signal` unconditionally; the
27
- // signal must exist, be an AbortSignal, and never fire.
28
- let observed: AbortSignal | undefined;
29
- const result = await runWithQueryTimeout(async (signal) => {
30
- observed = signal;
31
- await new Promise((r) => setTimeout(r, 10));
32
- return "still-here";
33
- }, 0);
34
- expect(result).toBe("still-here");
35
- expect(observed).toBeInstanceOf(AbortSignal);
36
- expect(observed?.aborted).toBe(false);
37
- });
38
-
39
- it("aborts the signal and throws QueryTimeoutError when fn exceeds the budget", async () => {
40
- let observedSignal: AbortSignal | undefined;
41
- await expect(
42
- runWithQueryTimeout(async (signal) => {
43
- observedSignal = signal;
44
- // Mimic a slow driver: resolve only when the signal aborts
45
- // (so the test doesn't hang). The thrown error from the
46
- // driver is irrelevant — runWithQueryTimeout owns the
47
- // verdict once the timer has fired.
48
- await new Promise<void>((_resolve, reject) => {
49
- signal.addEventListener("abort", () =>
50
- reject(new Error("driver: aborted by AbortSignal")),
51
- );
52
- });
53
- }, 25),
54
- ).rejects.toBeInstanceOf(QueryTimeoutError);
55
- expect(observedSignal?.aborted).toBe(true);
56
- // The reason sentinel lets composed helpers (e.g. streaming
57
- // cap-abort) distinguish "publisher timeout" from "their own
58
- // abort" without coupling to message strings.
59
- expect(observedSignal?.reason).toBe(PUBLISHER_QUERY_TIMEOUT_REASON);
60
- });
61
-
62
- it("includes the configured timeout in the QueryTimeoutError message (operator can grep logs)", async () => {
63
- let caught: unknown;
64
- try {
65
- await runWithQueryTimeout(async (signal) => {
66
- await new Promise<void>((_resolve, reject) => {
67
- signal.addEventListener("abort", () =>
68
- reject(new Error("driver aborted")),
69
- );
70
- });
71
- }, 17);
72
- } catch (err) {
73
- caught = err;
74
- }
75
- expect(caught).toBeInstanceOf(QueryTimeoutError);
76
- expect((caught as Error).message).toContain("17ms");
77
- expect((caught as Error).message).toContain("PUBLISHER_QUERY_TIMEOUT_MS");
78
- });
79
-
80
- it("re-throws non-timeout errors verbatim (does not mask driver failures)", async () => {
81
- // Driver fails *before* the timeout; we must surface its error
82
- // unchanged so the controller's normal error mapping kicks in
83
- // (502 ConnectionError, 400 BadRequestError, etc.) — wrapping
84
- // every failure in QueryTimeoutError would lie to clients.
85
- const driverError = new Error("upstream connection refused");
86
- await expect(
87
- runWithQueryTimeout(async () => {
88
- throw driverError;
89
- }, 1000),
90
- ).rejects.toBe(driverError);
91
- });
92
-
93
- it("does not wrap an error that happens to mention 'abort' if the timer never fired", async () => {
94
- // Edge case: a driver might surface its own AbortError for an
95
- // unrelated reason (e.g. caller canceled, transport reset). If
96
- // the publisher's timer never fired, the error is not ours and
97
- // must not be re-cast as QueryTimeoutError.
98
- const fakeAbort = Object.assign(new Error("aborted by something else"), {
99
- name: "AbortError",
100
- });
101
- await expect(
102
- runWithQueryTimeout(async () => {
103
- throw fakeAbort;
104
- }, 1000),
105
- ).rejects.toBe(fakeAbort);
106
- });
107
-
108
- describe("telemetry", () => {
109
- let harness: MetricsHarness;
110
- beforeEach(async () => {
111
- harness = await startMetricsHarness();
112
- // Drop cached instruments so they re-init against the new
113
- // provider; otherwise this test's writes go to a counter
114
- // bound to the *previous* provider's reader.
115
- resetQueryTimeoutTelemetryForTesting();
116
- });
117
- afterEach(async () => {
118
- delete process.env.PUBLISHER_QUERY_TIMEOUT_MS;
119
- await harness.shutdown();
120
- resetQueryTimeoutTelemetryForTesting();
121
- });
122
-
123
- /**
124
- * Install telemetry without firing a timeout. After the
125
- * `ensureTimeoutTelemetry` fix any successful call is enough
126
- * — both the counter and the gauge register on every entry,
127
- * not just the timeout branch.
128
- */
129
- async function primeTelemetry(): Promise<void> {
130
- await runWithQueryTimeout(async () => 0, 10_000);
131
- }
132
-
133
- it("publisher_query_timeout_total ticks each time the timer fires", async () => {
134
- // Establish baseline (0) before the trigger so this test
135
- // isn't sensitive to whatever else has happened earlier.
136
- expect(
137
- await harness.collectCounter("publisher_query_timeout_total"),
138
- ).toBe(0);
139
- await expect(
140
- runWithQueryTimeout(async (signal) => {
141
- await new Promise<void>((_resolve, reject) => {
142
- signal.addEventListener("abort", () =>
143
- reject(new Error("driver aborted")),
144
- );
145
- });
146
- }, 15),
147
- ).rejects.toBeInstanceOf(QueryTimeoutError);
148
- expect(
149
- await harness.collectCounter("publisher_query_timeout_total"),
150
- ).toBe(1);
151
- });
152
-
153
- it("does NOT tick the counter on non-timeout errors (driver failed before deadline)", async () => {
154
- await expect(
155
- runWithQueryTimeout(async () => {
156
- throw new Error("upstream broken");
157
- }, 1000),
158
- ).rejects.toThrow("upstream broken");
159
- // A driver failure is not a timeout — the counter must
160
- // stay at zero or operators will chase phantom timeouts.
161
- expect(
162
- await harness.collectCounter("publisher_query_timeout_total"),
163
- ).toBe(0);
164
- });
165
-
166
- it("publisher_query_timeout_ms gauge is registered after the FIRST call, not just after a timeout fires", async () => {
167
- // Regression test for the lazy-init bug where the gauge
168
- // installed only inside the timeout branch — leaving
169
- // `publisher_query_timeout_ms` absent from `/metrics`
170
- // until the first 504. Operators tuning the timeout
171
- // BEFORE getting paged need this visible.
172
- process.env.PUBLISHER_QUERY_TIMEOUT_MS = "30000";
173
- await runWithQueryTimeout(async () => "ok", 60_000);
174
- expect(await harness.collectGauge("publisher_query_timeout_ms")).toBe(
175
- 30000,
176
- );
177
- });
178
-
179
- it("publisher_query_timeout_ms gauge reports the current config", async () => {
180
- process.env.PUBLISHER_QUERY_TIMEOUT_MS = "42000";
181
- await primeTelemetry();
182
- expect(await harness.collectGauge("publisher_query_timeout_ms")).toBe(
183
- 42000,
184
- );
185
- });
186
-
187
- it("publisher_query_timeout_ms gauge reports 0 when the timeout is opted out", async () => {
188
- process.env.PUBLISHER_QUERY_TIMEOUT_MS = "0";
189
- await primeTelemetry();
190
- expect(await harness.collectGauge("publisher_query_timeout_ms")).toBe(
191
- 0,
192
- );
193
- });
194
-
195
- it("publisher_query_timeout_ms gauge surfaces -1 on misconfig instead of crashing the scrape", async () => {
196
- process.env.PUBLISHER_QUERY_TIMEOUT_MS = "garbage";
197
- await primeTelemetry();
198
- // Operators must be able to *see* misconfig in dashboards
199
- // — silently dropping the data point would hide the
200
- // problem until a query timed out.
201
- expect(await harness.collectGauge("publisher_query_timeout_ms")).toBe(
202
- -1,
203
- );
204
- });
205
- });
206
-
207
- it("clears the timer on success so the event loop can exit promptly", async () => {
208
- // Hard to assert directly without leaking implementation
209
- // internals. Proxy assertion: the call returns quickly and a
210
- // subsequent timer doesn't race us. If the timer leaked we'd
211
- // also see a QueryTimeoutError on the *next* call below — the
212
- // signal would already be aborted.
213
- const result = await runWithQueryTimeout(async () => "fast", 5000);
214
- expect(result).toBe("fast");
215
- // Run a second call: a leaked timer would have aborted the
216
- // first signal, but the second call gets its own signal so
217
- // this is really a smoke check.
218
- const result2 = await runWithQueryTimeout(async (signal) => {
219
- expect(signal.aborted).toBe(false);
220
- return "also-fast";
221
- }, 5000);
222
- expect(result2).toBe("also-fast");
223
- });
224
- });