Jeremy Voss

Results 55 comments of Jeremy Voss

Ready to approve when checks pass

Publish.yaml has been added to take care of steps 2-4.

Related issue: https://github.com/microsoft/ApplicationInsights-Python/issues/204

I've tried the following: find {toxinidir}/ -type f -name "*.py" | xargs pylint find {toxinidir}/ -not -path '*/.*' -type f -name "*.py" | xargs pylint pylint $(git ls-files '*.py') None...

Is there no fix for this? Does this plugin only work in C?

Experiencing the same thing. Very frustrating. Seems to only work for C.

An easy workaround for read-only scenarios is to pass in a storage_path. Even though it won't be used, it will prevent the temp folder from being created.

I see. Thanks for explaining. OpenCensus has been [deprecated](https://opentelemetry.io/blog/2023/sunsetting-opencensus/). I suggest [migrating](https://learn.microsoft.com/en-us/azure/azure-monitor/app/opentelemetry-python-opencensus-migrate?tabs=aspnetcore) to our new [OpenTelemetry Distro](https://learn.microsoft.com/en-us/azure/azure-monitor/app/opentelemetry-enable?tabs=python). In the meantime, since the statsbeat exporter assumes it has the ability to...

The way this currently works relies on the opencensus.common.schedule.Queue object and specifically the _gets method. Here's what I have found. The _gets is always operating in the worker thread. It...