Skip to content
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

Remove zipkin from otel collector smoke test config #3953

Merged
merged 2 commits into from
Aug 25, 2021
Merged

Remove zipkin from otel collector smoke test config #3953

merged 2 commits into from
Aug 25, 2021

Conversation

trask
Copy link
Member

@trask trask commented Aug 25, 2021

The examples build just started failing due to open-telemetry/opentelemetry-collector#3889

@@ -44,7 +44,8 @@ protected void startEnvironment() {
backend.start();

collector =
new GenericContainer<>(DockerImageName.parse("otel/opentelemetry-collector-dev:latest"))
new GenericContainer<>(
DockerImageName.parse("otel/opentelemetry-collector-contrib-dev:latest"))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we switch to contrib, which continues to have zipkin, then why do we remove zipkin? :)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah, when fixing the examples failure, I noticed that we didn't need zipkin in there, so removed it

but smoke tests need the zipkin receiver for the zipkin exporter test, so switched to contrib

I'm going to merge to unblock other PRs, but I can bring back zipkin in the examples and switch that to contrib if you prefer

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A, I now see what is happening. No need, current state is good.

@trask trask merged commit 99de444 into open-telemetry:main Aug 25, 2021
@trask trask deleted the fix-examples-build branch August 25, 2021 19:17
trask added a commit that referenced this pull request Aug 27, 2021
* Remove zipkin from otel collector smoke test config

* Smoke tests too
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants