Skip to content
This repository has been archived by the owner on Jul 10, 2020. It is now read-only.

Latest commit

 

History

History
39 lines (28 loc) · 1.3 KB

talk_flow.md

File metadata and controls

39 lines (28 loc) · 1.3 KB

Instroduction of who I am

  • Dakota Clark
  • Work for PDQ.com
  • On the QA team

What is application (code) monitoring?

  • Monitor from inside your modules
  • Errors
  • Measure execution time of specific code blocks

What is application insights?

  • Is now included as part of Azure Monitor (done after talk accepted! 😒)
  • Application Performance Management (APM), think code level monitoring
  • Can Run anywhere, no requirement for it to be hosted in Azure

How to use effectivly in PowerShell

Code Examples

  • Upload whole exceptions
  • Measure code execution time
  • Flush on function / cmdlet completion
  • Flush on module unload
  • How to allow users to control telemetry collection

Limits of different types of methods

  • FIND LIMITS