You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Relax for Java: some client spans may not carry faas.name
49
54
clientBase=baseQueryServiceOnly
50
55
}
51
-
clientQuery:=clientBase+" AND JaegerTag.span@kind:client"
56
+
varclientQuerystring
57
+
ifisRuby {
58
+
clientQuery=clientBase+" AND (JaegerTag.span@kind:client OR (JaegerTag.span@kind:internal AND JaegerTag.otel@scope@name:\"OpenTelemetry::Instrumentation::Net::HTTP\"))"
59
+
} else {
60
+
clientQuery=clientBase+" AND JaegerTag.span@kind:client"
61
+
}
52
62
e2eLogger.Infof("Querying for client spans: %s", clientQuery)
0 commit comments