1.0.8 • Published 9 years ago

azure-functions-monitoring v1.0.8

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

Use this repo to monitor azure function invocations

  • Install via npm: npm install azure-functions-monitoring

To use it:

  • Add requirements to your module: var AzureFuncMonitorManager = require('azure-functions-monitoring'); var monitorManager = AzureFuncMonitorManager.MonitorManager();
  • To monitor function invoke use: AzureFuncMonitorManager.MonitorManagerUtil.logFunctionExecution(context, 'function_name', isSuccess); this will use the azure function context, the function name and a boolean to indicate success or failure.

  • Data for all function invocations will be save in the AzureFuncMonitorManager per function. To get the data use: console.log(monitorManager.get());

`

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago