Skip to content

Commit 0bb8ced

Browse files
authored
1 parent 8f5f9e8 commit 0bb8ced

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inferred-spans/src/main/java/io/opentelemetry/contrib/inferredspans/InferredSpans.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public static boolean isEnabled() {
4242
*
4343
* @param interval the new profiler interval
4444
*/
45+
@Nullable
4546
public static Duration setProfilerInterval(Duration interval) {
4647
InferredSpansProcessor p = instance;
4748
if (p != null) {

0 commit comments

Comments
 (0)