Semantic Conventions for Health Check events #1106
Labels
area:new
enhancement
New feature or request
experts needed
This issue or pull request is outside an area where general approvers feel they can approve
Area(s)
area:new
Is your change request related to a problem? Please describe.
I want to be able to have health checks of all my different components recorded in a consistent manner and in the end they would be producing an event
Describe the solution you'd like
I would like for the introduction of a new attribute group healthCheck which contains the following recommended attributes
healthCheck.type
-> stringhealthCheck.category
-> stringhealthCheck.result
-> stringhealthCheck.resultDescription
-> stringhealthCheck.duration
->float (number of seconds)Health checks are then able to leverage other semantic conventions ie database to provide information about the database check.
Note i have based it dotnet core health checks but we should check other platforms ie SpringBoot to see what how they model their health checks to ensure we have an agnostic manner to describe the health check
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: