Azure Functions
Overview
Azure Functions is a solution for easily running small pieces of code, or "functions," in the cloud. You can write just the code you need for the problem at hand, without worrying about a whole application or the infrastructure to run it. Azure Functions lets you develop serverless applications on Microsoft Azure.
Configuration
On the Azure integration page, ensure that the Azure Functions service is selected for metric collection.
Metrics
Name | Description | Tags |
---|---|---|
azure.sites.io.bytes_received | Data In | Instance, Name, Subscription, Region |
azure.sites.io.bytes_sent | Data Out | Instance, Name, Subscription, Region |
azure.sites.http.5xx | Http Server Errors | Instance, Name, Subscription, Region |
azure.sites.memory.working_set | Memory working set | Instance, Name, Subscription, Region |
azure.sites.memory.working_set.avg | Average memory working set | Instance, Name, Subscription, Region |
azure.sites.function_executions | Function execution count | Instance, Name, Subscription, Region |
azure.sites.private_bytes | Private Bytes | Instance, Name, Subscription, Region |
azure.sites.io.read_bytes | IO Read Bytes Per Second | Instance, Name, Subscription, Region |
azure.sites.io.write_bytes | IO Write Bytes Per Second | Instance, Name, Subscription, Region |
azure.sites.io.other_bytes | IO Other Bytes Per Second | Instance, Name, Subscription, Region |
azure.sites.io.read_ops | IO Read Operations Per Second | Instance, Name, Subscription, Region |
azure.sites.io.write_ops | IO Write Operations Per Second | Instance, Name, Subscription, Region |
azure.sites.io.other_ops | IO Other Operations Per Second | Instance, Name, Subscription, Region |
azure.sites.queued_requests | Requests In Application Queue | Instance, Name, Subscription, Region |
azure.sites.current_assemblies | Current Assemblies | Instance, Name, Subscription, Region |
azure.sites.app_domains | Total App Domains | Instance, Name, Subscription, Region |
azure.sites.app_domains.unloaded | Total App Domains Unloaded | Instance, Name, Subscription, Region |
azure.sites.collections.gen0 | Gen 0 Garbage Collections | Instance, Name, Subscription, Region |
azure.sites.collections.gen1 | Gen 1 Garbage Collections | Instance, Name, Subscription, Region |
azure.sites.collections.gen2 | Gen 2 Garbage Collections | Instance, Name, Subscription, Region |
Navigation Notice: When the APM Integrated Experience is enabled, AppOptics shares a common navigation and enhanced feature set with other integrated experience products. How you navigate AppOptics and access its features may vary from these instructions.