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: exporters/otlp/all/src/main/java/io/opentelemetry/exporter/otlp/http/logs/OtlpHttpLogRecordExporterBuilder.java
+5-1
Original file line number
Diff line number
Diff line change
@@ -225,7 +225,11 @@ public OtlpHttpLogRecordExporterBuilder setMemoryMode(MemoryMode memoryMode) {
225
225
returnthis;
226
226
}
227
227
228
-
/** Set the {@link ClassLoader} used to load the sender API. */
228
+
/**
229
+
* Set the {@link ClassLoader} used to load the sender API.
Copy file name to clipboardexpand all lines: exporters/otlp/all/src/main/java/io/opentelemetry/exporter/otlp/http/metrics/OtlpHttpMetricExporterBuilder.java
+5-1
Original file line number
Diff line number
Diff line change
@@ -253,7 +253,11 @@ public OtlpHttpMetricExporterBuilder setMemoryMode(MemoryMode memoryMode) {
253
253
returnthis;
254
254
}
255
255
256
-
/** Set the {@link ClassLoader} used to load the sender API. */
256
+
/**
257
+
* Set the {@link ClassLoader} used to load the sender API.
Copy file name to clipboardexpand all lines: exporters/otlp/all/src/main/java/io/opentelemetry/exporter/otlp/http/trace/OtlpHttpSpanExporterBuilder.java
+5-1
Original file line number
Diff line number
Diff line change
@@ -226,7 +226,11 @@ public OtlpHttpSpanExporterBuilder setMemoryMode(MemoryMode memoryMode) {
226
226
returnthis;
227
227
}
228
228
229
-
/** Set the {@link ClassLoader} used to load the sender API. */
229
+
/**
230
+
* Set the {@link ClassLoader} used to load the sender API.
Copy file name to clipboardexpand all lines: exporters/otlp/all/src/main/java/io/opentelemetry/exporter/otlp/logs/OtlpGrpcLogRecordExporterBuilder.java
+5-1
Original file line number
Diff line number
Diff line change
@@ -258,7 +258,11 @@ public OtlpGrpcLogRecordExporterBuilder setMemoryMode(MemoryMode memoryMode) {
258
258
returnthis;
259
259
}
260
260
261
-
/** Set the {@link ClassLoader} used to load the sender API. */
261
+
/**
262
+
* Set the {@link ClassLoader} used to load the sender API.
Copy file name to clipboardexpand all lines: exporters/otlp/all/src/main/java/io/opentelemetry/exporter/otlp/metrics/OtlpGrpcMetricExporterBuilder.java
+5-1
Original file line number
Diff line number
Diff line change
@@ -286,7 +286,11 @@ public OtlpGrpcMetricExporterBuilder setMemoryMode(MemoryMode memoryMode) {
286
286
returnthis;
287
287
}
288
288
289
-
/** Set the {@link ClassLoader} used to load the sender API. */
289
+
/**
290
+
* Set the {@link ClassLoader} used to load the sender API.
0 commit comments