Arseniy Klempner 8fe36168a5
Merge pull request #16 from waku-org/feat/batched-metrics
feat: add endpoint for batching different metrics in single request
2024-06-13 09:43:20 -07:00
2021-11-04 16:04:34 +01:00
2021-11-04 16:04:34 +01:00
2021-11-08 15:07:57 +01:00
2021-11-04 16:04:34 +01:00
2021-11-04 16:04:34 +01:00
2024-06-03 15:03:14 +02:00
2024-06-03 15:03:14 +02:00
2021-11-04 16:04:34 +01:00
2021-11-04 16:04:34 +01:00
2023-01-26 14:28:13 -04:00

Telemetry

Opt-in message reliability metrics service.

Development

You need to setup a postgres db as such:

  1. Create a telemetry user with password newPassword
  2. Create a db telemetry
  3. 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
Opt-in message reliability metrics service
Readme
Languages
Go 94.2%
Shell 2.4%
Dockerfile 1.9%
Makefile 1.5%