Skip to content

Commit e21b2fb

Browse files
committed
edit pass: app-articles-batch-21
1 parent 5fb27ea commit e21b2fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ First, instrument your Python application with the latest [OpenCensus Python SDK
1616

1717
## Track Django applications
1818

19-
1. Download and install `opencensus-ext-django` from [PyPI](https://pypi.org/project/opencensus-ext-django/). Instrument your application with the `django` middleware. Incoming requests sent to your `django` application are tracked.
19+
1. Download and install `opencensus-ext-django` from [PyPI](https://pypi.org/project/opencensus-ext-django/). Instrument your application with the `django` middleware. Incoming requests sent to your Django application are tracked.
2020

2121
1. Include `opencensus.ext.django.middleware.OpencensusMiddleware` in your `settings.py` file under `MIDDLEWARE`.
2222

@@ -46,7 +46,7 @@ You can find a Django sample application in the [Azure Monitor OpenCensus Python
4646

4747
## Track Flask applications
4848

49-
1. Download and install `opencensus-ext-flask` from [PyPI](https://pypi.org/project/opencensus-ext-flask/). Instrument your application with the `flask` middleware. Incoming requests sent to your `flask` application are tracked.
49+
1. Download and install `opencensus-ext-flask` from [PyPI](https://pypi.org/project/opencensus-ext-flask/). Instrument your application with the `flask` middleware. Incoming requests sent to your Flask application are tracked.
5050

5151
```python
5252

@@ -92,7 +92,7 @@ You can find a Flask sample application that tracks requests in the [Azure Monit
9292

9393
## Track Pyramid applications
9494

95-
1. Download and install `opencensus-ext-django` from [PyPI](https://pypi.org/project/opencensus-ext-pyramid/). Instrument your application with the `pyramid` tween. Incoming requests sent to your `pyramid` application are tracked.
95+
1. Download and install `opencensus-ext-django` from [PyPI](https://pypi.org/project/opencensus-ext-pyramid/). Instrument your application with the `pyramid` tween. Incoming requests sent to your Pyramid application are tracked.
9696

9797
```python
9898
def main(global_config, **settings):

0 commit comments

Comments
 (0)