Skip to content

Commit 9a698f2

Browse files
committed
Add to instrument names list
1 parent c26b039 commit 9a698f2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/scout_apm/instruments/__init__.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,14 @@
88

99
logger = logging.getLogger(__name__)
1010

11-
instrument_names = ["elasticsearch", "jinja2", "pymongo", "redis", "urllib3"]
11+
instrument_names = [
12+
"aioredis",
13+
"elasticsearch",
14+
"jinja2",
15+
"pymongo",
16+
"redis",
17+
"urllib3",
18+
]
1219

1320

1421
def ensure_all_installed():

0 commit comments

Comments
 (0)