Skip to content

e-flux-platform/heartbeat-collector

Repository files navigation

Heartbeat Collector

Usage

Running the application

To run the heartbeat collector, use the following command in the root of the project

task run

Creating a heartbeat

curl http://localhost:8181/{id}

Checking an existing heartbeat

Note the ttl query parameter should be specified as a duration (e.g. 1d, 2h, 30s, etc..)

curl -X GET http://localhost:8080/{id}?ttl={duration}

{
    "id": "id",
    "last_updated_at": "2025-12-31T23:59:59Z"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published