Skip to content

Commit

Permalink
DBZ-8256 Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mfvitale committed Oct 15, 2024
1 parent aef1663 commit aee28e1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You will learn how to set up Debezium, configure it for this specific use case,
+++<!-- more -->+++

== The concept and the idea behind
In recent years, observability has become an essential part of modern systems due to a grown complexity, this especially in distributed architectures like microservices, containerized applications, and cloud environments.
In recent years, observability has become an essential part of modern systems due to the increasing complexity of architectures like microservices, containerized applications, and cloud environments.

Here are some important reasons why observability is crucial today:

Expand All @@ -36,7 +36,7 @@ The idea is to think at a lower level and leverage change data capture (CDC) to

Suppose we have an order service that processes and stores orders made by our customers.
An important business metric to monitor would be the number of orders made.
This number is very relevant to the business because it directly correlates to the company’s earnings..
This number is very relevant to the business because it directly correlates to the company’s earnings.
A relevant drop in number of orders should alert the team responsible for that service as soon as possible.

Normally, we would need a https://prometheus.io/docs/concepts/metric_types/#counter[counter] metric that increments every time an order is correctly placed and stored in the database.
Expand Down Expand Up @@ -139,7 +139,7 @@ curl -i -X POST -H "Accept:application/json" -H "Content-Type:application/json"

Open a web browser and go to the Grafana UI at http://localhost:3000[http://localhost:3000].
Login into the console as user `admin` with password `admin`.
When asked either change the password (you also can skip this step).
When asked either change the password or skip this step.

Then, to monitor the order service activity, we have created the `General/ Microservices activity monitoring` dashboard.

Expand Down

0 comments on commit aee28e1

Please sign in to comment.