Skip to content

Conversation

@Tratcher
Copy link
Member

@Tratcher Tratcher commented Nov 7, 2023

null

Microsoft Reviewers: Open in CodeFlow

@Tratcher Tratcher added this to the 8.0-rtm milestone Nov 7, 2023
@Tratcher Tratcher self-assigned this Nov 7, 2023
var builder = WebApplication.CreateBuilder(args);

builder.Services.AddHealthChecks()
.AddResourceUtilizationHealthCheck(o =>
Copy link
Member

Choose a reason for hiding this comment

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

just curious, is 'o' just the convention in extensions land for the param going to these builder delegates? or it is meant to stand for something

Copy link
Member Author

Choose a reason for hiding this comment

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

It is shorthand for options.

Copy link
Member

@joperezr joperezr left a comment

Choose a reason for hiding this comment

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

LGTM. Let me know when ready to merge.

…sourceUtilization/README.md

Co-authored-by: Sébastien Ros <[email protected]>
@joperezr joperezr merged commit 484e07a into dotnet:release/8.0 Nov 7, 2023
@Tratcher Tratcher deleted the tratcher/readmes/health branch November 7, 2023 17:28
@github-actions github-actions bot locked and limited conversation to collaborators Dec 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants