uber / kraken

P2P Docker registry capable of distributing TBs of data in seconds
Apache License 2.0
6.11k stars 416 forks source link

Monitor Backend Download Usage #356

Closed zachcheu closed 6 months ago

zachcheu commented 6 months ago

Looking to monitor which backends are in use during migration

rm coverage.txt; go test -timeout=30s -race -coverprofile=coverage.txt github.com/uber/kraken/lib/blobrefresh --tags "unit"
ok      github.com/uber/kraken/lib/blobrefresh  0.824s  coverage: 71.1% of statements

It looks like mocks and tests are in degraded state so only showing test for modified package with tests.

CLAassistant commented 6 months ago

CLA assistant check
All committers have signed the CLA.