Aaron Abbott
Aaron Abbott
@JP-MY Would it be acceptable to have a single MetricReader that has multiple dynamic exporters, or do you truly want to add/remove MetricReaders potentially with their own temporality, default aggregation,...
@Prhmma can you please expand what you mean by migrate from pip to UV? All of our CI is using uv (through tox-uv) and I agree it has been a...
Is this WAI @emdneto ? Last time I looked at this the CPython bugs insisted this is the expected behavior
Thanks for the detailed FR > * Faster package loading (10ms faster if wheels available for google.protobuf, up to 100ms faster if not) > * Reduced package sizes (~2MB) Are...
> tensorflow is still depending on protobuf 3/4, having protobuf in opentelemetry is stopping us from updating to latest open-telemetry Protobuf is solving this next year– they are planning to...
Unfortunately protobuf generated code is supposed to match the runtime protobuf library version. When 4.x was released we had a lot of issues and I opened https://github.com/protocolbuffers/protobuf/issues/11123 to get some...
> **Describe alternatives you've considered** > Currently, for us, the only alternative is to stick with Protobuf 4.x @alexloginov is this a big deal right now? Once the ecosystem has...
I've opened an issue to track upgrading https://github.com/open-telemetry/opentelemetry-python/issues/3958. Please leave your comments there
Typically something like customer id would be different each time the traced code runs, so you wouldn't want to associate a single tracer with a customer. I would expect customer...