From 5314d4a31977763bd7a3c7f0bf9c0ebcb0512a14 Mon Sep 17 00:00:00 2001 From: Leighton Chen Date: Wed, 27 Dec 2023 13:17:52 -0800 Subject: [PATCH] Update integrations.py --- opencensus/trace/integrations.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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():