Microsoft Azure Functions

Información general

Azure Functions es una plataforma de computación sin servidor basada en eventos que también puede resolver problemas complejos de orquestación. Crea y depura localmente sin configuración adicional, despliega y opera a escala en la nube e integra servicios mediante activadores y enlaces.

Obtén métricas de Azure Functions para:

  • Visualizar el rendimiento y la utilización de tu función
  • Correlacionar el rendimiento de tu Azure Functions con el resto de tus aplicaciones

Configuración

Instalación

Si aún no lo has hecho, primero configura la integración Microsoft Azure. No es necesario realizar ningún otro paso de instalación.

Datos recopilados

Métricas

azure.functions.average_memory_working_set
(gauge)
Average memory working set
Shown as byte
azure.functions.average_response_time
(gauge)
The average time taken for the app to serve requests, in seconds.
Shown as second
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.function_execution_units.max
(count)
Maximum Function Execution Units (Max Aggregated)
azure.functions.gen_0_garbage_collections
(gauge)
Gen 0 Garbage Collections
azure.functions.gen_1_garbage_collections
(gauge)
Gen 1 Garbage Collections
azure.functions.gen_2_garbage_collections
(gauge)
Gen 2 Garbage Collections
azure.functions.handle_count
(count)
Handle Count
azure.functions.http101
(count)
The count of requests resulting in an HTTP status code 101.
azure.functions.http2xx
(count)
The count of requests resulting in an HTTP status code = 200 but < 300.
azure.functions.http3xx
(count)
The count of requests resulting in an HTTP status code = 300 but < 400.
azure.functions.http401
(count)
The count of requests resulting in HTTP 401 status code.
azure.functions.http403
(count)
The count of requests resulting in HTTP 403 status code.
azure.functions.http404
(count)
The count of requests resulting in HTTP 404 status code.
azure.functions.http406
(count)
The count of requests resulting in HTTP 406 status code.
azure.functions.http4xx
(count)
The count of requests resulting in an HTTP status code = 400 but < 500.
azure.functions.http5xx
(count)
Http Server Errors
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
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
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
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
azure.functions.total_app_domains
(gauge)
Total App Domains
azure.functions.total_app_domains_unloaded
(gauge)
Total App Domains Unloaded
azure.functions.cpu_time
(count)
The amount of CPU consumed by the app, in seconds
Shown as second
azure.functions.file_system_usage
(gauge)
Percentage of filesystem quota consumed by the app.
Shown as byte
azure.functions.health_check_status
(gauge)
Health check status.
azure.functions.response_time
(gauge)
The time taken for the app to serve requests, in seconds.
Shown as second
azure.functions.requests
(count)
The total number of requests regardless of their resulting HTTP status code.
azure.functions.count
(gauge)
The count of azure functions resources

Eventos

La integración Azure Functions no incluye ningún evento.

Checks de servicios

La integración Azure Functions no incluye ningún check de servicio.

Resolución de problemas

¿Necesitas ayuda? Ponte en contacto con el servicio de asistencia de Datadog.