Is the health check status available on an api endpoint? #1870
Answered
by
Tratcher
hansmbakker
asked this question in
Q&A
-
There is health check functionality available in YARP. As I understood, it is used to decide what backend send traffic to. Is this health check status also available like in Asp.Net Core? |
Beta Was this translation helpful? Give feedback.
Answered by
Tratcher
Sep 21, 2022
Replies: 1 comment
-
YARP doesn't currently make its own health status available externally. Since YARP plugs into an AspNetCore app, any health reporting would need to be combine with the rest of the app's health. See #125. It should be possible to directly examine Destination's health state today, but you'd need to decide how to report that externally. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hansmbakker
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
YARP doesn't currently make its own health status available externally. Since YARP plugs into an AspNetCore app, any health reporting would need to be combine with the rest of the app's health. See #125. It should be possible to directly examine Destination's health state today, but you'd need to decide how to report that externally.