We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14efc64 + 513aa0b commit 9201265Copy full SHA for 9201265
src/main/java/scorekeep/WebConfig.java
@@ -84,7 +84,8 @@ private static String getApplicationName() {
84
span2.end();
85
span4.end();
86
87
- //Demo 3p library support
+ //Demo 3p library support - Disabled pending https://github.com/open-telemetry/opentelemetry-java/issues/671
88
+ /*
89
opTracer.withSpan(span);
90
io.opentracing.Tracer tracer = TraceShim.createTracerShim();
91
GlobalTracer.registerIfAbsent(tracer);
@@ -97,6 +98,7 @@ private static String getApplicationName() {
97
98
} catch (IOException e) {
99
logger.error("Can't execute demo HTTP call!", e);
100
}
101
+ */
102
103
span.end();
104
0 commit comments