Skip to content

Commit 6cdf8c5

Browse files
committed
Remove opencensus
1 parent d869bbb commit 6cdf8c5

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

code/function/fastapp/utils.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
from logging import Logger
33

44
from fastapp.core.config import settings
5-
from opencensus.extension.azure.functions import OpenCensusExtension
6-
7-
if settings.APPLICATIONINSIGHTS_CONNECTION_STRING:
8-
OpenCensusExtension.configure()
95

106

117
def setup_logging(module) -> Logger:

code/function/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@
55
azure-functions~=1.14.0
66
fastapi~=0.96.1
77
aiohttp~=3.8.4
8-
opencensus-extension-azure-functions~=1.0.0

0 commit comments

Comments
 (0)