The latest News and Information on Monitoring for Websites, Applications, APIs, Infrastructure, and other technologies.
Mobile devices have changed our world. They come with us everywhere and provide invaluable services. One nagging problem is how to get data out of your mobile device. Specifically, logging metrics and events can be a trial. Opening up a public-facing port, managing the log receivers, coding… Wouldn’t it be nice if this was simplified? This article will demonstrate how easy delivering logs can be using Cribl.Cloud and simple HTTP POSTs – for free.
Time series analysis is the study of a sequence of data points and records that are collected over a constant period. The analysis indicates how a variable or a group of variables has changed and helps in discovering underlying trends and patterns. Time series data is generally used for forecasting problems by predicting the likelihood of future data based on historical information.
A Service Organization Control (SOC) audit is one of the most extensive tests an organization can undergo to demonstrate the ongoing maintenance of high-level information security. Today, we’re thrilled to announce that Checkly is SOC 2 Type 1 compliant after completing a successful audit by an accredited auditing firm. This demonstrates that Checkly’s information security policies, procedures, and practices meet the SOC 2 guidelines for security and data privacy.
A few years ago, we introduced a new, completely independent library. The IPL – Icinga PHP Library, a bundle of Icinga PHP libraries. Since then we are actively working on further development and adding new features. Today I would like to highlight individual parts of this library and the tasks they perform.
Most modern companies that offer web or mobile apps use APM at some stage to enhance their growth. APMs help you to understand what's going on inside your app. It helps you know when something breaks, and it also helps you learn how to make sure it doesn't happen again. However, choosing the right APM solution for your product is complex. If you select the incorrect tool, you may discard it because it will not enable you to meet your observability objectives.
The Go standard library has fantastic support for making HTTP requests. However, sometimes, a request needs to be modified or an action needs to be taken upon response (eg. logging a response). In many cases, adding these logs to the every request would involve a lot of duplicate code. In other cases accessing the client might not be possible because of restricted access in a different package or third party library. Thus, I introduce RoundTrippers.