health check of the app infrastructure #1109
Unanswered
leigh-pointer
asked this question in
Ideas
Replies: 3 comments 1 reply
-
I should also add I am happy to implement this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm agree to add Health check, but we should schedule it in the roadmap /cc @sbwalker |
Beta Was this translation helpful? Give feedback.
0 replies
-
@leigh-pointer I assume you are referring to a public Web API endpoint which simply reports if the Server is operational? Can you describe how this would be utilized? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Adding a basic health probe configuration that reports the app's availability to process requests (liveness) is sufficient to discover the status of the app. Have this simple endpoint for monitoring services such as Uptime
obviosity checks could be extend to monitor the database(s).
This would be similar to the KeepAlive service found in DNN
Health checks in ASP.NET Core
Beta Was this translation helpful? Give feedback.
All reactions