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

Add client-side experiment for NPD Health Monitoring config #525

Merged
merged 2 commits into from
Jan 7, 2025
Merged

Conversation

jessieqliu
Copy link
Contributor

No description provided.

@jessieqliu
Copy link
Contributor Author

/gcbrun

1 similar comment
@jessieqliu
Copy link
Contributor Author

/gcbrun

@@ -129,8 +129,15 @@ func NewRunner(ctx context.Context, cdClient *containerd.Client, token oauth2.To
return nil, err
}

if err := enableMonitoring(launchSpec.MonitoringEnabled, logger); err != nil {
return nil, err
if launchSpec.MonitoringEnabled == spec.All && !launchSpec.Experiments.EnableHealthMonitoring {
Copy link
Contributor

Choose a reason for hiding this comment

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

This is a new flag EnableHealthMonitoring? It it part of the experiment binary yet?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, I had Josh build a new binary this morning and am working on testing it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

image
Experiment is working in allowlisted project

@jessieqliu
Copy link
Contributor Author

/gcbrun

@jessieqliu jessieqliu requested a review from jkl73 January 7, 2025 20:34
@jkl73 jkl73 merged commit f667d4e into main Jan 7, 2025
13 checks passed
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.

2 participants