From 4d505554a0f41f97f1763a4768d7c312e8b06846 Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Tue, 1 Aug 2023 01:13:59 +0330 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d54106..9aa4934 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,9 @@ - :sparkle: Using `Minimal API` for all endpoints. - :sparkle: Using `Health Check` for `reporting` the `health` of app infrastructure components. - :sparkle: Using `Docker-Compose` and `Kubernetes` for our deployment mechanism. -- :sparkle: Using `OpenTelemetry` for `logging`, `tracing` and `monitoring`. +- :sparkle: Using `Kibana` on top of `Serilog` for `logging`. +- :sparkle: Using `Jaeger` on top of `OpenTelemetry` for `tracing`. +- :sparkle: Using `Prometteuse` and `Grafana` on top of `OpenTelemetry` for `monitoring`. - :sparkle: Using `IdentityServer` for authentication and authorization base on `OpenID-Connect` and `OAuth2`. - :sparkle: Using `Yarp` as a microservices `gateway`. - :sparkle: Using `Kubernetes` to achieve efficient `scaling` and ensure `high availability` for each of our microservices.