Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 745 Bytes

functions-host-json-aggregator.md

File metadata and controls

28 lines (24 loc) · 745 Bytes
title description author ms.service ms.topic ms.date ms.author ms.custom
include file
include file
ggailey777
azure-functions
include
10/19/2018
glenga
include file

Specifies how many function invocations are aggregated when calculating metrics for Application Insights.

{
    "aggregator": {
        "batchSize": 1000,
        "flushTimeout": "00:00:30"
    }
}
Property Default Description
batchSize 1000 Maximum number of requests to aggregate.
flushTimeout 00:00:30 Maximum time period to aggregate.

Function invocations are aggregated when the first of the two limits are reached.