Venatum / bull-board-docker

Docker image for bull-board
https://hub.docker.com/r/venatum/bull-board
MIT License
5 stars 3 forks source link

feat(monitoring): Add healthcheck #194

Closed Venatum closed 2 months ago

Venatum commented 2 months ago

🚀 Feat: Healthcheck

📦 What's in the box?

🤖 How to test it?

It's an Healthcheck based on NestJS

{
    "status": "ok",
    "info": {
        "redis": {
            "status": "up",
            "description": "Based on the Redis PING/PONG system"
        }
    }
}
Field Description Type
status Indicates the overall health status. If any health indicator fails, the status will be 'error'. 'ok' or 'error'
info Object containing information of each health indicator which is of status 'up', or in other words "healthy". object
error String containing information of each health indicator which is of status 'down', or in other words "unhealthy". string
details Object containing all information of each health indicator object

🎉 Links useful

Venatum commented 2 months ago

:tada: This issue has been resolved in version 1.6.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: