health checks #665
AntonyKing7D
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hi, to get a more complete server status there is a different API: https://sftpgo.stoplight.io/docs/sftpgo/b3A6Mjc0MjY3NA-get-status and to get active connections there is another API: https://sftpgo.stoplight.io/docs/sftpgo/b3A6NzUwODM4MA-get-connections-details Database availability, client connections and other details are also available as prometheus metrics if you enable the telemetry server |
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
-
Hi,
Looking at the code, does this imply that /healthz will always return 'ok' so long as the application is running?
Would it be plausible to check the database and backend connections as part of this check ?
Beta Was this translation helpful? Give feedback.
All reactions