Skip to content

Service to check health of the services through their endpoints /info and /health

Notifications You must be signed in to change notification settings

avvero/heartbeats

Repository files navigation

Heartbeats

Service to check health of the services through their endpoints /info and /health

Configuration

{
  "places": {
    "group1": [
      {
        "url": "http://service1:8080"
      },
      {
        "url": "http://service2:8081",
        "info": {
          "app": {
            "name": "default_name"
          }
        }
      }
    ],
    "group2": [
      {
        "url": "http://service3:8080"
      }
    ]
  }
}

Launch

go build heartbeats.go
./heartbeats -port=8080

About

Service to check health of the services through their endpoints /info and /health

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published