New Relic's integrations include an integration for reporting your Microsoft Azure Functions Workflow metrics and other data to New Relic. This document explains how to activate the integration and describes the data reported.
Features
Azure Functions Workflow refers to Azure Logic Apps under standard plan type. Azure Logic Apps is a cloud platform where you can create and run automated workflows with little to no code. By using the visual designer and selecting from prebuilt operations, you can quickly build a workflow that integrates and manages your apps, data, services and systems.
Using New Relic, you can:
- View Azure Functions Workflow data in pre-built dashboards.
- Run custom queries and visualize the data.
- Create alert conditions to notify you of changes in data.
Activate integration
Follow standard Azure Monitor integration procedure to activate your Azure Functions Workflow service in New Relic infrastructure monitoring.
Configuration and polling
You can change the polling frequency and filter data using configuration options.
New Relic queries your Functions Workflow service through Azure Monitor integration according to a default polling interval.
Find and use data
To explore your integration data, go to one.newrelic.com/infra > Azure > (select an integration).
Metric data
This integration collects the following metric data.
Azure Functions Workflow metrics
Metric | Description |
---|---|
| The number of bound sockets existing in the sandbox (w3wp.exe and its child processes). A bound socket is created by calling bind()/connect() APIs and remains until said socket is closed with CloseHandle()/closesocket(). For WebApps and FunctionApps. |
| The average amount of memory used by the app, in megabytes (MiB). For WebApps and FunctionApps. |
| The amount of incoming bandwidth consumed by the app, in MiB. For WebApps and FunctionApps. |
| The amount of outgoing bandwidth consumed by the app, in MiB. For WebApps and FunctionApps. |
| The current number of Assemblies loaded across all AppDomains in this application. For WebApps and FunctionApps. |
| Function Execution Count. For FunctionApps only. |
| Function Execution Units. For FunctionApps only. |
| The number of times the generation 0 objects are garbage collected since the start of the app process. |
| The number of times the generation 1 objects are garbage collected since the start of the app process. Higher generation GCs include all lower generation GCs. For WebApps and FunctionApps. |
| The number of times the generation 2 objects are garbage collected since the start of the app process. For WebApps and FunctionApps. |
| The total number of handles currently open by the app process. For WebApps and FunctionApps. |
| Health check status. For WebApps and FunctionApps. |
| The count of requests resulting in an HTTP status code 101. For WebApps and FunctionApps. |
| The count of requests resulting in an HTTP status code ≥ 200 but < 300. For WebApps and FunctionApps. |
| The count of requests resulting in an HTTP status code ≥ 300 but < 400. For WebApps and FunctionApps. |
| The count of requests resulting in HTTP 401 status code. For WebApps and FunctionApps. |
| The count of requests resulting in HTTP 403 status code. For WebApps and FunctionApps. |
| The count of requests resulting in HTTP 404 status code. For WebApps and FunctionApps. |
| The count of requests resulting in HTTP 406 status code. For WebApps and FunctionApps. |
| The count of requests resulting in an HTTP status code ≥ 400 but < 500. For WebApps and FunctionApps. |
| The count of requests resulting in an HTTP status code ≥ 500 but < 600. For WebApps and FunctionApps. |
| The time taken for the app to serve requests, in seconds. For WebApps and FunctionApps. |
| The rate at which the app process is issuing bytes to I/O operations that don't involve data, such as control operations. For WebApps and FunctionApps. |
| The rate at which the app process is issuing I/O operations that aren't read or write operations. For WebApps and FunctionApps. |
| The rate at which the app process is reading bytes from I/O operations. For WebApps and FunctionApps. |
| The rate at which the app process is issuing read I/O operations. For WebApps and FunctionApps. |
| The rate at which the app process is writing bytes to I/O operations. For WebApps and FunctionApps. |
| The rate at which the app process is issuing write I/O operations. For WebApps and FunctionApps. |
| The current amount of memory used by the app, in MiB. For WebApps and FunctionApps. |
| Private Bytes is the current size, in bytes, of memory that the app process has allocated that can't be shared with other processes. For WebApps and FunctionApps. |
| The total number of requests regardless of their resulting HTTP status code. For WebApps and FunctionApps. |
| The number of requests in the application request queue. For WebApps and FunctionApps. |
| The number of threads currently active in the app process. For WebApps and FunctionApps. |
| The current number of AppDomains loaded in this application. For WebApps and FunctionApps. |
| The total number of AppDomains unloaded since the start of the application. For WebApps and FunctionApps. |
| Workflow Action Completed Count. For LogicApps only. |
| Workflow Job Execution Delay. For LogicApps only. |
| Workflow Job Execution Duration. For LogicApps only. |
| Workflow Runs Completed Count. For LogicApps only. |
| Workflow Runs Dispatched Count. For LogicApps only. |
| Workflow Runs Started Count. For LogicApps only. |
| Workflow Triggers Completed Count. For LogicApps only. |