Operations | Monitoring | ITSM | DevOps | Cloud

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

Next Gen Log Management: Maximize Log Value with Telemetry Pipelines

In today's digital-first, cloud-native world, effective log management is crucial. It enhances software quality, operational efficiency, and the customer experience. However, with the rise of distributed and microservices-based architectures, organizations now generate petabytes of log data daily, making analysis and storage increasingly challenging.

The Difference Between AI and Generative AI, and How ScienceLogic Uses Both

Artificial intelligence (AI) and generative AI – they may sound similar, but how do they differ? Although these terms are often used interchangeably, generative AI is actually a subtype of AI. At ScienceLogic, we use many different types of AI, from machine learning to generative AI, to analyze IT environments, provide insights to help IT pros take action, automate and streamline workflows, and drive innovation.

The future of .NET for cross-platform development with .NET MAUI and Blazor

The.NET ecosystem rapidly evolves, equipping developers with the latest tools and frameworks for cross-platform application development. In a recent Founder & Friends podcast episode, “Everything.NET,” Raygun CEO John Daniel Trask (JD) and Microsoft Principal Program Manager James Montemagno explored the present and future of cross-platform development, highlighting Microsoft’s pivotal role in shaping the direction of this rapidly evolving field.
Sponsored Post

Azure Monitor SCOM MI Explained

Azure Monitor SCOM Managed Instance (SCOM MI) is a cloud-based version of the System Center Operations Manager (SCOM), which allows you to monitor on-premises and cloud resources. In this context, Agent and Gateway Extensions in Azure Monitor SCOM MI and Management Packs (MPs) in SCOM serve different purposes but are both critical for monitoring your environment.

How to parameterize and configure your custom Playwright fixtures

Join Stefan Judis in this Playwright tutorial, where he explains how to make your custom Playwright fixtures configurable using "option fixtures". Stefan briefly explains the fixture concept but then focuses on creating an option fixture configurable on a global, project, and spec file basis.

Integrate Incident Alerts With Discord Using Webhooks

Staying on top of your third-party Cloud and SaaS service outages is crucial to maintain the reliability of your own applications. If Discord is your communication tool of choice, you can keep up with such incidents by pushing these events to a Discord channel. Discord webhooks allow external applications to send messages to specific channels within a Discord server. This article describes how to integrate Discord as a channel in your IncidentHub account using webhooks.

Why Clean Architecture makes debugging easier

Let’s start with things we already know - complex projects are inherently hard to debug. The more complicated they are, the harder it is to debug them. The size of the project naturally defines complexity’s lower bounds, but even the smallest projects can become unnecessarily complex and messy if you don’t pay attention to how you structure them. Though we can’t eliminate complexity, we can manage it effectively with the right approach.