Riccardo Magliocchetti
Riccardo Magliocchetti
Looks like this was fixed in pymongo 4.12.1. Closing.
@mukund-ananthu what version of the sdk are you using?
@mukund-ananthu I think that depends on you. If you want to use features of a recent enough sdk you somewhat need to add a minimum version required and if that's...
Thanks for reporting, I think if you are keen to contributing a possible patch would be to just skip the json decoding if body is _falsy_ and set it to...
I would keep the happy path before (`if body:`) but yeah, something like that.
> Given the decision to make [incubating and stable](https://github.com/open-telemetry/opentelemetry-python/pull/3586#issuecomment-1998107154) namespaces for semantic conventions, we should theoretically not have anymore breaking changes going forward for the semconv package. Would it make...
@a-cid please take a look at failing docker tests
Thanks for reporting and providing a reproducer.
Don't have much clue about metrics but the generated semantic conventions package provides some helper functions to creates these metrics, and they return `UpDownCounter`, e.g. `create_process_open_file_descriptor_count`
If there is already another language going out of spec we should open an issue in the semconv repo, no?