We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c83a009 commit 6b9bf7eCopy full SHA for 6b9bf7e
1 file changed
content/en/docs/zero-code/python/example.md
@@ -3,7 +3,8 @@ title: Auto-Instrumentation Example
3
linkTitle: Example
4
weight: 20
5
aliases: [/docs/languages/python/automatic/example]
6
-cSpell:ignore: Aiohttp distro instrumentor mkdir MSIE Referer Starlette venv
+# prettier-ignore
7
+cSpell:ignore: Aiohttp ASGI distro instrumentor mkdir MSIE Referer Starlette venv
8
---
9
10
This page demonstrates how to use Python auto-instrumentation in OpenTelemetry.
@@ -330,9 +331,11 @@ These configuration options are supported by the following HTTP
330
331
instrumentations:
332
333
- Aiohttp-server
334
+- ASGI
335
- Django
336
- Falcon
337
- FastAPI
338
+- Flask
339
- Pyramid
340
- Starlette
341
- Tornado
0 commit comments