Rafał Jęczalik

Results 48 issues of Rafał Jęczalik

To speed up build times. Using single GOPATH can't be used for concurrent updates (#4). - use single GOPATH for concurrent builds - for first build of an import path...

enhancement

https://github.com/census-instrumentation/opencensus-go/blob/6ddd4bcc9c808594ec82377ce4323c3f7913be6d/plugin/ochttp/stats.go#L263-L269 The ServerLatency metric seems wrong, since there's no ServerResponseCount metric defined nor used. Given that I guess the view was meant to be ServerRequestCountByStatusCode. Since server latency by status...

bug

If client's requests /metrics with "Accept-Encoding: gzip" header, the server serving Prometheus metrics should gzip the payload and set "Content-Encoding: gzip" header. This would lower bandwidth of Prometheus server especially...

enhancement

Purpose of this feature is to discover possible interop between draft / kd / koding. In order to have a shot at it, we may want first to make it...

A-Feature

It may happen that a stack build can fail, where the failures could be caused by temporary network errors, like: ``` Error: endpoint/kloud: Failed to dial the following kites: *...

Category-Stacks

Add version field to vagrant stack template: ``` yaml resource: vagrant_instance: localvm: cpus: 2 memory: 2048 box: - name: ubuntu/trusty64 - version: 20160919.0.0 user_data: |- sudo apt-get install sl -y...

A-Feature
Category-Stacks
Category-KD
Status-HelpWanted

Currently klient and klientctl tests run without `-race` flag. The flag should be added and eventual races fixed. Reference: - https://github.com/koding/koding/blob/master/scripts/test-kd.sh - https://github.com/koding/koding/blob/master/scripts/test-klient.sh ## Want to back this issue? **[Post...

A-Feature
Category-KD

``` $ ./go/build.sh koding/kites/kloud/kloud koding/kites/kloud ./go/build.sh: line 25: /Users/rjeczalik/src/github: No such file or directory $ pwd /Users/rjeczalik/src/github.com/koding/koding ```

A-Bug

Apparently starting a vm or building a stack get can stuck for various reasons. Ensure if a vm or stack is locked fur substantial amount of time and its update...

A-Feature
Category-Stacks