Skip to content

Commit

Permalink
Add to instrument names list
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Sep 1, 2020
1 parent c26b039 commit 9a698f2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/scout_apm/instruments/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@

logger = logging.getLogger(__name__)

instrument_names = ["elasticsearch", "jinja2", "pymongo", "redis", "urllib3"]
instrument_names = [
"aioredis",
"elasticsearch",
"jinja2",
"pymongo",
"redis",
"urllib3",
]


def ensure_all_installed():
Expand Down

0 comments on commit 9a698f2

Please sign in to comment.