Skip to content

Commit 9201265

Browse files
authored
Merge pull request #3 from c1tadel/master
Disable HTTP client demo
2 parents 14efc64 + 513aa0b commit 9201265

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/scorekeep/WebConfig.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ private static String getApplicationName() {
8484
span2.end();
8585
span4.end();
8686

87-
//Demo 3p library support
87+
//Demo 3p library support - Disabled pending https://github.com/open-telemetry/opentelemetry-java/issues/671
88+
/*
8889
opTracer.withSpan(span);
8990
io.opentracing.Tracer tracer = TraceShim.createTracerShim();
9091
GlobalTracer.registerIfAbsent(tracer);
@@ -97,6 +98,7 @@ private static String getApplicationName() {
9798
} catch (IOException e) {
9899
logger.error("Can't execute demo HTTP call!", e);
99100
}
101+
*/
100102

101103
span.end();
102104
}

0 commit comments

Comments
 (0)