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

GA sampling overrides #3463

Merged
merged 28 commits into from
Feb 26, 2024
Merged

GA sampling overrides #3463

merged 28 commits into from
Feb 26, 2024

Conversation

heyams
Copy link
Contributor

@heyams heyams commented Dec 19, 2023

Fix #3433

Copy link
Member

@trask trask left a comment

Choose a reason for hiding this comment

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

can you move the exception related smoke tests over to #3555?

@heyams heyams requested a review from trask February 26, 2024 19:29
@@ -45,7 +45,7 @@ public void start() {
this.etwProvider.writeEvent(event);
} catch (LinkageError | ApplicationInsightsEtwException e) {
String message = "EtwProvider failed to initialize.";
LoggerFactory.getLogger(DiagnosticsHelper.DIAGNOSTICS_LOGGER_NAME).error(message, e);
LoggerFactory.getLogger(DiagnosticsHelper.DIAGNOSTICS_LOGGER_NAME).debug(message, e);
Copy link
Member

Choose a reason for hiding this comment

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

👍

@heyams heyams merged commit 377bd98 into main Feb 26, 2024
85 checks passed
@heyams heyams deleted the heya/ga-sampling-override branch February 26, 2024 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

General Availability target for sampling overrides
2 participants