azureazure-application-insightsnode-red

How to integrate Azure App Insight into Node-Red?


I want to collect some metrics from my Node-Red application using Azure App insight. I have already configured App functions and insight in Azure Resource Groups. I installed this library into my Node-Red application but I don't know how to use it and also I cannot find any guideline for that? Please let me know how can I properly integrate App insight into my Node-Red application? Thank you!


Solution

  • functionGlobalContext: {
        //Configure AppInsights
    },
    

    I have taken references from NodeJS SDK

    enter image description here

    enter image description here enter image description here