AspNetCore.Diagnostics.HealthChecks
AspNetCore.Diagnostics.HealthChecks copied to clipboard
Add service/application name to top level
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.