DylanRussell
DylanRussell
In order to make the timeout configurable we'd have to update `SpanProcessor.shutdown`, `SpanProvider.shutdown` (and also the Log equivalents if we want this for logs).. I think we've decided updating the...
OTel python uses a `ContextVar` to propagate the trace/span context. A `ContextVar` is supposed to be a [per-thread and per-task variable](https://peps.python.org/pep-0567/).. Is the issue that the MCP library just uses...
Ack.. I've merged and updated the wording to be closer to what you recommended.. PTAL when you have a chance
Linter passing now
Sent out https://github.com/open-telemetry/opentelemetry-python/pull/4799
Merging one of the gen AI PRs migrating off events SGTM if we want to play it super safe. I updated all those PRs to require v1.37 of the SDK/API...
I've already done most of the work and sent out PRs and stuff for this, there isn't much left to do.. The PRs are currently blocked on https://github.com/open-telemetry/opentelemetry-python/pull/4676 (this will...
any other comments ? good to merge it ?
Yeah I think so.. some of the entry points are documented in random places ( search entry points in this repo to see what I mean) but I don't see...
I think only maintainers / approvers can do that