Skip to content

Files

Latest commit

5ee412c · Oct 30, 2018

History

History
30 lines (26 loc) · 776 Bytes

functions-host-json-aggregator.md

File metadata and controls

30 lines (26 loc) · 776 Bytes
title description services author manager ms.service ms.topic ms.date ms.author ms.custom
include file
include file
functions
ggailey777
jeconnoc
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.