Yoann Bentz

Results 5 issues of Yoann Bentz

I need to specify the list of actual Application IDs / Vendor IDs my equipment actually supports. In order to do so, I had to override the existing `Default` dict,...

I am working with equipments that can occasionally send slightly invalid messages, containing empty AVPs (the length is valid, but the "data" is empty). This change aims to address this...

# Context I'm currently working with AWS DocumentDB as a MongoDB drop-in replacement. I noticed that mongo-migrate is using a feature that is not present in DocumentDB: the `type` field...

## Summary - `ParseBytes(json []byte) Result` now uses the `bytesString` helper function (unsafe cast) over `string(...)` conversion to avoid copying the byte slice. - A new `result.Bytes()` helper was added...

# What Does This Do Addind support for injecting trace info in `mongo` spans, which is used by [DBM](https://docs.datadoghq.com/database_monitoring/). This PR mirrors the logic that was added in [dd-trace-py](https://github.com/DataDog/dd-trace-py/pull/12680). #...

type: enhancement
comp: database
inst: mongodb