Announcing increased data retention for monitoring data

Valerio Barbera

Long story short: In the last 2 months of work we’ve achieved great results in cost optimization by refactoring both our infrastructure and code architecture, and we want to pass this value to you in the form of a longer data retention for your monitoring data.

Thanks to these changes we are increasing our computational capacity, and data processing performance, in order to provide more support for your business growth.

We’ve extended the data retention period by one week for all subscription plans, and the free tier from 3 days of data retention to a week.

Faster data ingestion pipeline

We made some optimization in the data ingestion process in order to reduce database queries and function calls to make the code run by the PHP interpreter more smoothly.

Since we process more than 30 million requests per day even small changes have a remarkable impact on the efficiency and speed the code runs.

Migrating to ARM machines

The most important change was the adoption of ARM instances for our infrastructure instead of traditional x86 servers.

You can read more about the migration results in the article below:

ARM doesn’t support hyperthreading so each vCPU is a physical core instead of a thread. This guarantees better performance at lower costs.

New to Inspector? Try it for free now

Are you responsible for application development in your company? Consider trying my product Inspector to find out bugs and bottlenecks in your code automatically. Before your customers stumble onto the problem.

Inspector is usable by any IT leader who doesn’t need anything complicated. If you want effective automation, deep insights, and the ability to forward alerts and notifications into your preferred messaging environment try Inspector for free. Register your account.

Or learn more on the website: https://inspector.dev

Related Posts

php-iterators-inspector

PHP Iterators for walking through data structures – FastTips

PHP Iterators are essential tools for efficiently traversing and manipulating data structures like arrays, objects, and more. They provide a clean and memory-efficient way to work with large datasets without loading the entire dataset into memory at once. In this tutorial, we will explore PHP iterators and how to use them for walking through various

Adoption of AWS Graviton ARM instances (and what results we’ve seen)

Working in software and cloud services you’ve probably already heard about the launch of new the Graviton machines based on custom ARM CPUs from AWS (Amazon Web Services).  In this article you can learn the fundamental differences between ARM and x86 architecture and the results we’ve achieved after the adoption of Graviton ARM machines in

New level of control for error notifications in Inspector

The latest product update includes some changes in the configuration of error notifications. Now you can configure error occurrences notification separately for each error group and not only at global level. Let me show you how this change ensures much more flexibility for error notifications. Error occurrences notifications (before) Inspector works with two concepts dealing