Commit Graph

19 Commits

Author SHA1 Message Date
546ab66b1a refactor: remove prometheus metrics subsystem 2026-06-25 02:36:19 +02:00
1250c591b7 feat: expose jikan cache metrics 2026-06-25 02:36:19 +02:00
1828306c27 Handle metrics test cleanup errors 2026-06-25 02:35:52 +02:00
04521675ed Return metrics write errors 2026-06-25 02:35:52 +02:00
bc7a3f58cf fix: apply go fix updates (any, range loop, slices, maps) 2026-06-25 02:35:51 +02:00
c70ec383c5 feat: time database queries 2026-06-25 02:35:51 +02:00
bcc75467f0 style: replace len(status) == 0 with status == '' 2026-06-13 21:27:51 +02:00
ea587665f2 feat: colorize http status logs 2026-06-12 13:09:49 +02:00
c252739610 refactor: split LogEvent into smaller functions 2026-06-11 17:12:22 +02:00
3c2e6a6984 refactor: extract helpers to reduce formatHTTPRequestLog complexity 2026-06-11 17:12:19 +02:00
25471e0bd5 fix: replace nil context with context.TODO 2026-06-11 17:11:47 +02:00
faae7bc719 fix: use request context in metrics 2026-06-11 14:51:55 +02:00
5e553ceecc docs: add package comments to core infrastructure packages 2026-06-01 12:55:23 +02:00
7279eac949 fix: avoid metrics panic 2026-05-26 22:24:59 +02:00
518370842c fix: satisfy staticcheck in json logger 2026-05-26 16:20:31 +02:00
8daad49061 feat: add observability Info/Warn/Error helpers 2026-05-26 15:56:10 +02:00
931398fa67 refactor: use maps.Copy from stdlib 2026-05-25 01:15:45 +02:00
f33c2e18af refactor: emit structured json logs 2026-05-23 18:08:43 +02:00
c2e4cae253 feat: add observability metrics 2026-05-23 17:13:18 +02:00