| Interface and Description |
|---|
| com.microsoft.applicationinsights.web.internal.correlation.AppProfileFetcher
Replaced by
ApplicationIdResolver |
| Class and Description |
|---|
| com.microsoft.applicationinsights.web.internal.ApplicationInsightsHttpResponseWrapper |
| Method and Description |
|---|
| com.microsoft.applicationinsights.web.internal.correlation.TraceContextCorrelation.createChildIdFromTraceparentString(String) |
| com.microsoft.applicationinsights.web.internal.correlation.CdsProfileFetcher.fetchAppProfile(String)
Use
CdsProfileFetcher.fetchApplicationId(String, TelemetryConfiguration). This still works for now by calling fetchApplicationId(instrumentationKey, TelemetryConfiguration.getActive() |
| com.microsoft.applicationinsights.web.internal.correlation.InstrumentationKeyResolver.resolveInstrumentationKey(String) |
| com.microsoft.applicationinsights.web.internal.correlation.CdsProfileFetcher.setEndpointAddress(String)
Set endpoints using
TelemetryConfiguration.setConnectionString(String). |
| com.microsoft.applicationinsights.web.internal.correlation.InstrumentationKeyResolver.setProfileFetcher(AppProfileFetcher)
This method has no effect.
is no longer used. Replaced with ApplicationIdResolver |