2.1.0-build-loki-2-4-2-c7e7b7945ba81ccb53f9519240d66b69067f2e4d-1 • Published 2 years ago
loki-grpc-client v2.1.0-build-loki-2-4-2-c7e7b7945ba81ccb53f9519240d66b69067f2e4d-1
Loki GRPC Client
See tests/ for examples how to use the Pusher and Querier clients.
Test
Docker compose for ci
docker compose -f docker-compose.test.yml -f docker-compose.yml run sutLocally for debugging
docker compose -f docker-compose.test.yml -f docker-compose.yml run --build sutUpgrading
Copy logproto.proto from the Loki repo and any dependencies to the ./proto directly.
Then run npm run protoc:compile and npm run protoc:types to generate updated clients.
Update loki image in docker-compose.yml to test against new versions.