Operations | Monitoring | ITSM | DevOps | Cloud

APM

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

Identifying memory leaks with automatic leak detection

Proactively identify memory leaks that occur in production environments that cause performance issues by using Automatic Leak Detection. See how automated capabilities can assist teams with detecting and diagnosing these types of common issues before the application performance or customer experience is impacted, adversely affecting the business.

OpenTelemetry Webinar: What *is* the OpenTelemetry API?

We've all read “OpenTelemetry is a collection of APIs, SDKs, and tools.” Okay, great, but which parts are APIs, what's the SDK, and which are the tools? And aren't there supposed to be some standards in there too? Join Nica and Srikanth Chekuri as we explore the OpenTelemetry API and how it fits into your Observability process.

Cisco Secure Application Delivers Business Risk Observability for Cloud Native Applications

Built on Cisco's Full-Stack Observability Platform, Cisco Secure Application provides organisations with intelligent business risk insights to help them better prioritise issues, respond in real-time to revenue-impacting security risks and reduce overall organisational risk profiles.

Troubleshooting Spring Boot Microservices - A Real World Case Study

Today, I’ll cover Shift Left Monitoring: A Pathway to Optimized Cloud Applications and how left-shifted troubleshooting of Spring Boot code issues using observability tooling can avoid production issues, unnecessary costs and improve product quality. Shift-left is an approach to software development and operations that emphasizes testing, monitoring, and automation earlier in the software development lifecycle.

Bi-directional Integration of Cisco AppDynamics and Cisco ThousandEyes

Get full visibility into every facet of your customer's digital experience What if you could see everything that impacts your digital supply chain—from the code to the infrastructure to the network and everything in between? With AppDynamics plus ThousandEyes - you can.

14,000+ GitHub stars, 4 Million Docker Downloads, in-context Logs and a Team Workation - SigNal 28

Welcome to the 28th edition of our monthly product newsletter - SigNal 28! Our team shipped many features and improvements last month. We also had an amazing team workation in Goa, India. Let’s dive in to see what humans at SigNoz were up to in the month of August 2023.

Sending and Filtering Python Logs with OpenTelemetry

While support for logging in the OpenTelemetry Python project is listed as 'experimental,' it's completely possible to send logs from your Python application. The Opentelemetry Collector has support for numerous existing logging systems, effectively exporting log data from wherever you were sending logs currently; you can also use the filelog receiver to tail and send logs from files. The only 'experimental' portion of the Python SDK is sending logs directly from code-level instrumentation.