Aleksandr Razumov
Aleksandr Razumov
https://github.com/open-telemetry/build-tools/blob/v0.18.0/semantic-conventions/semconv.schema.json ``` //go:generate go run github.com/ogen-go/ogen/cmd/jschemagen --package semconv --target semconv semconv.schema.json ``` ``` parse: main.run /go/pkg/mod/github.com/ogen-go/[email protected]/cmd/jschemagen/main.go:115 - property "groups": github.com/ogen-go/ogen/jsonschema.(*Parser).parseSchema /go/pkg/mod/github.com/ogen-go/[email protected]/jsonschema/parser.go:476 - items: github.com/ogen-go/ogen/jsonschema.(*Parser).parseSchema.func1 /go/pkg/mod/github.com/ogen-go/[email protected]/jsonschema/parser.go:216 - anyOf: github.com/ogen-go/ogen/jsonschema.(*Parser).parseSchema.func1 /go/pkg/mod/github.com/ogen-go/[email protected]/jsonschema/parser.go:216 -...
"snappy-compressed protobuf message" for appropriate Content-Type (or by default) How to reference types from protobuf?
You can use [VictoriaMetrics/prometheus-benchmark](https://github.com/VictoriaMetrics/prometheus-benchmark#prometheus-benchmark). From project README: Prometheus-benchmark provides the following features: - It generates production-like workload for both data ingestion and querying paths: - It generates write workload from...
**Description:** Add cache key prefix, like that: ```yaml - name: Install Go uses: actions/setup-go@v4 with: go-version: '1.20' cache: true cache-prefix: 'test-${{ matrix.arch }}-${{ matrix.flags }}-' ``` **Justification:** Cache from multiple...
### Description  Looks like api for service name has changed.
Implement (internal) data model representation to reduce allocations and CPU overhead. This model should be effectively (un)-marshaled into binary representation so it can be also used on-the-wire, e.g. for sending...
### Description * Stateless (S3 MergeTree) * Statefull (run ClickHouse with `os/exec`) ### References https://clickhouse.com/docs/en/integrations/s3#s3-backed-mergetree
``` goos: linux goarch: amd64 pkg: github.com/go-faster/oteldb/internal/otelreceiver/prometheusremotewrite cpu: AMD Ryzen 9 7950X 16-Core Processor BenchmarkFromTimeSeries BenchmarkFromTimeSeries-32 852 1299187 ns/op 1536199 B/op 44063 allocs/op PASS ```