opencensus-python icon indicating copy to clipboard operation
opencensus-python copied to clipboard

A stats collection and distributed tracing framework

Results 141 opencensus-python issues
Sort by recently updated
recently updated
newest added

Hi 😄 I have been missing `httpx` https://www.python-httpx.org package extension so I create one. Thankfully `httpx` is very similar to `requests` so most of my code is actually taken from...

**Describe your environment.** OSX (though I believe this issue is OS-independent) **Steps to reproduce.** ``` $ pipenv run pip --version pip 19.3.1 from /.../virtualenvs/bsmining-_shFK90Q/lib/python3.7/site-packages/pip (python 3.7) $ pip download --dest=/tmp...

bug

I am working on the following example provided my Microsoft: [Tutorial: Prepare an application for Azure Kubernetes Service (AKS)](https://docs.microsoft.com/en-us/azure/aks/kubernetes-walkthrough?WT.mc_id=none-github-nepeters) And I added OpenCensus to it, as I am working on...

bug
azure

**Describe your environment.** - two azure web apps (under single app service plan) with flask. - single azure application insights - opencensus 0.8.0 - opencensus-ext-azure 1.1.0 **Steps to reproduce.** -...

bug
azure

**Describe your environment.** Describe any aspect of your environment relevant to the problem, including your Python version, [platform](https://docs.python.org/3/library/platform.html), version numbers of installed dependencies, information about your cloud hosting provider, etc....

bug

Fix problem related to Note "Note that this only takes effect for loggers created after the integration." Face with such issue when was trying to integrate opencensus-logging into uvicorn+FastAPI. uvicorn...

cla: yes

[Aiohttp](https://pypi.org/project/aiohttp/) integration to track async requests. Library way build based on [opencensus-ext-requests](https://pypi.org/project/opencensus-ext-requests/) and it was tested on real life environment.

cla: yes

Before anything else, thanks to everyone working on this project and anyone who spends time looking at this issue. :slightly_smiling_face: I've created this issue as a bug because my understanding...

bug

Collection of user identifiable data could give problems regarding GDPR. I have therefore added an option so that the sending of django user id and user name is optional

cla: yes