Skip to content

Commit 7a5b18c

Browse files
committed
Fix another PR
1 parent 3baff78 commit 7a5b18c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,15 +157,13 @@ For the complete JSON structure, see the earlier [example host.json file](#sampl
157157
| --------- | --------- | --------- |
158158
| samplingSettings | n/a | See [applicationInsights.samplingSettings](#applicationinsightssamplingsettings). |
159159
| dependencyTrackingOptions | n/a | See [applicationInsights.dependencyTrackingOptions](#applicationinsightsdependencytrackingoptions). |
160-
| enableLiveMetrics | true | Enables live metrics collection. |
160+
| enableLiveMetrics | true | Enables live metrics collection. You can filter live metrics using [applicationInsights.samplingSettings.excludedTypes](#applicationinsightssamplingsettings), For more information, see see [Select and filter your metrics](../azure-monitor/app/live-stream.md#select-and-filter-your-metrics). |
161161
| enableDependencyTracking | true | Enables dependency tracking. |
162162
| enablePerformanceCountersCollection | true | Enables Kudu performance counters collection. |
163163
| liveMetricsInitializationDelay | 00:00:15 | For internal use only. |
164164
| httpAutoCollectionOptions | n/a | See [applicationInsights.httpAutoCollectionOptions](#applicationinsightshttpautocollectionoptions). |
165165
| snapshotConfiguration | n/a | See [applicationInsights.snapshotConfiguration](#applicationinsightssnapshotconfiguration). |
166166

167-
For For more information about enableLiveMetricsFilters, see [Select and filter your metrics](https://learn.microsoft.com/en-us/azure/azure-monitor/app/live-stream?tabs=otel#select-and-filter-your-metrics)
168-
169167
### applicationInsights.samplingSettings
170168

171169
For more information about these settings, see [Sampling in Application Insights](/azure/azure-monitor/app/sampling).

0 commit comments

Comments
 (0)