Second version of Rosti's service discovery
Find a file
Adam Štrauch ae6ca5c185
All checks were successful
Tests / test (push) Successful in 12s
Support for Prometheus SD
2024-12-22 13:40:50 +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 Support for Prometheus SD 2024-12-22 13:40:50 +01:00
cli Support for Prometheus SD 2024-12-22 13:40:50 +01:00
docs Initial commit 2024-12-08 02:30:07 +01:00
nodes Support for Prometheus SD 2024-12-22 13:40:50 +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.