Vladimir Varankin
Vladimir Varankin
The following CSS file is broken with csso 2.2.x ``` css .ng-head-toolbar { display: inline-block; display: -ms-flexbox; display: flex; } .ng-head-toolbar .ng-head-toolbar__action { margin-right: 20px; } .ng-head-toolbar__action .icon { width:...
I see the following error, after installing yandex-tank under python3 ``` > python --version Python 3.6.5 > pip install --user https://api.github.com/repos/yandex/yandex-tank/tarball/master ··· > yandex-tank --help ··· key=lambda (k, v): (-1...
- extract response handling into a helper function - build log strings only if needed - add json tags - add Go 1.12 to travis's config
[aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) promises to be a more idiomatic and lighter version of AWS SDK. One should investigate if the promises hold true (and maybe we won't need #117 at all). Refer...
See [ClickHouse's changelog](https://github.com/ClickHouse/ClickHouse/blob/be29057de1835f6f4a17e03a422b45b81efe6833/CHANGELOG.md#clickhouse-release-2012). Tests fail with the stacktrace below when run against [ClickHouse 20.12](https://hub.docker.com/layers/yandex/clickhouse-server/20.12/images/sha256-6b99961e0544524ad68ac0fc177793542d7f1d1cd7dde091541df3f15bc5d245?context=explore) ``` --- FAIL: TestStorage/Reader/TestFindProfileIDs/by_service-type (0.01s) suite.go:132: Error Trace: suite.go:132 Error: Received unexpected error: code: 386, message:...
Even though `storage/s3` doesn't use anything more complicated, than s3-client, the dependency from `aws-sdk-go`, adds 5 MB to the resulting 20 MB of the binary. There are more lightweight alternative...
As it's now each `storage` implementation (Badger, S3, ClickHouse) are self-contained. Even though that works fine now, there could be a case, where a user wanted to separate the data...
To move forward with web UI #107 profefe needs its querier (part of profefe-collector) to provide a way of getting the profiling data as raw JSON (TBD full profile or...
Profiling types, profefe-collector accepts with the API requests is a [predefined list](https://github.com/profefe/profefe/blob/159cc667fff3cc62f2e391e4fbdfaa580e207e03/pkg/profile/profile_type.go#L10-L21). That made sense in the earlier versions, when profefe stored different profile types in the dedicated Postgres tables,...