Reader small image

You're reading from  Building Microservices with Node.js

Product typeBook
Published inMay 2024
Reading LevelIntermediate
PublisherPackt
ISBN-139781838985936
Edition1st Edition
Languages
Tools
Right arrow
Author (1)
Daniel Kapexhiu
Daniel Kapexhiu
author image
Daniel Kapexhiu

Daniel Kapexhiu is a software developer with over 6 years of working experience developing web applications using the latest technologies in frontend and backend development. Daniel has been studying and learning software development for about 12 years and has extended expertise in programming. He specializes in the JavaScript ecosystem, and is always updated about new releases of ECMAScript. He is ever eager to learn and master the new tools and paradigms of JavaScript.
Read more about Daniel Kapexhiu

Right arrow

Monitoring and observability and error handling and resilience

In this section, you will learn how to monitor and observe microservices. You will also learn more about error handling and resilience, both of which are crucial aspects of developing better microservices.

Let’s explore these topics in more detail.

Monitoring and observability

Monitoring and observability are crucial components of microservices architecture, providing insights into system health, performance, and behavior.

Let’s take a look at the characteristics of these components:

  • Metrics collection: Monitoring involves collecting various metrics such as CPU usage, memory usage, request rates, error rates, and latency. These metrics provide insights into system performance.
  • Centralized logging: Centralized logging aggregates logs from all microservices into a central system (such as ELK Stack). Centralized logs simplify debugging and troubleshooting across the entire system.
  • ...
lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Building Microservices with Node.js
Published in: May 2024Publisher: PacktISBN-13: 9781838985936

Author (1)

author image
Daniel Kapexhiu

Daniel Kapexhiu is a software developer with over 6 years of working experience developing web applications using the latest technologies in frontend and backend development. Daniel has been studying and learning software development for about 12 years and has extended expertise in programming. He specializes in the JavaScript ecosystem, and is always updated about new releases of ECMAScript. He is ever eager to learn and master the new tools and paradigms of JavaScript.
Read more about Daniel Kapexhiu