Skip to content

Commit 6b9bf7e

Browse files
authored
zero-code/python: list more instrumentations that supports http headers capture (#8729)
1 parent c83a009 commit 6b9bf7e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

content/en/docs/zero-code/python/example.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: Auto-Instrumentation Example
33
linkTitle: Example
44
weight: 20
55
aliases: [/docs/languages/python/automatic/example]
6-
cSpell:ignore: Aiohttp distro instrumentor mkdir MSIE Referer Starlette venv
6+
# prettier-ignore
7+
cSpell:ignore: Aiohttp ASGI distro instrumentor mkdir MSIE Referer Starlette venv
78
---
89

910
This page demonstrates how to use Python auto-instrumentation in OpenTelemetry.
@@ -330,9 +331,11 @@ These configuration options are supported by the following HTTP
330331
instrumentations:
331332

332333
- Aiohttp-server
334+
- ASGI
333335
- Django
334336
- Falcon
335337
- FastAPI
338+
- Flask
336339
- Pyramid
337340
- Starlette
338341
- Tornado

0 commit comments

Comments
 (0)