Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

How to Use Data Views to Save Your Monitoring Budget

MetricFire automatically produces different statistical views on the data you send, providing fast views on your metrics at the most appropriate resolution for viewing on your dashboard using Hosted Graphite. This allows you append views to the end of your metric to visualize your data in different ways. Append a view to the end of your metric to visualize your data in different ways.

Top 13 AWS Lambda Alternatives For Serverless Computing

As of 2024, the global serverless computing market is projected to reach a value of USD 21.9 billion, with expectations to grow to USD 44.7 billion by 2029. Around 70% of organizations using AWS have adopted at least one serverless solution. The adoption rates for Google Cloud and Azure are 60% and 49%, respectively. These numbers affirm that serverless is here to stay, and the demand for platforms to create and run applications is higher than ever. AWS Lambda is the most popular serverless platform.

Linux Load Average Myths and Realities

When it comes to monitoring system performance on Linux, the load average is one of the most referenced metrics. Displayed prominently in tools like top, uptime, and htop, it’s often used as a quick gauge of system load and capacity. But how reliable is it? For complex, multi-threaded applications, load average can paint a misleading picture of actual system performance.

The Parquet Files: An Entertaining Guide to Columnar Storage

Look, I know what you're thinking. Another article about file formats? Really? You'd rather be debugging that mysterious production issue or arguing about tabs versus spaces. But hear me out for a minute. Last week, I was happily hunting through our logs data - you know, the usual terabytes of events that compliance keeps asking for - when our Head of Finance dropped by. "Hey, why is our logging bill so high?" Narrator: And thus began our hero's journey into the world of file formats.

Streamline your IT operations: Harness the power of Ansible Automation Platform with OpManager

ManageEngine OpManager now integrates with Ansible, an open-source automation tool, enhancing its network monitoring capabilities with Ansible’s powerful automation features. This integration enables IT teams to automate routine tasks such as incident response and configuration management, reducing the need for manual intervention and providing a more efficient, streamlined approach to maintaining network reliability and improving overall operational performance.

Using Alternatives for the LIMIT Clause in SQL Server

In database management, efficient limiting of query results is crucial for optimizing performance and ensuring the retrieval of relevant data. Many SQL database systems, such as MySQL and PostgreSQL, utilize the LIMIT clause to specify the number of records a query returns. However, SQL Server doesn’t support the LIMIT clause, opting instead for alternatives like TOP, OFFSET-FETCH, and SET ROWCOUNT.

Kubernetes Migration: Tips and Best Practises

Are you considering migrating to Kubernetes but worried about the potential complexities? Well, you are not alone. Transitioning to Kubernetes brings unparalleled scalability and resilience for containerized applications, but it also introduces technical challenges that can overwhelm unprepared teams. Let's go through proven strategies to make the Kubernetes migration journey smoother, from planning and dependency mapping to using automation tools that reduce errors.