Harsh Guptadevharshgupta.hashnode.dev·Jan 17, 2025Practical Observability in Action: Monitoring Distributed Systems with Elastic APMIn today’s fast-paced digital landscape, ensuring the reliability, performance, and health of distributed systems is crucial. Modern architectures, like microservices, introduce complexities that require more than just traditional monitoring. Enter o...elasticsearch
Nathan.LuforMicroFIRE's team blogganhua.wang·Jan 17, 2025閒聊設計 Slo 與 Sli最近在閱讀 Implementing Service Level Objectives 這本書,作者 Alex 參與過 The Site Reliability Workbook 某些章節的寫作,所以很多概念跟之前幾本 SRE 相關書籍是有關連的。 這文章想介紹的是其中的第 12 章 A Worked Example,以及將學到的概念用在 OpenTelemetry Demo 的電商系統上。 A Worked Example 這是書中的零售網站架構,讓我來把這圖做個劃分 之前的章節一直提到...35 readsObserverbilityobservability
Zameer Fouzanzameerfouzan.hashnode.dev·Jan 16, 2025Simplify Go application monitoring with New Relic’s Go easy instrumentationGo applications power everything from lightweight services to large-scale distributed systems. With this level of complexity, visibility into performance metrics is non-negotiable. Key metrics such as request latency, throughput, and error rates prov...observability
Treblletrebllemakers.hashnode.dev·Jan 16, 2025Volkswagen’s API Breach Exposed: How Observability Can Save DataIn late December 2024, Volkswagen Group, a global leader in the automotive industry, became the center of a shocking data breach that exposed the sensitive information of around 800,000 electric vehicle (EV) drivers. This breach, caused by a misconfi...APIs
DurgaSarandsrnk.hashnode.dev·Jan 14, 2025The Future of Unified Observability: Integrating Data Observability with OpenTelemetry and eBPF1. Introduction Observability has transcended traditional monitoring paradigms, evolving into a necessity for understanding and optimizing complex distributed systems. Unified observability bridges silos across infrastructure, applications, and data ...1 like·258 readseBPF
Metismetis.hashnode.dev·Jan 13, 2025Testing Is a Cross-Cutting Concern. So Are DatabasesWe’re all familiar with the principles of DevOps: building small, well-tested increments, deploying frequently, and automating pipelines to eliminate the need for manual steps. We monitor our applications closely, set up alerts, roll back problematic...SQL
Amitabh soniforamitabhdevops.hashnode.dev·Jan 12, 2025DevSecOps Mega Project-Springboot BankappStep 1: Create an IAM User with Administrator Permissions Login to AWS Console: Open the AWS Management Console. Navigate to IAM: Go to the Identity and Access Management (IAM) service. Create User: Click on Users > Add Users. Enter a username, ...2 likes·246 readsDevops
Richard Chukwurichardchukwu.hashnode.dev·Jan 9, 2025Observability with OpenTelemetryWhen I first heard about OpenTelemetry, I was intrigued but admittedly a little overwhelmed. Words like "observability," "telemetry data," and "distributed systems" flew over my head. As a recent graduate with a degree in Computer Engineering and a s...14 likes·50 readsOpen Source
vansh bhardwajvansh.tech·Jan 8, 2025Observability for Kubernetes with Prometheus and GrafanaIntroduction Observability is the ability to measure the internal states of a system by examining its outputs. In the context of Kubernetes, observability enables monitoring and troubleshooting of containerized applications, providing insights into p...1 like·69 reads#prometheus
Thomas Johnsontomjohnson3.hashnode.dev·Jan 7, 20256 Best Practices for Backend DevelopmentMost modern software systems are distributed systems. Nowadays they are a must for various reasons. For example:(a) data, requests volume, or both are frequently too large to be handled by a single machine,(b) products are often deployed in multiple...software development