evolutionary-architecture / evolutionary-architecture-by-example

Navigate the complex landscape of .NET software architecture with our step-by-step, story-like guide. Unpack the interplay between modular monoliths, microservices, domain-driven design, and various architectural patterns. Go beyond the one-size-fits-all solutions and understand how to blend these approaches based on your unique needs.
MIT License
1.66k stars 212 forks source link

Example how to do observability? #84

Open kamilbaczek opened 7 months ago

kamilbaczek commented 7 months ago

Is your feature request related to a problem? Please describe. It is frequent question How to implement observability? It is mentioned that observability is important from start of project. How to Do it?

My proposition is add this part as example

jolindroth commented 4 months ago

Could definitely add some of the open telemetry exporters in .NET. Pretty standardized. Maybe look at the .NET Aspire observability dashboard as well?

meaboutsoftware commented 4 months ago

Thanks for the input! 🙂

In the beginning we did not plan it to not to make the solution too hard to understand but might be an option now