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

Expose AddTcpEndpointProbe #4892

Merged
merged 3 commits into from
Jan 20, 2024
Merged

Expose AddTcpEndpointProbe #4892

merged 3 commits into from
Jan 20, 2024

Conversation

joegoldman2
Copy link
Contributor

@joegoldman2 joegoldman2 commented Jan 19, 2024

Fixes #4879.

Microsoft Reviewers: Open in CodeFlow

@ghost ghost assigned joegoldman2 Jan 19, 2024
Copy link
Member

@geeknoid geeknoid left a comment

Choose a reason for hiding this comment

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

Change looks good, but let's rename the types and files please:

TcpEndpointProbesExtensions
TcpEndpointProbesService
TcpEndpointProbesOptions
TcpEndpointProbesOptionsValidator

The origin of this code had a different naming convention and use case. When we ported the code to dotnet/extensions, we only bothered renaming the public symbols. But now that you're making private stuff public, those should be renamed as well.

@joegoldman2
Copy link
Contributor Author

I renamed all the files and types as requested.

@joegoldman2 joegoldman2 changed the title Expose AddTcpEndpointHealthCheck Expose AddTcpEndpointProbe Jan 20, 2024
Copy link
Member

@geeknoid geeknoid left a comment

Choose a reason for hiding this comment

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

Thanks for pitching in!

@geeknoid geeknoid merged commit 62c78ee into dotnet:main Jan 20, 2024
6 checks passed
@ghost ghost added this to the 8.1 milestone Jan 20, 2024
@joegoldman2 joegoldman2 deleted the expose-tcp-health branch January 20, 2024 18:34
@github-actions github-actions bot locked and limited conversation to collaborators Feb 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[API Proposal]: Expose AddTcpEndpointHealthCheck
2 participants