⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

e-flux-platform/heartbeat-collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Contributors 2

  •  
  •