yCrash has introduced an audit trail feature, addressing enterprise security gaps by logging user actions. This enhancement enables tracking of who accesses sensitive production data, ensuring compliance and accountability. With SSO integration, the logs provide detailed user activity, fostering a culture of security awareness among engineers and improving overall troubleshooting security.
Visualising JVM Metrics Using Prometheus and Grafana
This article provides a comprehensive guide for visualizing Java Virtual Machine (JVM) metrics using Prometheus and Grafana. It explains how to set up the monitoring system, retrieve JVM metrics from applications, and create custom dashboards. The integration enhances problem detection and facilitates quicker resolution, boosting application performance and reliability.
‘Analyzing Application Logs Using AI’ Webinar
In a recent webinar, experts discussed how AI can enhance application log analysis, addressing challenges in manual reviews amidst growing log volumes. Key topics included anomaly detection, error pattern identification, and event correlation across systems, all aimed at accelerating root cause analysis and improving incident response while maintaining engineering judgment.
How ‘yCrash Log’ uses AI & ML?
Application logs are crucial for engineers to troubleshoot production incidents, but manual inspection is often inefficient. The 'yCrash Log' tool utilizes AI and ML to analyze and structure unfiltered log data, identify errors, and provide solutions, improving incident response time and system reliability. It enhances traditional log management by automating root cause analysis.
The Manager’s guide to Memory Analysis: Bridging the Gap between Dev and Ops
The development and operations teams must collaborate effectively to address memory analysis in applications, as it significantly affects performance and customer satisfaction. Tools like yCrash facilitate this by providing insights into memory use, facilitating root cause analysis, and aligning both teams, ultimately enhancing system performance and ROI.
Java Project Loom: Unlocking the Power of Java Virtual Threads
Java Project Loom introduces Virtual Threads in Java 21, enhancing scalability for I/O-bound applications. These lightweight, JVM-managed threads simplify concurrency by allowing millions of tasks without the limitations of OS native threads. While they excel in non-blocking IO tasks, developers must navigate potential synchronization issues and pinning to optimize their use effectively.
‘Java 25 is out! Selection of my favorite features’ Webinar
Java 25 has launched, introducing significant enhancements aimed at modernizing Java applications. A recent webinar featuring expert Michael Inden focused on practical features such as pattern matching, string templates, structured concurrency, and unnamed classes. Attendees gained hands-on experience and insights into adopting these changes for improved code quality and productivity.
Java Memory Leak Troubleshooting: How We Lost 3 Days, and Fixed It in Hours
This guide outlines the installation and configuration of yCrash, a tool for managing Java application memory issues. The author recounts a crisis where improper setup led to a three-day debugging ordeal before using yCrash effectively. Key lessons emphasize the importance of proper setup, continuous monitoring, and utilizing all available data artifacts for effective troubleshooting.
A Little Late, But Right on Time: Our New Year Buddy Game
A behind-the-scenes look at our New Year Buddy game—filled with twists, pranks, thoughtful gifts, and happy memories that brought our team closer together.
Exposing JVM metrics over Actuator in Spring Boot 4
In modern enterprise Java applications, standard logging falls short in diagnosing JVM issues such as memory leaks and CPU spikes. Spring Boot Actuator facilitates the exposure of vital JVM metrics and application health through HTTP endpoints, providing developers with essential insights for monitoring performance, triggering alerts, and diagnosing production problems efficiently.
