This project is mirrored from https://gitee.com/NQL886/scope.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 27 Apr, 2021 1 commit
-
-
Piotr Kiełkowicz authored
it enables option to utilize docker swarm secret storage for password instead of env variables or app switches
-
- 23 Apr, 2021 3 commits
-
-
Bryan Boreham authored
Remove partially merged nodes from deltas
-
Bryan Boreham authored
So we have more idea what happened, in case of issue.
-
Bryan Boreham authored
Scope probes send full reports and deltas. If a node is eliminated between two full reports, then the app might only have a delta of its last state. Remove all such nodes before rendering.
-
- 22 Apr, 2021 5 commits
-
-
Bryan Boreham authored
Exit joinResults.result() if context cancelled
-
Bryan Boreham authored
-
Bryan Boreham authored
These can be long-running operations, and if the client retries we get the cancelled one running in parallel with the retry, slowing both down and making it likely the next one will time out too.
-
Bryan Boreham authored
Break out of Map.Render loop if context cancelled
-
Bryan Boreham authored
These can be long-running operations, and if the client retries we get the cancelled one running in parallel with the retry, slowing both down and making it likely the next one will time out too.
-
- 20 Apr, 2021 1 commit
-
-
Bryan Boreham authored
Multitenant mode: fetch live data from collectors
-
- 18 Apr, 2021 11 commits
-
-
Bryan Boreham authored
Seems to be faster
-
Bryan Boreham authored
DNS records don't change that fast
-
Bryan Boreham authored
-
Bryan Boreham authored
-
Bryan Boreham authored
-
Bryan Boreham authored
This lets us see when the reading finished and decoding started
-
Bryan Boreham authored
Collectors hold recent reports in memory. When querier needs 'live' data, fetch it from collectors instead of from the long-term store. Send reports from collector to querier in msgpack; disable compression on REST call, otherwise Go silently decompresses, which takes longer.
-
Bryan Boreham authored
To help clarify subsequent changes
-
Bryan Boreham authored
To help clarify subsequent changes
-
Bryan Boreham authored
-
Bryan Boreham authored
Removed support for saving all reports immediately
-
- 14 Apr, 2021 1 commit
-
-
Bryan Boreham authored
update dependencies
-
- 12 Apr, 2021 1 commit
-
-
Daniel Holbach authored
update y18n, elliptic, ini, args-parser run "yarn-deduplicate"
-
- 09 Apr, 2021 2 commits
-
-
Bryan Boreham authored
Release 1.13.2
-
Bryan Boreham authored
-
- 07 Apr, 2021 4 commits
-
-
Bryan Boreham authored
-
Bryan Boreham authored
Run AWS CLI from a container image
-
Bryan Boreham authored
So we don't have to install it, or Python. Need to run in 'machine' executor on CircleCI so we can mount volumes into the Docker command.
-
Bryan Boreham authored
-
- 06 Apr, 2021 2 commits
-
-
Bryan Boreham authored
Update build tools including Go 1.16.2
-
Bryan Boreham authored
See docs at https://golang.org/ref/mod#go-mod-file-go The expected benefit from making this change is that the vendor directory will be used automatically, including tests.
-
- 04 Apr, 2021 9 commits
-
-
Bryan Boreham authored
2.1.3 is very old, and seems to be failing the build
-
Bryan Boreham authored
-
Bryan Boreham authored
-
Bryan Boreham authored
It doesn't fail the test
-
Bryan Boreham authored
-
Bryan Boreham authored
-
Bryan Boreham authored
Avoids warnings like "Using 'getgrouplist' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking"
-
Bryan Boreham authored
-
Bryan Boreham authored
We only want to force CGO_ENABLED when cross-compiling for arm; it is on by default for native linux compilation and off by default for darwin cross-compilation.
-