Tools in Data Science, End Term
After a release, average API latency changes from 220 ms to 230 ms. The median changes from 120 ms to 125 ms, but checkout p95 latency changes from 400 ms to 2.8 seconds. Error rate is unchanged. What is the most defensible next action?
After a release, average API latency changes from 220 ms to 230 ms. The median changes from 120 ms to 125 ms, but checkout p95 latency changes from 400 ms to 2.8 seconds. Error rate is unchanged. What is the most defensible next action? An API's health endpoint returns 200 because the process can accept HTTP requests. All purchase requests fail because the production database credentials are invalid. The health endpoint does not test the database. Which conclusion is justified? Yesterday an API recorded 100 failed requests out of 1,000 requests. Today it recorded 200 failed requests out of 10,000 requests. Which interpretation is justified by these figures?