Skip to content

Commit ff80189

Browse files
committed
Update to use connection string
1 parent 331ea82 commit ff80189

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/smoke/testApps/MongoDB/src/main/resources/ApplicationInsights.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<!-- The key from the portal: -->
55

6-
<InstrumentationKey>00000000-0000-0000-0000-0FEEDDADBEEF</InstrumentationKey>
6+
<ConnectionString>InstrumentationKey=00000000-0000-0000-0000-0FEEDDADBEEF;IngestionEndpoint=http://fakeingestion:60606</ConnectionString>
77

88
<SDKLogger type="CONSOLE">
99
<enabled>true</enabled>
@@ -33,7 +33,6 @@
3333
</TelemetryInitializers>
3434

3535
<Channel>
36-
<EndpointAddress>http://fakeingestion:60606/v2/track</EndpointAddress>
3736
<DeveloperMode>true</DeveloperMode>
3837
<FlushIntervalInSeconds>1</FlushIntervalInSeconds>
3938
</Channel>

0 commit comments

Comments
 (0)