Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

"Secret" elmah.io features #4 - Get help from AI and ChatGPT

In this fourth post in the series of "secret" elmah.io features, I want to introduce you to one of several AI features available on elmah.io. We have had machine learning features like automatic bot detection and spike identification for years. But a recent addition to the portfolio of AI features is the integration with ChatGPT to get help solving issues. In this post, I'll show you how to set it up and how it works.

Announcement: New Integration With Panther Labs SIEM

Observo.ai is excited to share that we now integrate with Panther Labs, a modern SIEM built for the cloud. This enables Panther users to leverage Observo.ai’s powerful telemetry data pipeline features. Observo.ai was created to help Security and DevOps teams solve their biggest telemetry problems. Using Artificial Intelligence, Observo.ai optimizes and transforms data from any source and routes it to the destinations where it has the most value.

Scaling in the Cloud with Cribl's Universal Receiver

Scaling cloud services is a critical task for Site Reliability Engineers, and it’s a challenging one. As organizations grow, the amount of data and the number of users of it grow like crazy, pushing traditional data management methods to their limits. SREs not only have to keep everything running, they’ve got to make sure it runs smoothly, efficiently, and swiftly.

Logs with Firehose: Stream logs to the AWS Observability app cheaper and easier

AWS is an essential part of many organizations’ tech stacks today, which is why we continue to make it easier to observe your environment in Grafana Cloud. We recently launched AWS Observability, a fully managed application for visualizing and alerting on dozens of AWS offerings. And with our latest update, we’re making it cheaper and simpler to ingest and query your AWS logs.

Kubectl Logs Tail | How to Tail Kubernetes Logs

The kubectl logs tail command is a tool that allows users to stream the logs of a pod in real-time while using Kubernetes. This command is particularly useful for debugging and monitoring applications, as it enables users to view log output as it is generated and quickly identify any issues or problems with their application. In this article, we will see how to use the kubectl logs tail command to stream logs, the benefits of using the command, and an advanced tool for streaming logs.

Kubectl Top Pod/Node | How to get & read resource utilization metrics of K8s?

Kubectl Top command can be used to retrieve snapshots of resource utilization of pods or nodes in your Kubernetes cluster. Resource utilization is an important thing to monitor for Kubernetes cluster owners. In order to monitor resource utilization, you can keep track of things like CPU, memory, and storage. In this article, we will see how to use kubectl Top command to get and read metrics about pods and nodes. We will also breakdown the output to understand what it means.

Latest Top 11 Observability Tools in Spotlight - 2024's Guide

In microservices architecture, observability tools enable you to create central dashboards to gauge the health of your distributed systems. New age observability tools have shifted to providing quick workflows to debug application issues. In this post we will explore top 11 observability tools that you can consider to use for your software systems. In today's digital economy, distributed architectures have become the norm.

Raygun4Aspire: (Free) lightweight Crash Reporting running locally

NET Aspire is a new type of project and set of NuGet packages that make it easier to coordinate the multiple moving parts of a cloud-native web application. Announced near the end of 2023, .NET Aspire is currently in Preview 6, so still a work in progress. We’ve just released Raygun4Aspire, our Crash Reporting client for Aspire applications.

MAUI provider upgrades v2: Real User Monitoring + Crash Reporting

I’ve written previously about the process of adding Real User Monitoring capabilities to our MAUI provider. I’m excited to say that this work is now live, batteries and all, plus some more improvements since the last blog. To recap the state of cross-platform development in the.NET ecosystem, Xamarin is out of support as of May 1st! This is replaced by.NET MAUI (Multi-platform App UI), meaning developers need appropriate tools when they make the switch.

Unlocking insights: Learn to deal with deadlocks and blocks with an SQL monitor

Deadlocks and blocks are two types of concurrency issues that can occur in an SQL Server environment. Understanding and addressing these issues is crucial for ensuring the performance and reliability of your SQL-based applications. First, let’s look at the concept of locks, blocks, and deadlocks.