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.
- 18 Apr, 2021 1 commit
-
-
Bryan Boreham authored
This lets us see when the reading finished and decoding started
-
- 23 Sep, 2019 1 commit
-
-
Bryan Boreham authored
The signature of MakeFromFile changed to return a pointer for consistency.
-
- 17 Sep, 2019 3 commits
-
-
Bryan Boreham authored
-
Bryan Boreham authored
-
Bryan Boreham authored
instead of a codec.Handle. This is a cleaner dependency.
-
- 10 May, 2019 1 commit
-
-
Bryan Boreham authored
So we can see the timing and size in Jaeger. Signed-off-by:
Bryan Boreham <bjboreham@gmail.com>
-
- 23 Jul, 2018 1 commit
-
-
Marc Carré authored
``` $ git grep -l Sirupsen | grep -v vendor | xargs sed -i '' 's:github.com/Sirupsen/logrus:github.com/sirupsen/logrus:g' $ gofmt -s -w app $ gofmt -s -w common $ gofmt -s -w probe $ gofmt -s -w prog $ gofmt -s -w tools ```
-
- 08 Jul, 2018 1 commit
-
-
Bryan Boreham authored
Since they allocate sizeable chunks of memory, this can save on garbage-collection.
-
- 04 Jul, 2018 2 commits
-
-
Bryan Boreham authored
-
Bryan Boreham authored
-
- 19 Jun, 2018 2 commits
-
-
Bryan Boreham authored
This option gives a crude way to view the raw probe data as json in the container logs, so that you can check exactly what it would have sent. We stub out the PipeClient interface with a dummy implementation in this mode.
-
Bryan Boreham authored
Move the creation of the buffer and the choice of compression level (which never changes) into WriteBinary(), to simplify the code.
-
- 29 Nov, 2017 2 commits
-
-
Bryan Boreham authored
Reading and uncompressing the entire message into memory first allows the decoder to avoid memory allocations in field names, etc.
-
Matthias Radestock authored
this new version is less efficient... but not for much longer
-
- 26 Sep, 2017 1 commit
-
-
Damien Lespiau authored
golint has gained a new check and we don't freeze the golint version so CI was failing on unrelated PRs: app/multitenant/consul_client.go:69:2: redundant if ...; err != nil check, just return error instead. report/marshal.go:188:2: redundant if ...; err != nil check, just return error instead. Fix those!
-
- 26 May, 2017 2 commits
-
-
Matthias Radestock authored
useful for codec and report structure experiments
-
Matthias Radestock authored
-
- 25 Apr, 2017 1 commit
-
-
Bryan Boreham authored
rather than going via intermediate data structure
-
- 23 Mar, 2017 1 commit
-
-
Bryan Boreham authored
This avoids a runtime type lookup, so goes a little faster. Also having less recursion makes it easier to interpret profiles.
-
- 14 Mar, 2017 1 commit
-
-
Bryan Boreham authored
This is more efficient, since the decoder can read field names in-place. It also appears to be absolutely faster.
-
- 15 Jul, 2016 1 commit
-
-
Jonathan Lange authored
-
- 21 Jun, 2016 3 commits
-
-
Jonathan Lange authored
-
Jonathan Lange authored
-
Jonathan Lange authored
-
- 20 Jun, 2016 1 commit
-
-
Jonathan Lange authored
-
- 17 Jun, 2016 1 commit
-
-
Jonathan Lange authored
-