Aleksandr Razumov

Results 106 issues of Aleksandr Razumov

``` goos: linux goarch: amd64 pkg: github.com/go-faster/oteldb/internal/chstorage cpu: AMD Ryzen 9 7950X 16-Core Processor Benchmark_metricsBatch Benchmark_metricsBatch-32 1174 1059222 ns/op 523301 B/op 7894 allocs/op PASS ```

perf

Following #286: During query execution, we should first analyze all label matches and group them into "attribute-only", "resource-only" or "both". To do it fast, there should be a materialized view...

perf

Benchmark suite should be implemented to track performance. Benchmarks should be reproducible and output trackable metrics. ## Write performance Currently implemented as `prom-bench` ## Read performance - [x] Generate data...

perf

Following metric, if exporter as otlp ```go sentRequestsCount, err := meter.Int64Counter("oteldemo.client.sent_requests") if err != nil { return errors.Wrap(err, "create counter") } ``` Exported as otlp: ```promql oteldemo_client_sent_requests{} ``` Exported as...

- [ ] Allow configuring schema variant for `Attributes`, e.g. `map` vs `array` vs `string` - [ ] Support TTL (basic for now, i.e. hours) - [ ] Support `PARTITION...

enhancement

- [x] logfmt - [x] zap - [x] zap development - [x] zerolog - [x] logrus - [x] zap in development mode - [ ] gRPC JSON from OpenTelemetry API...

I'm trying to issue a new token for `admin` using password. Password is correct and I'm able to auth via web ui. ```console $ kubectl -n yt port-forward services/http-proxies-lb 3080:80...

bug
SDK

Instead of `opentracing.Tracer` use `trace.Tracer` from opentelemetry go sdk. Should be pretty straightforward.

enhancement
SDK
backlog
go

Same as logs, for every component.

backlog