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 331ea82 commit ff80189Copy full SHA for ff80189
test/smoke/testApps/MongoDB/src/main/resources/ApplicationInsights.xml
@@ -3,7 +3,7 @@
3
4
<!-- The key from the portal: -->
5
6
- <InstrumentationKey>00000000-0000-0000-0000-0FEEDDADBEEF</InstrumentationKey>
+ <ConnectionString>InstrumentationKey=00000000-0000-0000-0000-0FEEDDADBEEF;IngestionEndpoint=http://fakeingestion:60606</ConnectionString>
7
8
<SDKLogger type="CONSOLE">
9
<enabled>true</enabled>
@@ -33,7 +33,6 @@
33
</TelemetryInitializers>
34
35
<Channel>
36
- <EndpointAddress>http://fakeingestion:60606/v2/track</EndpointAddress>
37
<DeveloperMode>true</DeveloperMode>
38
<FlushIntervalInSeconds>1</FlushIntervalInSeconds>
39
</Channel>
0 commit comments