Glimpse / StickerApp

Sticker E-Commerce Demo App (Node.js, React, MongoDB)
31 stars 20 forks source link

Add App Insights to services #11

Closed nicolehaugen closed 7 years ago

nicolehaugen commented 7 years ago

Implement App Insights for some of the microservices (need to decide which ones - all seems like overkill) of the monolith version of the map to track various app data points; we'll use this to show how to diagnose an issue.

For the purposes of the sample, we'll need to: 1.) Illustrate diagnosing a production issue by injecting an issue to show something like an unhandled exception and set up an alert to show diagnosing the issue. 2.) Show the app map to view a high-level depiction of architecture and general health.

Also, may need to show Azure monitor service (looks like basic service level monitoring apart of subscription); Jonathan will look into this and let us know if it's needed

Note: This work item includes the code implementation and writing the portion of the sample that covers this.

Estimate: 4 days

nicolehaugen commented 7 years ago

FYI - this is done, but I'm waiting to send PR out for review until we the other PRs reviewed and checked into master.

nicolehaugen commented 7 years ago

Turned on basic app insights.