opencensus-python
opencensus-python copied to clipboard
A stats collection and distributed tracing framework
Example on how to fix #1102
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...
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...
**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.** -...
**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....
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...
[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.
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...
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