{"id":16269570,"url":"https://github.com/av/tracequest","last_synced_at":"2026-04-20T06:06:16.905Z","repository":{"id":98551365,"uuid":"308984194","full_name":"av/tracequest","owner":"av","description":"Find out exactly what your backend is doing","archived":false,"fork":false,"pushed_at":"2020-11-01T10:00:31.000Z","size":122,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-03T13:52:31.521Z","etag":null,"topics":["nodejs","tracing"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/av.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-31T22:40:33.000Z","updated_at":"2023-03-07T07:52:51.000Z","dependencies_parsed_at":"2023-05-29T11:00:37.710Z","dependency_job_id":null,"html_url":"https://github.com/av/tracequest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/av/tracequest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/av%2Ftracequest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/av%2Ftracequest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/av%2Ftracequest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/av%2Ftracequest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/av","download_url":"https://codeload.github.com/av/tracequest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/av%2Ftracequest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32035278,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nodejs","tracing"],"created_at":"2024-10-10T18:08:38.990Z","updated_at":"2026-04-20T06:06:16.888Z","avatar_url":"https://github.com/av.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tracequest\n\nFind out exactly what your backend is doing.\n\n```typescript\nimport tracequest from \"tracequest\";\n\nconst app = express();\napp.use(tracequest);\n\n...\n\napp.get(\"/\", async (req, res) =\u003e {\n  // Ah, I wish all these external\n  // calls would always be just as easy to find...\n  await Promise.all([\n    queryDb(),\n    enrichWithCRMData(),\n    sendTelemetryToAThirdParty(),\n    maybeGetFromCache(),\n    setAnUnexpectedDeadlock(),\n    overfetchFromARateLimitedAPI(),\n    maybeFailBecauseOfDownstreamError(),\n    queryDataWhichIsAlreadyAvailable(),\n    doSomethingUseful(),\n  ]);\n\n  res.send({ ok: true });\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fav%2Ftracequest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fav%2Ftracequest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fav%2Ftracequest/lists"}