microsoft / ApplicationInsights-node.js

Microsoft Application Insights SDK for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Display console kogs

olawalejuwonm opened this issue · comments

Can this insight display console.logs from the application?

@olawalejuwonm Yes, absolutely. You can use the .setAutoCollectConsole(true, true) configuration option to receive logs telemetry from your console.log statements. Note that by default, the SDK will only collect winston and bunyan third-party logs, so make sure to set the configuration option mentioned above.

@olawalejuwonm I invite you to read our software license for the SDK here: https://github.com/microsoft/ApplicationInsights-node.js/blob/develop/LICENSE.

If you're looking to collect output telemetry from the SDK in Azure and want to determine pricing structure, that information is available here: https://azure.microsoft.com/en-us/pricing/details/monitor/.