Skip to content

Commit ed9c8e4

Browse files
authored
Merge pull request #37663 from markwolff/patch-1
Update live-stream.md
2 parents 4bb97e7 + fd67b86 commit ed9c8e4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/azure-monitor/app/live-stream.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,13 @@ If you want to monitor a particular server role instance, you can filter by serv
102102
![Sampled live failures](./media/live-stream/live-stream-filter.png)
103103

104104
## SDK Requirements
105+
106+
### .NET
105107
Custom Live Metrics Stream is available with version 2.4.0-beta2 or newer of [Application Insights SDK for web](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Web/). Remember to select "Include Prerelease" option from NuGet package manager.
106108

109+
### Node.js
110+
Live Metrics Stream is available with version 1.3.0 or newer of the [Application Insights SDK for Node.JS](https://npmjs.com/package/applicationinsights). Remember to use `setSendLiveMetrics(true)` while configuring the SDK in your code.
111+
107112
## Secure the control channel
108113
The custom filters criteria you specify are sent back to the Live Metrics component in the Application Insights SDK. The filters could potentially contain sensitive information such as customerIDs. You can make the channel secure with a secret API key in addition to the instrumentation key.
109114
### Create an API Key

0 commit comments

Comments
 (0)