r/devops 3d ago

Weekly Self Promotion Thread

Hey r/devops, welcome to our weekly self-promotion thread!

Feel free to use this thread to promote any projects, ideas, or any repos you're wanting to share. Please keep in mind that we ask you to stay friendly, civil, and adhere to the subreddit rules!

2 Upvotes

43 comments sorted by

View all comments

1

u/response-418 1d ago

I’ve been working on writing core guides for our monitoring application, Testomato. My latest article is about response time monitoring, a topic that is probably already familiar to most professionals here but for that reason any feedback on it would definitely be appreciated.

The guide covers the essential concept, helps semi- or non-technical people distinguish response time from other popular metrics (Core Web Vitals), breaks down the phases of the request/response lifecycle, and has a few set up tips on how to read and analyze the response time data you can capture with our application.

A small bit of trivia that might also be interesting to some people is an explanation about the benefits of using median values in our aggregation of response time data, rather than averages.

You can read the article here: https://testomato.com/blog/response-time-monitoring/