tracer: move es transport to net/http + format

This commit is contained in:
cortze
2023-05-22 09:43:07 +02:00
parent bb92984dca
commit 42d2f4d7e4
3 changed files with 3 additions and 76 deletions
+1 -1
View File
@@ -645,7 +645,7 @@ func (trw *tracerWrapper) Trace(evt *pubsub_pb.TraceEvent) {
}
}
// check if there was any of the Iwant msgs
validIwant := len(iwant) > 0
validIwant := len(iwant) > 0
// trace the msgs if any of the flags was triggered
if validIhave || validIwant || validTopic {