diff --git a/sdk/monitor/azure-monitor-opentelemetry-exporter/src/main/java/com/azure/monitor/opentelemetry/exporter/implementation/logging/NetworkFriendlyExceptions.java b/sdk/monitor/azure-monitor-opentelemetry-exporter/src/main/java/com/azure/monitor/opentelemetry/exporter/implementation/logging/NetworkFriendlyExceptions.java index 7713d5c9fc010..f92fb58c65f0f 100644 --- a/sdk/monitor/azure-monitor-opentelemetry-exporter/src/main/java/com/azure/monitor/opentelemetry/exporter/implementation/logging/NetworkFriendlyExceptions.java +++ b/sdk/monitor/azure-monitor-opentelemetry-exporter/src/main/java/com/azure/monitor/opentelemetry/exporter/implementation/logging/NetworkFriendlyExceptions.java @@ -91,7 +91,7 @@ private static boolean hasCausedByOfType(Throwable throwable, Class type) { } private static String getFriendlyExceptionBanner(String url) { - return "Application Insights Java failed to connect to " + url; + return "Failed to connect to " + url; } private static String populateFriendlyMessage(String description, String action, String banner, String note) {