Operations | Monitoring | ITSM | DevOps | Cloud

APM

The latest News and Information on Application Performance Monitoring and related technologies.

Understanding Flame Graphs for Visualizing Distributed Tracing

In the ever-evolving world of software development, one constant remains - the pursuit of better performance. As applications grow in complexity and demand, the need for tools to uncover performance bottlenecks becomes paramount. Flamegraphs, a brainchild of Brendan Gregg, has emerged as an important visualization of insight, showing those dark corners of your codebase that need optimization.

Smart Agent for Cisco AppDynamics is here!

Unlock business and performance insights... See how Smart Agent dramatically simplifies application instrumentation through intelligent agent automation and lifecycle management — saving you time, accessing new capabilities and gaining business context. Simplify your agent management in a few clicks... Save time and effort installing and managing agents at scale with a centralized agent management console. AppDynamics provides a complete agent inventory, managed by Smart Agent, to quickly flag and upgrade out-of-date agents to support better version compliance and reporting.

OpenTelemetry Collector - architecture and configuration guide

OpenTelemetry Collector is a stand-alone service provided by OpenTelemetry. It can be used as a telemetry-processing system with a lot of flexible configurations to collect and manage telemetry data. Let's do a deep dive on OpenTelemetry Collectors to understand how it works. The first step in setting up observability with OpenTelemetry is instrumentation. The application code is instrumented with OpenTelemetry client libraries that help generate telemetry data like logs, metrics, and traces.

Database Trends 2024: The Power of Cloud, Consumption Models, and the Popularity of PostgreSQL

A large proportion of our customers rely on eG Enterprise to monitor and troubleshoot application and end-user experience problems caused by problems in underlying database dependencies. Our end-to-end unified monitoring and root-cause analysis platform supports all major database technologies. Over recent years, we have witnessed a significant shift from traditional on-premises databases to more dynamic, scalable solutions.

Loki vs Elasticsearch - Which tool to choose for Log Analytics?

Elasticsearch, or the ELK stack, is a popular log analytics solution. The Loki project was started at Grafana Labs in 2018. Grafana leads the development of Loki, while Elastic is the company behind Elasticsearch. In this article, we will do a detailed comparison between these two tools for log analytics. Log data helps application owners debug their applications while also playing a critical role in cyber security.

Top 11 Splunk Alternatives in 2024 [Includes Free & Open-Source Tools]

Splunk is a powerful unified security and observability tool that analyzes data and logs. Splunk allows you to monitor and visualize data in real-time. It analyzes machine-generated data and logs through a web interface. It was recently acquired by Cisco in a $28 billion deal. While Splunk is a powerful platform, it might not suit your needs. In this post, we discuss 11 top Splunk alternatives that you can consider.

OTel Applications on Retrace

We are excited to inform you that Open Telemetry is now available for you with the introduction of “Netreo OTel Appliance”. With the OTel Appliance, cloud-native services like AWS Lambda, AWS ECS, AWS EKS, Azure Functions, Azure App Services, Azure Container Instances, and Azure Kubernetes Services can be monitored and you see application traces and logs in Retrace UI (s1.stackify.com). The applications hosted in the cloud Serverless and containers can be monitored without running the Retrace agent within the instance itself.

We've done it again: ManageEngine named a 2023 Gartner Peer Insights Customers' Choice for Application Performance Monitoring and Observability!

At ManageEngine, customers are at the heart of everything we do. That’s why we are excited to be recognized as a 2023 Gartner Peer Insights™ Customers’ Choice for Application Performance Monitoring and Observability. This year marks the fifth time we have been recognized with this distinction.

Decoding PostgreSQL Monitoring | 101 Guide

Monitoring PostgreSQL for performance issues is critical. PostgreSQL is a powerful open-source relational database system that stands out for its robustness, scalability, and strong emphasis on extensibility and standards compliance. In this guide on PostgreSQL monitoring, we will cover key PostgreSQL metrics that should be monitored, best practices for monitoring PostgreSQL and some tools with which you can set up PostgreSQL monitoring.

How to Monitor PostgreSQL metrics with OpenTelemetry

PostgreSQL metrics monitoring is important to ensure that PostgreSQL is performing as expected and to identify and resolve problems quickly. In this tutorial, you will install OpenTelemetry Collector to collect PostgreSQL metrics and then send the collected data to SigNoz for monitoring and visualization. In this tutorial, we cover: If you want to jump straight into implementation, start with this prerequisites section.