We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2204989 commit 5aadc68Copy full SHA for 5aadc68
test/smoke/testApps/SpringBootTest/src/main/resources/application.properties
@@ -1,6 +1,5 @@
1
spring.application.name=SpringBootTest
2
-azure.application-insights.channel.in-process.endpoint-address=http://fakeingestion:60606/v2/track
3
-azure.application-insights.instrumentation-key=00000000-0000-0000-0000-cba987654321
+azure.application-insights.connection-string=InstrumentationKey=00000000-0000-0000-0000-cba987654321;IngestionEndpoint=http://fakeingestion:60606
4
azure.application-insights.logger.level=TRACE
5
azure.application-insights.default-modules.ProcessPerformanceCountersModule.enabled=false
6
azure.application-insights.default-modules.JvmPerformanceCountersModule.enabled=false
0 commit comments