-
Notifications
You must be signed in to change notification settings - Fork 15
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
unable to capture grpc span for grpc smoke test app #277
Labels
Comments
something similar is happening when for test image:
but with latest published image:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If we run
GrpcSmokeTest
with latest app docker image in OTEL repo"ghcr.io/open-telemetry/java-test-containers:smoke-grpc-jdk$jdk-20210225.598590600"
test fail.They fail since expected spans are 2 but we are able to capture only 1 span.
Below are test logs:
Expected spans & once captured for current app test container image:
image:
"ghcr.io/open-telemetry/java-test-containers:smoke-grpc-jdk$jdk-20210129.520311770"
spans:
actual spans collected:
image:
"ghcr.io/open-telemetry/java-test-containers:smoke-grpc-jdk$jdk-20210225.598590600"
spans:
Steps to reproduce:
Replace
getTargetImage
version inGrpcSmokeTest
file with the second one and run locally.The text was updated successfully, but these errors were encountered: