Second version of Rosti's service discovery
Find a file
Adam Štrauch 3922222a12
Some checks are pending
Tests / test (push) Waiting to run
Fix docs
2025-01-14 09:17:03 +01:00
.gitea/workflows node.json path instead of dir 2024-12-09 02:00:38 +01:00
.vscode Support for Prometheus SD 2024-12-22 13:40:50 +01:00
api Fix docs 2025-01-14 09:17:03 +01:00
cli Support for Prometheus SD 2024-12-22 13:40:50 +01:00
docs Fix docs 2025-01-14 09:17:03 +01:00
nodes Fix labels 2024-12-22 13:43:31 +01:00
refresher node.json path instead of dir 2024-12-09 02:00:38 +01:00
.gitignore Support for Prometheus SD 2024-12-22 13:40:50 +01:00
go.mod Initial commit 2024-12-08 02:30:07 +01:00
go.sum Initial commit 2024-12-08 02:30:07 +01:00
README.md Initial commit 2024-12-08 02:30:07 +01:00
Taskfile.yml Support for Prometheus SD 2024-12-22 13:40:50 +01:00

Lobby 2 - simple service discovery

This is second version of my Lobby projects that doesn't require NATS. All clients uses single service discovery server that keeps track of their presence.

Each instance, except its liveness can share labels which describe what's hosted on this instance and that can used by others instances for various things. There is also a simple KV store for additional info.