mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
* alpine: dl-4.alpinelinux.org is dead, use another server * increase buffer for docker stats Attempt to avoid the following message: docker container: dropping stats. * probe: better timeout error messages The logs contains the following messages: Process reporter took longer than 1s K8s reporter took longer than 1s Docker reporter took longer than 1s Endpoint reporter took longer than 1s This patch prints how long it takes.
Managing Vendored Dependencies with gvt
These operations result in uncommitted changes to your branch; you will need to commit them as normal. Execute them in the root of your checkout.
Adding a New Dependency
~/scope$ gvt fetch example.com/organisation/module vendor/example.com/organisation/module
Updateing a Specific Dependancy
~/scope$ gvt update example.com/organisation/module vendor/example.com/organisation/module
Remove a Dependency
~/scope$ gvt delete example.com/organisation/module vendor/example.com/organisation/module