Operations | Monitoring | ITSM | DevOps | Cloud

Latest Blogs

Real User Monitoring With a Splash of OpenTelemetry

You're probably familiar with the concept of real user monitoring (RUM) and how it's used to monitor websites or mobile applications. If not, here's the short version: RUM requires telemetry data, which is generated by an SDK that you import into your web or mobile application. These SDKs then hook into the JS runtime, the browser itself, or various system APIs in order to measure performance.

NMS Migration Made Easy: Gathering Information

Network monitoring tools have a lot of moving parts. Those parts end up getting stored in a wide range of locations, formats, and even the ways various capabilities are conceptualized. With that in mind, we’re going to list out the information you should gather, the format(s) you should try to get it into, and why.

Managed Cloud Services: when outsourcing your operations is the most cost-effective choice

Clouds, be they private or public, surprisingly remain one of the most DIY-favouring markets. Perhaps due to the nebulous and increasingly powerful technologies, a series of myths, or even unnecessary egos, the majority of non-tech-centric enterprises (meaning, companies whose primary business scope rests outside the realm of IT software and hardware) still try to build and nurture in-house cloud management teams, without considering outsourcing even part of their workload.

Driving SaaS Excellence Through Observability

For SaaS platforms, utilizing observability is crucial, as it’s vital for these companies to deeply understand their users' experience and the root cause of any issues. Observability involves leveraging the appropriate tools and processes in place to effectively track, examine, and troubleshoot the performance and behavior of a system, even if you can't directly see what's happening inside it.

Secure, Segregated Multi-tenant Analytics in PostgreSQL using Aiven for Apache Kafka, Debezium, and Aiven for ClickHouse

Enabling secure and performant multi-tenant analytics for your PostgreSQL® deployments on Aiven's data platform. In the realm of multi-tenant Software-as-a-Service (SaaS) applications, managing a centralized PostgreSQL® database for multiple customers can present challenges in maintaining secure segregation of their data. While a single database offers infrastructure efficiency, it becomes crucial to ensure each organization has isolated access and control over their information.

Charting New Waters with Cribl Lake: Storage that Doesn't Lock Data In

There is an immense amount of IT and security data out there and there’s no sign of slowing down. Our customers have told us they feel like they’re drowning in data. They know some data have value, some don’t. Some might have value in the future. They need some place cost-effective to store it all. Some for just a short while, some for the long haul. But they’re not data engineers. They don’t have the expertise to set up and maintain a traditional data lake.

Meeting Jonny Harris: WordPress performance optimization with Blackfire

Jonny Harris is a WordPress core contributor and committer based in the UK and a member of the WordPress Performance Initiative. This group teams up with Google and Blackfire to optimize the performance of the PHP framework that powers an estimated 43% of the world’s applications. Jonny has been coding with WordPress since 2006 when, at the age of 16, he wanted to start blogging. He gave WordPress a try as it was then and still is today, the leading open-source blogging framework.

Spot Ocean: The easy button for Kubernetes version and patch management

As a recovering practitioner, one of the things I was always less than thrilled to do was patching. I dreaded having to run updates, ensure everything was configured correctly, and finding windows of time to reboot without knocking an application offline. Just like your cloud workloads — everything changes when it has to be done at scale. Kubernetes has always been built around the DevOps concepts of rapid development, delivery, and iteration.

Checkly adds deep synthetic monitoring to Coralogix with new integration

Starting today, Checkly users can send their traces from synthetics checks to Coralogix to view in-depth synthetic user data along with back-end APM based tracing. This gives SRE’s and Operations engineers a new insight into how the system is responding to automated synthetic tests of your service. For Checkly users, integrating with Coralogix data means it’s easy to correlate end-to-end user experience with backend performance, and track poor performance to its root cause.

Measuring Node.js Performance in Production with Performance Hooks

In the first part of this series, we toured performance APIs in Node.js. We discussed the capabilities of APIs and how they can diagnose slowdowns or network issues in your Node application. Now, in this concluding segment, we will embark on a practical journey, applying these performance hooks in a real-world scenario. You will understand how to effectively use these tools to monitor and enhance your application's performance. Let's dive in and see these concepts in action!