Dmitriy S. Sinyavskiy

Results 11 issues of Dmitriy S. Sinyavskiy

During work of an app, this code consumes memory without returning it, and it can cause Out of memory one day https://github.com/grpc-ecosystem/go-grpc-middleware/blob/master/logging/kit/payload_interceptors.go#L34

Is there any option to allow Toxic to answer the call automatically with a video?

I wonder why we do not split a http server and client requests span naming? If we look at the grpc wrapper, we see that it has a name "[grpc.client](https://github.com/DataDog/dd-trace-go/blob/f9857447ec431dface61642cb27107af08c3006b/contrib/google.golang.org/grpc/client.go#L171)"...

question
apm:ecosystem
ack

Connect was translated like "Connected" in Russian Disconnect was "Disconnected"

Dist UMD is too heavy because it includes `vis-network` which adds 700kb and if removed the UMD becomes ~30kb. 1) make vis-network a peer dependency. 2) change vis.config to externalize...

enhancement

Is it possible to use different error budget windows for SLOs? For example my first service needs 7 day window and the second one 28 days. For me it looks...

Add checks for SLO duplicates into `sloth validate command`. Enabled by default. To disable use `--ignore-slo-duplicates=true` param. Issue #493

feature
review
core

I've noticed that if I pass a folder to `sloth validate` it allows SLO duplicates to exist. When creating a new SLO sometemes I copy spec from existing specs and...

stale

You have Coverage = IR/OK = 99.9985% where IR - Input records = 2,147,483,647 OK - Records that thrower status symbol “OK” = 2,147,452,310 IR > OK, IR/OK > 1...