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

Update smoke tests and fix Kafka running locally #2460

Merged
merged 15 commits into from
Aug 24, 2022
Merged

Conversation

trask
Copy link
Member

@trask trask commented Aug 23, 2022

No description provided.

@@ -192,7 +192,7 @@ public static class Instrumentation {

public EnabledByDefaultInstrumentation azureSdk = new EnabledByDefaultInstrumentation();
public EnabledByDefaultInstrumentation cassandra = new EnabledByDefaultInstrumentation();
public EnabledByDefaultInstrumentation jdbc = new EnabledByDefaultInstrumentation();
public JdbcInstrumentation jdbc = new JdbcInstrumentation();
Copy link
Member

Choose a reason for hiding this comment

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

It seems possible to make the fields final. It may be converted into constants and the Instrumentation class could be an interface or the class could own a private constructor.

Copy link
Member Author

Choose a reason for hiding this comment

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

sorry, this code change is part of #2453, this PR is built on top of that one, and I forgot to set the target branch for it to reflect, will rebase this PR after that one is approved/merged

@trask trask changed the base branch from main to update-otel August 23, 2022 16:11
Base automatically changed from update-otel to main August 23, 2022 22:10
@trask trask merged commit a1c2726 into main Aug 24, 2022
@trask trask deleted the update-smoke-tests branch August 24, 2022 02:22
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