Skip to content

Commit a6f1194

Browse files
Merge pull request #225641 from kjaymiller/jm-update-monitoring-django-sample-link
Point Monitoring Django Sample Repo to Azure-Samples Version
2 parents a8acc0c + 9091c22 commit a6f1194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/app/opencensus-python-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ First, instrument your Python application with latest [OpenCensus Python SDK](./
4242
}
4343
```
4444

45-
You can find a Django sample application in the sample Azure Monitor OpenCensus Python samples repository located [here](https://github.com/givenscj/azure-monitor-opencensus-python/tree/master/azure_monitor/django_sample).
45+
You can find a Django sample application in the sample Azure Monitor OpenCensus Python samples repository located [here](https://github.com/Azure-Samples/azure-monitor-opencensus-python/tree/master/azure_monitor/django_sample).
4646
## Tracking Flask applications
4747

4848
1. Download and install `opencensus-ext-flask` from [PyPI](https://pypi.org/project/opencensus-ext-flask/) and instrument your application with the `flask` middleware. Incoming requests sent to your `flask` application will be tracked.

0 commit comments

Comments
 (0)