helix-bot commented on code in PR #2408:
URL: https://github.com/apache/helix/pull/2408#discussion_r1137505135
##########
helix-front/server/app.ts:
##########
@@ -7,10 +7,26 @@ import fs from 'fs';
import http from 'http';
import https from 'https';
import session from 'express-session';
+import appInsights from 'applicationinsights';
-import { SSL, SESSION_STORE } from './config';
+import { APP_INSIGHTS_CONNECTION_STRING, SSL, SESSION_STORE } from './config';
Review Comment:
> Important: On March 31st, 2025, support for instrumentation key ingestion
will end. Instrumentation key ingestion will continue to work, but we’ll no
longer provide updates or support for the feature. [Transition to connection
strings](https://docs.microsoft.com/en-us/azure/azure-monitor/app/migrate-from-instrumentation-keys-to-connection-strings)
to take advantage of [new
capabilities](https://docs.microsoft.com/en-us/azure/azure-monitor/app/migrate-from-instrumentation-keys-to-connection-strings#new-capabilities).
https://github.com/microsoft/ApplicationInsights-node.js#readme
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]