Laxman Patelgorgeousgawin.hashnode.dev·Feb 7, 2025Kubernetes Probes: The Secret to Self-Healing Applications 🚑Imagine deploying an application in Kubernetes, only to find that some pods randomly stop working, others become unresponsive, and traffic still gets routed to a dead service. Nightmare, right? 😱 This is where Kubernetes Probes come to the rescue! I...1 likeKubernetes
Bittu Sharmabittublog.hashnode.dev·Feb 7, 2025observability-zero-to-hero day-7📊 What is OpenTelemetry? OpenTelemetry is an open-source observability framework for generating, collecting, and exporting telemetry data (traces, metrics, logs) to help monitor applications. 🛠️ How is it Different from Other Libraries? OpenTele...Devops
Bittu Sharmabittublog.hashnode.dev·Feb 7, 2025observability-zero-to-hero day-4🎛️ Instrumentation Instrumentation refers to the process of adding monitoring capabilities to your applications, systems, or services. This involves embedding/Writting code or using tools to collect metrics, logs, or traces that provide insights i...Devops
Laasiklaazik.rockit.ee·Feb 3, 2025Serilog with AppInsights and OpenTelemetryYes, the cover picture is made with DALL-E. Again another reference for myself, as it seems that I tend to rewrite bunch of code every time I need to start another .net core backend service. And I tend to also go out and look every time how to integr...56 readsserilog
Bittu Sharmabittublog.hashnode.dev·Feb 3, 2025observability-zero-to-hero day-2Metrics vs Monitoring Metrics are measurements or data points that tell you what is happening. For example, the number of steps you walk each day, your heart rate, or the temperature outside—these are all metrics. Monitoring is the process of keeping...1 likeobservability
Metismetis.hashnode.dev·Feb 3, 2025Your Need to Review Your Data ChangesMaintaining database consistency can quickly spiral into chaos, presenting considerable challenges. To overcome these, it’s crucial to employ effective strategies for managing data modifications and adjustments. These methods ensure the smooth implem...SQL
Harshit Sahuharshitsahu2311.hashnode.dev·Jan 30, 2025Monitoring and Logging in K☸️s using Prometheus and GrafanaObservability is the ability to understand the internal state of a system based on its external outputs. Prometheus and Grafana are tools used for building dashboards and monitoring applications. This blog focuses on deploying an application and moni...62 readsDevOps Projectsmonitoring
Tushar Sahunonexpert.hashnode.dev·Jan 28, 2025Why I Use Loggers like Winston and Morgan in My Node.js Apps Instead of Console LogsAs a Node.js developer, debugging and monitoring are integral parts of my workflow. While console.log() might seem like the simplest and most obvious tool for this purpose, it’s far from the best option when building scalable and maintainable applica...Node.js
Metismetis.hashnode.dev·Jan 27, 2025You Need to Validate Your DatabasesEnsuring database consistency can quickly become chaotic, posing significant challenges. To tackle these hurdles, it's essential to adopt effective strategies for streamlining schema migrations and adjustments. These approaches help implement databas...SQL
Birendra Kumar Chaudharybiren.hashnode.dev·Jan 25, 2025📉How to install grafana on linux and how to setup with prometheus (whole setup).🚀Grafana, paired with Prometheus and Node Exporter, is a powerful monitoring stack for system and application metrics. Prometheus collects metrics from Node Exporter, which provides system stats like CPU, memory, and disk usage. Grafana connects to Pr...Linux