Jeremy Vriens
Jeremy Vriens
**Describe your environment.** I'm using the OpenCensus Azure extension (opencensus-ext-azure==1.1.7) with Python 3.10.7. **Steps to reproduce.** Create a trace with the AzureExporter (as describe in here: https://github.com/census-instrumentation/opencensus-python/tree/master/contrib/opencensus-ext-azure#trace) and add the...
…eExporter. Fixes https://github.com/census-instrumentation/opencensus-python/issues/1163
**Background** Currently the opencensus-ext-django package has a version pin on [django>=1.11](https://github.com/census-instrumentation/opencensus-python/blob/master/contrib/opencensus-ext-django/setup.py#L48), but it still uses the [pre-Django 1.10-style middleware](https://docs.djangoproject.com/en/4.1/topics/http/middleware/#upgrading-pre-django-1-10-style-middleware). Since the current base class of the middleware is deprecated (assuming...
These changes fix both https://github.com/census-instrumentation/opencensus-python/issues/900 and https://github.com/census-instrumentation/opencensus-python/issues/928, but I'm not so sure about the compatibility with Python2. I changed the normal queue.Queue to a multiprocessing.Queue and converted the LogRecord to...
### Describe the bug When trying to fetch all the tables from a MSSQL database (clean database via Docker https://hub.docker.com/_/microsoft-mssql-server) with the MetaData().reflect(bind=engine) it raises a NoSuchTableError on a temporary...