-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into nuget_packages_update_22140773
- Loading branch information
Showing
4 changed files
with
10 additions
and
12 deletions.
There are no files selected for viewing
9 changes: 7 additions & 2 deletions
9
...hecks/Composables/HealthCheckConstants.cs → ...tics.HealthChecks/HealthCheckConstants.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,19 @@ | ||
// Copyright (C) Microsoft Corporation. All rights reserved. | ||
|
||
namespace Microsoft.Omex.Extensions.Diagnostics.HealthChecks.Composables; | ||
namespace Microsoft.Omex.Extensions.Diagnostics.HealthChecks; | ||
|
||
/// <summary> | ||
/// A series of constants used by health checks. | ||
/// </summary> | ||
public static class HealthCheckConstants | ||
internal static class HealthCheckConstants | ||
{ | ||
/// <summary> | ||
/// The local service default host. | ||
/// </summary> | ||
public const string LocalServiceDefaultHost = "localhost"; | ||
|
||
/// <summary> | ||
/// The HTTP client logical name. | ||
/// </summary> | ||
public const string HttpClientLogicalName = "HttpEndpointHealthCheckHttpClient"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters