Replies: 1 comment 2 replies
-
See #890 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Since we can customize publish output (e.g. kubernetes) may be useful to identify the kind of the health check and provide additional data.
Example of annotations
In this way we can store information that are missing in the current Health Check Annotation.
Example of how to use in manifest generation (I know that manifest will be deprecated :D, is only for example)
Some changes have to be done in current
WithHttpHealthCheck
and a newWithGrpcHealthCheck
will be added (works in the same way but use a grpc health check fromGrpc.HealthCheck
nuget package).If it would be reasonable I can contribute with PR (so I can remove custom impl in our codebase yeah)
Beta Was this translation helpful? Give feedback.
All reactions