VOOZH about

URL: https://www.javacodegeeks.com/tag/observability

⇱ Observability Archives - Java Code Geeks


  • Software Development👁 Image
    Eleftheria DrosopoulouMay 21st, 2026
    0 603

    Structured Logging Has Been”Best Practice” for Five Years. Why Most Java Teams Are Still Doing It Wrong

    A diagnostic-focused look at the four failure modes nobody writes about: context lost across async boundaries, MDC leaks, log volume…

    Read More »
  • Enterprise Java👁 Image
    Omozegie AziegbeMay 13th, 2026
    0 369

    Spring AI Explainable Agents: Capture LLM Tool Call Reasoning

    Explainable AI agents aim to make the decision-making process of large language models (LLMs) transparent, especially when tools are invoked…

    Read More »
  • DevOps👁 Image
    Omozegie AziegbeMarch 27th, 2026
    0 2,150

    Understanding Kubernetes Self Healing and How It Works

    Kubernetes has become the backbone of modern cloud native applications largely because of its powerful self-healing capabilities. In distributed systems…

    Read More »
  • Software Development👁 Image
    Eleftheria DrosopoulouMarch 5th, 2026
    0 388

    eBPF: Kernel-LevelObservability.Superpowers for Linux

    A technology running sandboxed programs inside the Linux kernel. No agents. No code changes. Zero instrumentation. Used in production at…

    Read More »
  • Enterprise Java👁 Image
    Omozegie AziegbeFebruary 16th, 2026
    0 123

    Handling NaN Values in Java Micrometer Gauges with Prometheus

    Micrometer is the de facto metrics instrumentation library for JVM-based applications, and Prometheus is a common backend for collecting and…

    Read More »
  • Software Development👁 Image
    Eleftheria DrosopoulouDecember 12th, 2025
    0 1,112

    OpenTelemetry Deep Dive: Building Observable Systems from the Ground Up

    Modern software systems are increasingly complex, with applications spanning multiple services, containers, and cloud platforms. When issues arise—and they inevitably…

    Read More »
  • Enterprise Java👁 Image
    Eleftheria DrosopoulouNovember 6th, 2025
    9 969

    Micrometer’s Observation API: Unified Observability for the JVM

    For too long, the gap between writing code and understanding its production behavior has been frustratingly wide. We’ve deployed applications,…

    Read More »
  • Enterprise Java👁 Image
    Omozegie AziegbeOctober 28th, 2025
    0 369

    Metric Tagging in Micrometer

    Micrometer is the instrumentation facade in Spring Boot’s observability ecosystem, providing a unified API to collect, tag, and publish metrics…

    Read More »
  • Core Java👁 Image
    Omozegie AziegbeOctober 23rd, 2025
    0 805

    Testing Micrometer Metrics in Spring Boot Applications

    Micrometer is a metrics collection library that provides a vendor-neutral API for instrumenting applications. In a Spring Boot environment, it…

    Read More »
  • 1
  • 2
  • »
Back to top button
Close