mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-06 00:26:45 +08:00

* chore: video config is updated as it will not generate any video while running cypress * chore: cypress.env.json is added in the env file * chore: tsConfig is updated * feature: Cypress is updated with some of the test cases * chore: default test case is removed * chore: convertToNanoSecondsToSecond function is updated * chore: lock files, node_modules are ignored in git * test: metric are updated Co-authored-by: Ankit Nayan <ankit@signoz.io>
36 lines
578 B
JSON
36 lines
578 B
JSON
[
|
|
{
|
|
"serviceName": "frontend",
|
|
"p99": 1134610000,
|
|
"avgDuration": 744523000,
|
|
"numCalls": 267,
|
|
"callRate": 0.89,
|
|
"numErrors": 0,
|
|
"errorRate": 0,
|
|
"num4XX": 0,
|
|
"fourXXRate": 0
|
|
},
|
|
{
|
|
"serviceName": "customer",
|
|
"p99": 734422400,
|
|
"avgDuration": 348678530,
|
|
"numCalls": 267,
|
|
"callRate": 0.89,
|
|
"numErrors": 0,
|
|
"errorRate": 0,
|
|
"num4XX": 0,
|
|
"fourXXRate": 0
|
|
},
|
|
{
|
|
"serviceName": "driver",
|
|
"p99": 239234080,
|
|
"avgDuration": 204662290,
|
|
"numCalls": 267,
|
|
"callRate": 0.89,
|
|
"numErrors": 0,
|
|
"errorRate": 0,
|
|
"num4XX": 0,
|
|
"fourXXRate": 0
|
|
}
|
|
]
|