Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on Monitoring for Websites, Applications, APIs, Infrastructure, and other technologies.

How to Create, Customize & Share Network Performance Reports | Obkio NPM Onboarding Series

In this video, we’re looking at the “Dashboards” tab in Obkio’s Network Performance Monitoring App. The Network Monitoring Dashboards allow you to visualize all the information and metrics collected from your Obkio account. You can leverage dashboards to analyze and compare information and find answers when monitoring and troubleshooting network performance. You can create an unlimited number of Dashboards in your Obkio account. These Dashboards will be composed of several Widgets.

What Are Speed Tests & How to Run Them (Scheduled & On-Demand) | Obkio NPM Onboarding Series

What Are Speed Tests & How to Run Them (Scheduled & On-Demand) Learn how to measure network speed and validate the overall performance of your network with scheduled and on-demand speed tests in Obkio's Network Performance Monitoring app. You can view, schedule and run Speed Tests from the “Speed Tests” tab in Obkio’s app.

Docker Log Rotation - Definition, Configuration Guide, and Best Practices

Docker containers generate logs to monitor their operations, but without a mechanism in place to manage these logs, they can grow indefinitely, leading to excessive disk space consumption and performance degradation. Implementing docker log rotation is crucial to control log file size and quantity, ensuring efficient log management and optimal system performance.

Syncing PagerDuty Schedules to Slack Groups

We’ve posted before about how engineers on call at Honeycomb aren’t expected to do project work, and that whenever they’re not dealing with interruptions, they’re free to work on whatever will make the on-call experience better. However, all of our engineering rotations rely on hand-off meetings where they update the Slack groups with everyone who’s on call. During my last shift, a small problem kept causing friction for some of our incident management automation.

How to spot and fix memory leaks in Go

A memory leak is a faulty condition where a program fails to free up memory it no longer needs. If left unaddressed, memory leaks result in ever-increasing memory usage, which in turn can lead to degraded performance, system instability, and application crashes. Most modern programming languages include a built-in mechanism to protect against this problem, with garbage collection being the most common. Go has a garbage collector (GC) that does a very good job of managing memory.

11 Top MongoDB Monitoring Tools - Including Free & Open-Source [2024]

MongoDB has become a cornerstone in modern database architectures. Its flexibility and scalability make it a go-to choice for many organizations. But with great power comes great responsibility—and the need for robust monitoring. There are many monitoring tools out there, and choosing the right one can be confusing. This article lists the top MongoDB monitoring tools, from open-source ones to fully managed SaaS solutions.

OpenTelemetry UI - See What's Possible With OpenTelemetry data

OpenTelemetry is a Cloud Native Computing Foundation(CNCF) project aimed at standardizing the way we instrument applications for generating telemetry data(logs, metrics, and traces). However, OpenTelemetry does not provide storage and visualization for the collected telemetry data. For visualizing OpenTelemetry data, you need an OpenTelemetry UI. The data collected by OpenTelemetry can be sent to a backend of your choice, which can then be visualized.

An Open Source OpenTelemetry APM | SigNoz

OpenTelemetry is a Cloud Native Computing Foundation(CNCF) project aimed at standardizing the way we instrument applications for generating telemetry data(logs, metrics, and traces). However, OpenTelemetry does not provide storage and visualization for the collected telemetry data. APM stands for Application Performance Monitoring or Application Performance Management. APM tools help engineering teams effectively monitor their applications by monitoring key metrics for application performance.