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.