Operations | Monitoring | ITSM | DevOps | Cloud

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

Best Practices for Effective Log Management

Can following log management best practices help organizations with their overall observability, as well as troubleshooting issues and security analytics? Absolutely. In addition, following log management best practices can provide significant competitive advantages when it comes to understanding your users. Centralized log management can help your team accelerate time to insights, and make changes to your applications that improve the user experience.

RocksDB - Getting Started Guide

There are several reasons for creating a highly efficient and performant database in the current web era. RocksDB is an embedded key-value store designed for efficient data storage and retrieval. It is an open-source database engine developed by Facebook, which builds upon the strengths of LevelDB while incorporating several enhancements for durability, scalability, and performance.

2023: The year of IT resilience!

As we close out another year, we want to take this moment to thank you, our customers, for your continued support. Whether you have been with us from the start or are just discovering our brand, we appreciate your business. This year's theme is IT resilience, which refers to the ability of an organization to withstand, adapt, and recover from disruptions or attacks with minimal or no impact.

The real costs of Datadog Synthetics monitoring

How much do Synthetics matter to your team? I think they matter a whole lot. Back when I was a freelance developer, I doubled my annual income with synthetics. Working mainly in database optimizations, I would finish out a contract and leave a synthetic monitor running at a very low frequency on their service. When I saw a pattern of slower performance, I knew it was time to hit the team lead-up to ask if I could help.

Monitor the Temperature of Your MacOS Hardware Using Telegraf

Monitoring your machine's internal temperatures is important for maintaining system health, optimizing performance, and ensuring the longevity of your computer hardware. It allows you to take proactive measures to prevent potential damage caused by overheating and helps in diagnosing and addressing cooling-related issues effectively. In this article we'll detail how to use the Telegraf agent to collect temperature readings from a Mac computer, that you can forward to a datasource.

How To Optimize Telemetry Pipelines For Better Observability and Security

Tucker Callaway (CEO, Mezmo) and Kevin Petrie (Vice President of Research, Eckerson Group) had a conversation centered around enterprises taking control of their data and the growing need for consolidated collection and management of telemetry data. They discuss how enterprises can optimize telemetry pipelines, take charge of their data, and enhance their observability and security game.

Logging and Debugging AWS Lamba

Serverless architectures such as AWS Lambda have created new challenges in debugging code. Without a solid logging framework in place, you could waste precious hours tracking down simple defects in your functions. A strategic logging framework can be a powerful way to track down and resolve bugs. Let’s walk through how to get the most out of logging Lambda functions.