Gabriel

Results 6 issues of Gabriel

**Expected behaviour** Pino should integrate nicely with datadog **Actual behaviour** I'm seeing something similar to https://github.com/DataDog/dd-trace-js/issues/2189. Logs of pino do not include the datadog fields **Steps to reproduce** I'm using...

bug
integration-pino

Hi, great project. The library supports bigints but it does not support maps for those (map) I think something like [this issue](https://github.com/stephenh/ts-proto/issues/708) is missing. Basically, in this line https://github.com/stephenh/ts-proto/blob/main/src/types.ts#L685 ```...

### Proposal I would like to be able to scale [sqs consumers](https://keda.sh/docs/2.14/scalers/aws-sqs/#trigger-specification) based on age of oldest message, instead of length of the queue. ### Use-Case In my use case...

needs-discussion
feature-request

### Self-service - [X] I'd be willing to implement a fix ### Describe the bug I have a project that has some file dependencies: something like: ``` "dependencies": { "my-package":...

bug

Hi, I have two functions in kotlin ``` b.first() b.second() ``` I want to execute some code after first runs and second goes. For that I use mutexes. I do...

Using kotlin and netty engine if a client request is aborted in flight, then datadog is reporting no trace. On the client I can reproduce it with: ``` it("cancellation", async...