Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate Azure AppInsights agent to the Front-End UI #9

Open
ezYakaEagle442 opened this issue Feb 7, 2023 · 1 comment
Open

Integrate Azure AppInsights agent to the Front-End UI #9

ezYakaEagle442 opened this issue Feb 7, 2023 · 1 comment

Comments

@ezYakaEagle442
Copy link

Use latest
See docs at https://learn.microsoft.com/en-us/azure/azure-monitor/app/opentelemetry-enable?tabs=nodejs-typescript

@thegovind

@ezYakaEagle442
Copy link
Author

@thegovind regarding the above doc, does t means that there is no need/way to use applicationinsights-agent-3.x.z.jar file
and that you need to code using the client libraries provided in the above doc link ?

If not, shall I define in Bicep :
param applicationInsightsAgentJarFilePath string = '/my-project/applicationinsights-agent-3.4.9.jar' or is it located at '/app/applicationinsights-agent-3.4.9.jar' ?

Also what command shall I define in Bicep/ACA : node or yarn ?

'node', 'server.js', '-nodeagent:${applicationInsightsAgentJarFilePath}'
'yarn', 'start', '-nodegent:${applicationInsightsAgentJarFilePath}'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant