thangchung / clean-architecture-dotnet

🕸 Yet Another .NET Clean Architecture, but for Microservices project. It uses Minimal Clean Architecture with DDD-lite, CQRS-lite, and just enough Cloud-native patterns apply on the simple eCommerce sample and run on Tye with Dapr extension 🍻
MIT License
1.24k stars 266 forks source link

[Sample] Dashboard statistics #25

Open thangchung opened 3 years ago

thangchung commented 3 years ago

We might have some information such as:

Look at the sample at

Depechie commented 3 years ago

hey @thangchung sorry to hijack this thread... but I was wondering if you could also shed some more light on how user activity logging is handled in this Dapr setup? In other words, can you trace an user request in from the frontend through the API to the backend in a dashboard?

thangchung commented 3 years ago

Hi @Depechie, we can leverage the build-in features of Dapr for logging and tracing