-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quarkus 3.10 issue with OpenTelemetry? #42087
Comments
cc @brunobat |
there are other tracing related errors, such as -> https://prow.knative.dev/view/gs/knative-prow/pr-logs/pull/knative-extensions_eventing-kafka-broker/3872/reconciler-tests_eventing-kafka-broker_main/1815775631011483648 all w/ the bump to 3.10 |
looking into it |
@matzew what are the 3 traces that you are expecting on that test, here: |
Hello @brunobat! Thanks for looking the following is what I get w/ the
See: https://github.com/knative-extensions/eventing-kafka-broker/blob/main/data-plane/pom.xml#L64 and the version of telemetry -> https://github.com/knative-extensions/eventing-kafka-broker/blob/main/data-plane/pom.xml#L49 |
I see this here too, and I think it is just when I use the vertx-opentelemetry version 4.5.x: But not yet exactly sure, on what's the diff between 4.4.7 and 4.5.7 (which is what our core is based on, via quarkus) |
@brunobat any idea on this? With this regard, I also saw this in vertx: https://github.com/quarkusio/quarkus/blob/089a116ab626f320a8cb8854c406e0cacc534d38/extensions/opentelemetry/runtime/src/main/java/io/quarkus/opentelemetry/runtime/tracing/intrumentation/vertx/OpenTelemetryVertxTracer.java but also not entirely sure if that could be used by us, and we could migrate off of the |
@matzew I'm not sure about the scope of this issue anymore.
In order to understand what's going on, we need to understand what are the contents of the span that's missing. |
Describe the bug
We get a unti test failure when trying to bump to Quarkus 3.10 (from 3.8).
Expected behavior
Like in 3.8 and its telemetry libray no issue
Actual behavior
Test fails...
How to Reproduce?
IDEA
data-plane
projectReceiverVerticleTracingLoomImplTest
test in the IDEAOutput of
uname -a
orver
Fedora
Output of
java -version
21 (prow) and 22 (my fedora)
Quarkus version or git rev
3.10.2
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
The error:
The text was updated successfully, but these errors were encountered: