Best of LoggingAugust 2023

  1. 1
    Article
    Avatar of cloudnativedailyCloud Native Daily·3y

    Best Observability Tools for Microservices

    Microservices architecture has become popular among developers due to its scalability and flexibility. Helios Helios is an observability tool that offers comprehensive monitoring and analytics solutions for microservices and distributed applications. Lightstep Lightstep is a leading observability platform that helps to gain deep insights into the performance and behavior of microservices architectures.

  2. 2
    Article
    Avatar of amplicationAmplication·3y

    The Role of MicroGateways in Microservices

    Microservices have redefined how applications are planned, developed, and deployed. MicroGateways serve as a watchdog at the microservices level, addressing these complicated challenges and facilitating efficient communication. They offer the same basic benefits as traditional API Gateways, such as enhanced security, streamlined access control, optimized communication, and centralized logging.

  3. 3
    Article
    Avatar of appsignalAppSignal·3y

    Tracking Errors in a Node.js Application

    Error tracking is a process where the abnormal behavior of your application is observed and monitored with the goal of fixing it before it affects end users. There are various ways to identify errors in a Node.js application: Callbacks Promises Try-Catch We'll use try-catch throughout this article.

  4. 4
    Article
    Avatar of hackernoonHacker Noon·3y

    Why You Should Send Loki All Your Logs

    Loki is an efficient log aggregation system that empowers observability in distributed systems. By drawing inspiration from Prometheus, Loki provides horizontally scalable, cost-effective, and multi-tenant log storage. The article covers the basics of Loki, demonstrates how to integrate it with Java applications using the Loki4j appender.