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 2dbf589 commit 88b58ecCopy full SHA for 88b58ec
1 file changed
featuremanagement/azuremonitor/_send_telemetry.py
@@ -37,7 +37,7 @@ def _initialize_event_logger() -> None:
37
38
if not HAS_OPENTELEMETRY_LOGGING:
39
logger.warning(
40
- "OpenTelemetry logging handler is not installed. Telemetry will not be sent to Application Insights."
+ "OpenTelemetry logging handler is not installed. Telemetry will not be sent."
41
)
42
return
43
0 commit comments