Operations | Monitoring | ITSM | DevOps | Cloud

Debugging

Debugging with Sentry and Expo

Sentry is a debuggability platform that provides real-time insights into production deployments with info to reproduce and fix errors, crashes, and slow code. We are very lucky to welcome Krystof Woldrich from Sentry to join the stream and live demo some debug magic. From the Expo side we will have debug wizard and father of Expo Atlas, Cedric Van Putten. The two of them are going to show a complete debug flow.

How Memory Usage Patterns Can Derail Real-time Performance

In this article, we will learn how memory usage patterns can affect the real-time performance of an embedded application, drawing from a recent experience tracing an audio DSP application running on an embedded Linux platform. First, I will introduce the product in question and the real-time audio software I developed for it. Then, I’ll describe the issues I encountered with audio callbacks and the strategy I followed to determine the cause of the issues, ending with my solution and lessons learned.

Debugging your Rancher Kubernetes Cluster the GenAI Way with k8sgpt, Ollama & Rancher Desktop

The advancements in GenAI technology are creating a significant impact across domains/sectors, and the Kubernetes ecosystem is no exception. Numerous interesting GenAI projects and products have emerged aimed at enhancing the efficiency of Kubernetes cluster creation and management. From simplifying application containerization for engineers to addressing complex Kubernetes-related queries or troubleshooting issues within a cluster, GenAI demonstrates immense potential.

Diving into JTAG - Security (Part 6)

The JTAG interface is an important tool for debugging and testing embedded systems, providing low-level access to the internal workings of microcontrollers and other integrated circuits. However, this powerful interface also presents significant security threats. In the sixth and final part of this Diving into JTAG article series, we will focus on security issues related to JTAG and the Debug Port.

Optimizing IoT Development: Key Takeaways from the 2024 Industry Report

Listen to VDC Research’s Executive Vice President, Chris Rommel, as he dives into the 2024 State of IoT Software Development Report. He breaks down the data collected from over 775 professionals directly involved in IoT and embedded electronic systems and shares key insights to guide your software development processes.

Grafana Alloy 1.3 release: Debug pipelines in real time

Grafana Alloy 1.3 is here! First introduced earlier this year, Alloy is our open source distribution of the OpenTelemetry Collector. It has native pipelines for OpenTelemetry and Prometheus telemetry formats, and it uses the same components, code, and concepts that were previously introduced in Grafana Agent Flow. This new release introduces live debugging, enhancing debugging capabilities across key components, which are the building blocks of Alloy.

The New Era of Autonomous Debugging: Transforming the SDLC

The software world is changing rapidly due to advancements in GenAI. These technologies are disrupting traditional processes and driving automation across every part of the SDLC. The market for AI code tools is estimated to reach $30 billion by 2032. It started with code generation, then moved to testing, QA, automatic pull requests, and beyond.

Monitoring, Observability, & Debuggability Explained

Monitoring tools are great at letting you know when something is broken and the overall impact. We should know, we make an error monitoring tool. Observability tools are good for well, observing. But here’s the thing, you (we) don’t observe code. We (you) push code. So what the collective “we” need is a tool that makes it easy to ship, improve, and maintain reliable and performant code.