diff --git a/opencensus/trace/integrations.py b/opencensus/trace/integrations.py index 7a58f4911..59934881d 100644 --- a/opencensus/trace/integrations.py +++ b/opencensus/trace/integrations.py @@ -32,8 +32,8 @@ class _Integrations: PYRAMID = 512 REQUESTS = 1024 SQLALCHEMY = 2056 - HTTPX = 4096 - FASTAPI = 8192 + HTTPX = 16777216 + FASTAPI = 4194304 def get_integrations():