kgrzybek / modular-monolith-with-ddd

Full Modular Monolith application with Domain-Driven Design approach.
MIT License
11.17k stars 1.76k forks source link

Application Insights integration #4

Open GetoXs opened 5 years ago

GetoXs commented 5 years ago

Hey, Good job with the project, it is always nice to see another DDD/CQRS open source projects. Have ever you thought about integration with Application Insights? It could be good for performing/logging/diagnostics/alerting etc.

It has worked well in company project, especially that AI has possibility to inject into pipeline and add custom headers like CorrelationID

kgrzybek commented 4 years ago

Hi @GetoXs

I plan to host this application someday in Azure so integration with Application Insights will be natural. However, I did not have time to that, yet.