- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Azure Functions는 복잡한 오케스트레이션 문제도 해결할 수 있는 이벤트 기반 서버리스 컴퓨팅 플랫폼입니다. 추가 설정 없이 로컬에서 빌드 및 디버깅하고, 클라우드에서 대규모로 배포 및 운영하며, 트리거 및 바인딩을 사용하여 서비스를 통합할 수 있습니다.
Azure Functions에서 메트릭을 가져오면 다음을 수행할 수 있습니다.
아직 설정하지 않았다면, 먼저 Microsoft Azure 통합을 설정하세요. 그 외 다른 설치 단계는 없습니다.
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 |
Azure Functions 통합에는 이벤트가 포함되지 않습니다.
Azure Functions 통합에는 서비스 점검이 포함되지 않습니다.
도움이 필요하신가요? Datadog 지원팀에 문의하세요.