mirror of
https://github.com/waku-org/telemetry.git
synced 2025-01-20 04:48:49 +00:00
Arseniy Klempner
9f2d2c12ec
Merge pull request #1 from waku-org/feat/waku-message-sequence
feat: add table and endpoint for tracking waku message sequences
Telemetry
Opt-in message reliability metrics service.
Development
You need to setup a postgres db as such:
- Create a telemetry user with password newPassword
- Create a db telemetry
- Create a db telemetry_test
Then you can run the server with:
go run cmd/server/main.go -data-source-name postgres://telemetry:newPassword@127.0.0.1:5432/telemetry
Finally, to run the test:
make test
Continuous Integration
Builds of Docker images are created with our Jenkins CI which push a statusteam/telemetry
Docker image.
The host is managed in infra-misc
repository.
Description
Languages
Go
94.2%
Shell
2.4%
Dockerfile
1.9%
Makefile
1.5%