-
Notifications
You must be signed in to change notification settings - Fork 36
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
gRPC and SSE coverage for OpenTelemetry #999
Conversation
cd29801
to
16519f3
Compare
@QuarkusScenario | ||
public class OpenTelemetryGrpcIT { | ||
|
||
@JaegerContainer(useOtlpCollector = true, image = "quay.io/jaegertracing/all-in-one:1.41.0") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess I should drop quay.io/jaegertracing/all-in-one:1.41.0
occurrences and update the default in framework.
Waiting till the review is done and CI run finished.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI passed, can we have this in framework too?
We can update this after framework with version bump is released - or we can hold this MR up until framework is released.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My PR worked with both versions, we can merge. I will handle version bump in the FW by the end of the week.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Besides the call to be made, this can be merged. Thanks for update.
@QuarkusScenario | ||
public class OpenTelemetryGrpcIT { | ||
|
||
@JaegerContainer(useOtlpCollector = true, image = "quay.io/jaegertracing/all-in-one:1.41.0") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI passed, can we have this in framework too?
We can update this after framework with version bump is released - or we can hold this MR up until framework is released.
16519f3
to
f327c60
Compare
|
gRPC and SSE coverage for OpenTelemetry
Partial port of the coverage from https://github.com/quarkus-qe/quarkus-test-suite/tree/main/monitoring/opentracing-reactive-grpc + small rework.
run tests
phrase in comment)Checklist: