mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 18:37:31 +00:00

Integrate OpenTelemetry metrics for better visibility into river queue job processing and queue sizes. Additionally, modify session projection handling to prevent failures during high load scenarios, ensuring smoother login processes for users. This addresses issues related to session projections and enhances overall system observability. --------- Co-authored-by: Abhinav Sethi <abhinav.sethi03@gmail.com> Co-authored-by: Zach Hirschtritt <zachary.hirschtritt@klaviyo.com>
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"name": "zitadel-e2e",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"open": "npx cypress open",
|
|
"e2e": "npx cypress run",
|
|
"open:golang": "npm run open --",
|
|
"e2e:golang": "npm run e2e --",
|
|
"open:golangangular": "CYPRESS_BASE_URL=http://localhost:4200 CYPRESS_BACKEND_URL=http://localhost:8080 npm run open --",
|
|
"e2e:golangangular": "CYPRESS_BASE_URL=http://localhost:4200 CYPRESS_BACKEND_URL=http://localhost:8080 npm run e2e --",
|
|
"open:angulargolang": "npm run open:golangangular --",
|
|
"e2e:angulargolang": "npm run e2e:golangangular --",
|
|
"open:angular": "CYPRESS_BASE_URL=http://localhost:4200 CYPRESS_BACKEND_URL=http://localhost:8080 CYPRESS_WEBHOOK_HANDLER_HOST=host.docker.internal npm run open --",
|
|
"e2e:angular": "CYPRESS_BASE_URL=http://localhost:4200 CYPRESS_BACKEND_URL=http://localhost:8080 CYPRESS_WEBHOOK_HANDLER_HOST=host.docker.internal npm run e2e --",
|
|
"lint": "prettier --check cypress",
|
|
"lint:fix": "prettier --write cypress"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@types/pg": "^8.11.6",
|
|
"cypress-wait-until": "^3.0.2",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"mochawesome": "^7.1.3",
|
|
"pg": "^8.12.0",
|
|
"prettier": "^3.3.3",
|
|
"typescript": "^5.5.4",
|
|
"uuid": "^10.0.0",
|
|
"wait-on": "^7.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.3.0",
|
|
"cypress": "^14.5.3"
|
|
}
|
|
}
|