Skip to content

Commit 032bb02

Browse files
Collin StevensGlenn Gailey
authored andcommitted
Update sampling telemetry note for excludedTypes
The note incorrectly states "Log sampling may cause some executions to not show up in the Application Insights monitor blade. To avoid log sampling, add samplingExcludedTypes: "Request" to the applicationInsights value.". The property table below shows "excludedTypes" under the "samplingSettings" value, not "samplingExcludedTypes" under the "applicationInsights" value. The note should read "Log sampling may cause some executions to not show up in the Application Insights monitor blade. To avoid log sampling, add excludedTypes: "Request" to the samplingSettings value.".
1 parent ffe9833 commit 032bb02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-host-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Controls options for Application Insights, including [sampling options](./functi
136136
For the complete JSON structure, see the earlier [example host.json file](#sample-hostjson-file).
137137

138138
> [!NOTE]
139-
> Log sampling may cause some executions to not show up in the Application Insights monitor blade. To avoid log sampling, add `samplingExcludedTypes: "Request"` to the `applicationInsights` value.
139+
> Log sampling may cause some executions to not show up in the Application Insights monitor blade. To avoid log sampling, add `excludedTypes: "Request"` to the `samplingSettings` value.
140140
141141
| Property | Default | Description |
142142
| --------- | --------- | --------- |

0 commit comments

Comments
 (0)