Skip to content

Commit 9d9c1b9

Browse files
committed
1 parent 514f4e7 commit 9d9c1b9

File tree

1 file changed

+0
-1
lines changed
  • spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/tracing

1 file changed

+0
-1
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/tracing/ZipkinAutoConfiguration.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ public BytesEncoder<Span> spanBytesEncoder() {
6262
@Bean
6363
@ConditionalOnMissingBean
6464
public Reporter<Span> spanReporter(Sender sender, BytesEncoder<Span> encoder) {
65-
// TODO MH: Calling close() drops spans, must be flush() and close()
6665
return AsyncReporter.builder(sender).build(encoder);
6766
}
6867

0 commit comments

Comments
 (0)