Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Healthcheck & statistics API endpoint #287

@oonqt

Description

@oonqt

I am a big self-hoster, so of course I use an uptime monitor and a homepage/dashboard for all my services... The problem here is kanbn does not offer any healthcheck or statistics endpoint in the API.

/api/v1/health

This will return something along the lines of { "status": "ok" } to signal that the application is able to respond to requests, and that connections to databases (minio, postgres) are all good.

/api/v1/stats

This would return some data that would be able to display in a dashboard, such as number of workspaces, users, cards, etc. As of right now, there is no way to get this information without making requests to endpoints that would return an unnecessary amount of data.

Metadata

Metadata

Assignees

Labels

featureNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions