microsoft / agogosml

agogosml is a flexible data processing pipeline that addresses the common need for operationalizing ML models at scale
MIT License
33 stars 16 forks source link

Add AppInsights telemetry #216

Closed c-w closed 5 years ago

c-w commented 5 years ago

This change adds Azure Application Insights telemetry to the application. For now, only logs are sent to AppInsights, but in the future custom events or metrics can also be sent (e.g. to track predictions or training runs).

The change also includes some improvements/refactoring to the logger class:

All Submissions: