Skip to content

[FEAT]: Healthcheck for container #189

@SchoolGuy

Description

@SchoolGuy

Currently, the containerized deployment works very easily but the container engine has no knowledge about the health of the instance.

For Docker the following concept applies: https://docs.docker.com/reference/dockerfile/#healthcheck

This can be reused for k8s of course: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/

For this simple purpose, I would recommend having a simple /health endpoint that returns only 200 if the exporter runs successfully.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions