Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on Observabilty for complex systems and related technologies.

Optimizing Database Performance with Honeycomb Relational Fields

Martin investigates: what database queries are taking the longest? Then he digs into the one taking the most time, and asks: What user-initiated requests trigger this query? This kind of question helps developers focus our efforts where they count. And it's possible in Honeycomb with Relational Fields. This is #observability during development, using #OpenTelemetry #tracing and Honeycomb.

Observability Dilemma: To SaaS or Not to SaaS? That is the Question!

In the ever-evolving IT landscape, the Observability Dilemma casts a strategic shadow: To SaaS or not to SaaS, a question being dealt with by many IT professionals today. As organizations grapple with the complexities of maintaining system health and performance, navigating change while staying secure, choosing between the allure of cloud-based services and the on-premises sanctuary becomes pivotal.

Lightrun Product Updates : H1 2024

Throughout the first half of 2024, Lightrun has focused on developing a range of solutions and improvements aimed at enhancing developer observability and live debugging. These advancements help organizations significantly reduce their MTTR for complex issues while boosting developer productivity. Read more below the main new features as well as the key product enhancements that were released in H1 of 2024!

Top 10 Best Monitoring Tools for IT Infrastructure in 2024

Efficient monitoring tools are crucial for maintaining the performance, security, and reliability of your infrastructure. This comprehensive guide covers the top 10 best monitoring tools for IT infrastructure, offering insights into their features, benefits, and use cases. We'll also provide a monitoring tools list and examples to help you choose the best solutions for your needs.

Confidently Shifting from Logs-centric to a Unified Trace-first Approach: Ritchie Bros. Journey to Modern Observability

Transitioning from a monolithic system to a cloud-native microservices environment, Ritchie Bros. sought to modernize their observability infrastructure to support the transition and fuel future growth. Ritchie Bros. has been a pioneering force in the auctioneering market for nearly 70 years, charting remarkable growth through a strategic mix of organic expansion and acquisitions.

Future-proofing IT: Navigate tomorrow's challenges with full-stack observability ft. Aswim Panigrahi

In this episode of Server Room, we sit down with Aswim Panigrahi, technical evangelist at ManageEngine, to discuss the the strategic utilization of full-stack visibility as a proactive approach to preparing IT infrastructures for the future.

Discover what your applications are really up to with Coroot

Modern Applications can use a lot of external services, some of those interactions are expected, others not so much. There could be many reasons for those unexpected interactions, ranging from security vulnerabilities and various malware to outdated code and various reporting and statistics software may report to its creator or a third party. These unexpected interactions can be a security risk, and may also raise privacy concerns.

Instrumenting Python GIL with eBPF

Every Python developer has heard about the GIL (Global Interpreter Lock) This lock simplifies memory management and ensures thread safety, but it also limits the performance of multi-threaded, CPU-bound programs because threads can’t run Python code in parallel. Here is a great explanation of why Python requires the GIL by Python’s creator, Guido van Rossum: Guido van Rossum: Will Python ever remove the GIL? | Lex Fridman Podcast Clips.