Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 688 Bytes

functions-host-json-applicationinsights.md

File metadata and controls

30 lines (27 loc) · 688 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

Controls the sampling feature in Application Insights.

{
    "applicationInsights": {
        "sampling": {
          "isEnabled": true,
          "maxTelemetryItemsPerSecond" : 5
        }
    }
}
Property Default Description
isEnabled true Enables or disables sampling.
maxTelemetryItemsPerSecond 5 The threshold at which sampling begins.