Azure Functions is an event-driven serverless compute platform that can also solve complex orchestration problems. Build and debug locally without additional setup, deploy and operate at scale in the cloud, and integrate services using triggers and bindings.
Get metrics from Azure Functions to:
If you haven’t already, set up the Microsoft Azure integration first. There are no other installation steps.
azure.functions.average_memory_working_set (gauge) | Average memory working set Shown as byte |
azure.functions.bytes_received (gauge) | Data In Shown as byte |
azure.functions.bytes_sent (gauge) | Data Out Shown as byte |
azure.functions.connections (gauge) | Connections Shown as connection |
azure.functions.current_assemblies (gauge) | Current Assemblies |
azure.functions.function_execution_count (count) | Function Execution Count |
azure.functions.function_execution_units (count) | Function Execution Units |
azure.functions.gen_0_garbage_collections (gauge) | Gen 0 Garbage Collections Shown as garbage collection |
azure.functions.gen_1_garbage_collections (gauge) | Gen 1 Garbage Collections Shown as garbage collection |
azure.functions.gen_2_garbage_collections (gauge) | Gen 2 Garbage Collections Shown as garbage collection |
azure.functions.handle_count (count) | Handle Count |
azure.functions.http5xx (count) | Http Server Errors Shown as error |
azure.functions.io_other_bytes_per_second (rate) | IO Other Bytes Per Second Shown as byte |
azure.functions.io_other_operations_per_second (rate) | IO Other Operations Per Second Shown as operation |
azure.functions.io_read_bytes_per_second (rate) | IO Read Bytes Per Second Shown as byte |
azure.functions.io_read_operations_per_second (rate) | IO Read Operations Per Second Shown as operation |
azure.functions.io_write_bytes_per_second (rate) | IO Write Bytes Per Second Shown as byte |
azure.functions.io_write_operations_per_second (rate) | IO Write Operations Per Second Shown as operation |
azure.functions.memory_working_set (gauge) | Memory working set Shown as byte |
azure.functions.private_bytes (gauge) | Private Bytes Shown as byte |
azure.functions.requests_in_application_queue (count) | Requests In Application Queue Shown as request |
azure.functions.thread_count (count) | Thread Count Shown as thread |
azure.functions.total_app_domains (gauge) | Total App Domains |
azure.functions.total_app_domains_unloaded (gauge) | Total App Domains Unloaded |
The Azure Functions integration does not include any events.
The Azure Functions integration does not include any service checks.
Need help? Contact Datadog support.
On this Page