1.0.8 • Published 8 years ago

azure-functions-monitoring v1.0.8

Weekly downloads
3
License
ISC
Repository
github
Last release
8 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

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago