Aaron Abbott
Aaron Abbott
We are facing this right now in the Python SIG. The calendar link zoom page shows this: We are able to use the old link now (https://zoom.us/wc/8287234601).
I am using the web client fwiw (and my company won't let me install the desktop app). Other folks in the meeting were seeing a different error, something about "1/1/2099"....
🙌 thanks @mtwo! One small question > I found a setting that controls how early non-owners can join a meeting and set it to 15 minutes. It was previously zero....
I was also getting this issue, but it seems to be working fine in the sample app.
I just tested it too, but it worked fine for me. Not sure then.
This requirement sounds like one for exporter authors, not the SDK. I don't think there's anything to do here
Are folks ok with changing the dependency to `backoff ~= 2.0` (major version 2 compat)? Based on https://pypi.org/project/backoff/#history, 1.X release of backoff is from July 2021. Anyone still stuck on...
@ocelotl I'll pick this up like we discussed. Some specifics are that we need to add locks around the global meter provider and potentially some other spots. Also should document...
You probably already know this Alex, but ExponentialHistogram aggregation is not in the Metrics SDK spec yet (https://github.com/open-telemetry/opentelemetry-specification/pull/2252). I do think it's worth adding it to our export types now...
> Is there a way for us to export span once it starts, and update the span on any change in attributes or span status? I'm curious if Jaeger even...