Makes it possible to supply an https zipkin endpoint
This commit is contained in:
@@ -35,7 +35,7 @@ public class IntegrationTestZipkinSpanReporter implements ZipkinSpanReporter {
|
||||
|
||||
@Override
|
||||
public void report(Span span) {
|
||||
log.info(span);
|
||||
log.debug(span);
|
||||
hashedSpans.add(span);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user