You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/monitor/azure-monitor-opentelemetry-autoconfigure/src/main/java/com/azure/monitor/opentelemetry/autoconfigure/AzureMonitorAutoConfigure.java
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -47,10 +47,10 @@ public static void customize(AutoConfigurationCustomizer autoConfigurationCustom
47
47
/**
48
48
* Customizes an {@link AutoConfigurationCustomizer} for Azure Monitor.
49
49
* @param autoConfigurationCustomizer the {@link AutoConfigurationCustomizer} object.
50
-
* @param exporterOptions Advanced configuration to send the data to Azure Monitor.
50
+
* @param autoConfigureOptions Advanced configuration to send the data to Azure Monitor.
0 commit comments