Bryan Boreham
5032cca5c0
Multitenant mode: fetch live data from collectors
...
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.
2021-04-18 19:25:13 +00:00
Bryan Boreham
f405eee0f7
Update go.mod directive to 1.16
...
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.
2021-04-06 10:26:21 +00:00
Bryan Boreham
2cf48f2bdd
Don't call Fatal() on background thread in test
...
It doesn't fail the test
2021-04-04 13:46:58 +01:00
Bryan Boreham
ca9e28e730
Update GOSHOUT package used in example
2021-04-04 13:45:05 +01:00
Bryan Boreham
c2578b6fb7
Move 'esc' tool out of image into vendor'd source
...
Smaller that way, and more consistent
(Note we run it with GC enabled; it crashes in CI otherwise)
2021-04-04 13:45:05 +01:00
Bryan Boreham
4f75600931
Pin SHOUT library at working version
...
The version we did have has a bug of not importing 'time'.
Remove other vendor'd copy of SHOUT library which may or may not be used.
2020-12-30 18:30:34 +00:00
Daniel Holbach
a82b6330c1
Run go mod vendor to fix build issue
...
As this would have deleted some headers in
./vendor/github.com/iovisor/gobpf/elf
I also ran
git diff vendor/github.com/iovisor/gobpf/ | patch -p0 -R
2020-06-08 11:17:23 +02:00
Bryan Boreham
697116cb0d
Downgrade fluent-logger-golang library.
...
The later version silently drops all data if it cannot connect.
https://github.com/fluent/fluent-logger-golang/issues/80
2020-03-26 17:57:25 +00:00
Bryan Boreham
4e624492e9
Update billing-client, weaveworks/common, prometheus, protobuf
2020-03-10 19:39:29 +00:00
Bryan Boreham
f1b06a020e
Update jaeger-client package and dependencies
2020-01-21 16:34:34 +00:00
Bryan Boreham
321dbeef6d
Update weaveworks/common and dependencies
2020-01-21 16:26:13 +00:00
Bryan Boreham
f70f2481c7
Update tcptracer-bpf version so we don't need manual workaround
2020-01-14 14:58:08 +00:00
Bryan Boreham
aae86877c7
Add back runsvint dependency
...
This is a small program used to watch app and probe running inside
the container. We need to go round a few houses to be able to build
it from vendor directory.
2020-01-14 12:29:31 +00:00
Bryan Boreham
2171e21cae
Ensure ugorji code-generation dependencies are vendored
2020-01-13 17:27:13 +00:00
Bryan Boreham
0bb92227a2
build: update vendor directory
2020-01-13 16:56:01 +00:00