feat: add HTTPX client instrumentation for OpenTelemetry (#26651)

This commit is contained in:
耐小心
2025-10-09 09:24:47 +08:00
committed by GitHub
parent 09d84e900c
commit 89821d66bb
4 changed files with 21 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
"flask_login",
"opentelemetry.instrumentation.celery",
"opentelemetry.instrumentation.flask",
"opentelemetry.instrumentation.httpx",
"opentelemetry.instrumentation.requests",
"opentelemetry.instrumentation.sqlalchemy",
"opentelemetry.instrumentation.redis"