Healthcheck and Metrics API #653
Closed
MichalisDBA
started this conversation in
Ideas
Replies: 1 comment
-
@MichalisDBA - this is already implemented hence closing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Add a healthcheck API endpoint to get the status of the db2rest instance. Also metrics would be great.
For the healthcheck a simple
status: ok
would be sufficient.For the metrics we can have some more verbose information about java heap allocation memory, response times, quieries statistics (count, average response times), last 10 errors or warnings etc.
Similar
https://docs.n8n.io/hosting/logging-monitoring/monitoring/#enable-metrics-and-healthz-for-self-hosted-n8n
Beta Was this translation helpful? Give feedback.
All reactions