issues Search Results · repo:aspnet/Diagnostics language:C#
Filter by
218 results
(63 ms)218 results
inaspnet/Diagnostics (press backspace or delete to remove)In preview1, I could register health checks like this:
services.AddHealthChecks();
services.AddSingleton IHealthCheck, MyHealthCheck ();
In preview3, my health check is no longer created and executed ...
question
- ThomasArdal
- 2
- Opened on Nov 6, 2018
- #526
Hello!. My name is Carlos and I am a core team member of Beatpulse.
I would like to suggest adding a default json response writer inside HealtChecks package because retrieving the health
check report ...
investigate
wontfix
- CarlosLanderas
- 2
- Opened on Nov 1, 2018
- #523
Hi guys,
You will get an ArgumentNullException when creating your own HealthCheck handler without setting something to its Name
property:
Microsoft.AspNetCore.Server.Kestrel:Error: Connection id 0HLHTL2OE18LU ...
invalid
- andrecarlucci
- 2
- Opened on Oct 29, 2018
- #519
With Preview2 we implemented several health checks. Some were really cheap to execute and others were a bit more
expensive. Services are running in a Kubernetes cluster and the health check endpoints are ...
wontfix
- alecor191
- 3
- Opened on Oct 27, 2018
- #515
It appears it is not possible to have multiple paths that use the same custom port number (which is likely
unintentional). For example:
app.UseHealthChecks( /health/live , port: 9999);
app.UseHealthChecks( ...
3 - Done
bug
- herrirya
- 2
- Opened on Oct 26, 2018
- #514
I m still not totally happy with the design of health status. We should review this again and see if it s meeting all of
our goals.
Design points:
- app developers want to control the status reported ...
3 - Done
enhancement
PRI: 1 - Required
- rynowak
- 8
- Opened on Oct 24, 2018
- #513
In preview 2 I was able to use
app.UseHealthChecks( /health );
app.UseHealthChecks( /health/detail , new HealthCheckOptions()
{
// This custom writer formats the ...
- steveoh
- 3
- Opened on Oct 24, 2018
- #512
I m not sure if this is even supposed to work, but it s just something I noticed while I was exploring the health checks
feature. In my ConfigureServices I have the following:
services.AddHealthChecks() ...
3 - Done
bug
PRI: 0 - Critical
- jmezach
- 4
- Opened on Oct 23, 2018
- #511
See discussion here - I think we could choose a better name for this
1 - Ready
enhancement
PRI: 1 - Required
- rynowak
- Opened on Oct 21, 2018
- #509
I noticed that in Preview3 IHealthCheck can only return whether it passed or not (through boolean
HealthCheckResult.Result property). When registering the health check, I can specify what false means, ...
question
- alecor191
- 3
- Opened on Oct 20, 2018
- #507
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.