Skip to content

Commit 26e4e73

Browse files
committed
fix rebase
1 parent 9cbf610 commit 26e4e73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

instrumentation-api-incubator/src/main/java/io/opentelemetry/instrumentation/api/incubator/semconv/db/SqlClientAttributesGetter.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
package io.opentelemetry.instrumentation.api.incubator.semconv.db;
77

8+
import javax.annotation.Nullable;
89
import java.util.Collection;
910
import java.util.Collections;
1011
import java.util.Map;
@@ -33,6 +34,7 @@ public interface SqlClientAttributesGetter<REQUEST, RESPONSE>
3334
Collection<String> getRawQueryTexts(REQUEST request);
3435

3536
// TODO: make this required to implement
37+
@Nullable
3638
default Long getBatchSize(REQUEST request) {
3739
return null;
3840
}

0 commit comments

Comments
 (0)