Sergey Savenko

Results 16 issues of Sergey Savenko

The library silently truncates parameters exceeding maximum length set by the protocol (see `writeShortstr` and `writeLongstr`). That results in many unexpected behaviors such as: * Unexpected exchanges, queues, rounting keys,...

bug
usability

The library does not escape special characters in metric names and tags, which can result in malformed packets and unexpected tags being sent over the wire. E.g. this: ``` final...

Reduce heap and GC overhead by rendering packets on the caller threads and queuing byte arrays or byte buffers. The messages are currently rendered to instances of `java.lang.String` and are...

Not all usages of the library need Unix Domain Socket transport. Let's figure out how to make it optional. Some wins we can get by making Unix Domain Socket transport...

`QueueConsumer` does not recover from `java.lang.Error` instances and there's no API to re-schedule another `QueueConsumer`. That results in the message queue getting filled up and no metrics getting emitted. I...

I believe there are several inconsistencies in the health metrics reported [here](https://github.com/DataDog/dd-trace-py/blob/efe93da7ee33f12d29aef3c717dde8fd70091698/ddtrace/internal/writer.py#L285-L305): 1. `datadog.tracer.http.requests` is emitted both [as a count](https://github.com/DataDog/dd-trace-py/blob/efe93da7ee33f12d29aef3c717dde8fd70091698/ddtrace/internal/writer.py#L299) and [as a distribution](https://github.com/DataDog/dd-trace-py/blob/efe93da7ee33f12d29aef3c717dde8fd70091698/ddtrace/internal/writer.py#L197). 2. `datadog.tracer.http.requests`, the count metric, is...

bug
Stale

- Rebar project can contain multiple applications, which are represented as separate modules in an IntelliJ project, and these projects can be configured with a single rebar.config file, which means...

Enhancement
feat:Rebar

I've been checking out some open source erlang projects - some of them do not use rebar so in order to import such project one needs to set up a...

Enhancement
Old
Usability

See also https://github.com/ignatov/intellij-erlang/issues/424

feat:Rebar
Old
Usability