Marc Carré
|
2ba50b8b3d
|
Update golang.org/x/net/context to latest
```
$ gvt delete golang.org/x/net/context
$ gvt fetch golang.org/x/net/context
2018/07/23 18:03:49 Fetching: golang.org/x/net/context
$ git grep -l "golang.org/x/net/context" | grep -v vendor | xargs sed -i '' 's:golang.org/x/net/context:context:g'
$ git grep -l "context/ctxhttp" | grep -v vendor | xargs sed -i '' 's:context/ctxhttp:golang.org/x/net/context/ctxhttp:g'
$ gofmt -s -w app
$ gofmt -s -w common
$ gofmt -s -w probe
$ gofmt -s -w prog
$ gofmt -s -w tools
```
fixed a bunch of:
```
cannot use func literal (type func("github.com/weaveworks/scope/vendor/golang.org/x/net/context".Context) error) as type func("context".Context) error
```
|
2018-07-23 20:10:18 +02:00 |
|
Matthias Radestock
|
46f288bb6d
|
close s3 response body to prevent leaks
Fixes #2018
|
2017-04-14 00:27:41 +01:00 |
|
Jonathan Lange
|
e8085b01b6
|
Use 'common' library
|
2016-12-07 11:22:38 +00:00 |
|
Tom Wilkie
|
21ee72a384
|
Add OpenTracing support to TimeRequestHistogram (#2023)
* Vendor open tracing
* Extend TimeRequestHistorgram to also emit opentracing spans.
* Update some of the labels
|
2016-11-22 14:43:15 +00:00 |
|
Tom Wilkie
|
32edfc9112
|
Don't reencode reports in the collector (#1819)
* Don't reencode reports in the collector
* Review feedback
* Fix comment
* Update alpine URLs so it will build
* Fix tests
|
2016-08-22 17:37:41 +01:00 |
|
Jonathan Lange
|
a3648f0c89
|
Inline StoreBytes
|
2016-07-15 12:58:27 +01:00 |
|
Jonathan Lange
|
1fd8a5fb88
|
Use StoreReport in main AWS routine
|
2016-07-15 11:24:37 +01:00 |
|
Jonathan Lange
|
270a55060f
|
Add StoreReport methods to stores
Not sure if we'll use them.
|
2016-07-15 11:24:36 +01:00 |
|
Tom Wilkie
|
3173f6ad75
|
Use histograms over summaries
|
2016-07-12 11:15:57 +01:00 |
|
Paul Bellamy
|
7736564337
|
refactor some timing helpers into a common lib
|
2016-07-05 12:29:00 +01:00 |
|
Jonathan Lange
|
d984605de1
|
Write back to the in-process cache
|
2016-06-30 09:57:49 +01:00 |
|
Jonathan Lange
|
87da22767e
|
Move s3 logic to separate file
|
2016-06-30 09:57:49 +01:00 |
|