aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/customFetch.ts
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-11-15 13:49:52 +0000
committerGitHub <noreply@github.com>2025-11-15 13:49:52 +0000
commit4350666961132ffe68afea8686b567f361a58f57 (patch)
tree4312fa8bc0cc715ad26130b7d6eaa8bead6551ec /packages/shared/customFetch.ts
parent4c6ef25d924a402c9a9358fe535f9f92075cbc18 (diff)
downloadkarakeep-4350666961132ffe68afea8686b567f361a58f57.tar.zst
feat: add Prometheus counter for HTTP status codes (#2117)
* feat: add Prometheus counter for crawler status codes Add a new Prometheus metric to track HTTP status codes encountered during crawling operations. This helps monitor crawler health and identify patterns in response codes (e.g., 200 OK, 404 Not Found, etc.). Changes: - Add crawlerStatusCodeCounter in metrics.ts with status_code label - Instrument crawlerWorker.ts to track status codes after page crawling - Counter increments for each crawl with the corresponding HTTP status code The metric is exposed at the /metrics endpoint and follows the naming convention: karakeep_crawler_status_codes_total * fix: update counter name to follow Prometheus conventions Change metric name from "karakeep_crawler_status_codes" to "karakeep_crawler_status_codes_total" to comply with Prometheus naming best practices for counter metrics. --------- Co-authored-by: Claude <noreply@anthropic.com>
Diffstat (limited to 'packages/shared/customFetch.ts')
0 files changed, 0 insertions, 0 deletions