You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2025. It is now read-only.
As a follow up to #113 we need to add metrics to assess the health of the HTTP server. The method we are planning to use for assessing the health of the service is the Apdex Score, which will require the implementation of 2 specific metrics:
Response time/duration
Response codes
Acceptance Criteria:
The Storage implementation is updated to produce the above metrics
Nice to have: Grafana dashboard to show graphs for the above metrics and the apdex score calculation
As a follow up to #113 we need to add metrics to assess the health of the HTTP server. The method we are planning to use for assessing the health of the service is the Apdex Score, which will require the implementation of 2 specific metrics:
Acceptance Criteria:
Storageimplementation is updated to produce the above metrics