AspNetCore.Diagnostics.HealthChecks icon indicating copy to clipboard operation
AspNetCore.Diagnostics.HealthChecks copied to clipboard

Add service/application name to top level

Open dannythunder opened this issue 4 months ago • 0 comments

What would you like to be added: I would like to be able to add a name to my health check for a service with it´s name:

Like so: { "name": "MyApplication", "status": "Healthy", "totalDuration": "00:00:01.0524691", "entries": {} }

Why is this needed: For an example to be able to create/add generated dashboards/logging systemts with the service name showing by just adding the url / or discovery.

dannythunder avatar Aug 22 '25 12:08 dannythunder