-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added separate instrumentation for redis.asyncio.client (#808) * Added separate instrumentation for redis.asyncio.client Merge main branch updates Add tests for newrelic/config.py (#860) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> * Modify redis tests * removed redis.asyncio from aioredis instrumentation removed aioredis instrumentation in redis asyncio client removed redis.asyncio from aioredis instrumentation --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Lalleh Rafeei <[email protected]> Co-authored-by: Lalleh Rafeei <[email protected]> * Redis asyncio testing (#881) * Add/modify redis asyncio tests * Change to psubscribe * Tweak redis async tests/instrumentation * [Mega-Linter] Apply linters fixes * Push empty commit * Exclude older instrumentation from coverage * Resolve requested testing changes * Tweak async pubsub test * Fix pubsub test --------- Co-authored-by: lrafeei <[email protected]> * Remove aioredis and aredis from tox (#891) * Remove aioredis and aredis from tox * Add aredis and aioredis to coverage ignore * Push empty commit * Fix codecov ignore file --------- Co-authored-by: Ahmed <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: lrafeei <[email protected]>
- Loading branch information
1 parent
4b3768b
commit 17f8937
Showing
6 changed files
with
226 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,25 @@ | ||
ignore: | ||
- "newrelic/packages/**/*" | ||
- "newrelic/packages/*" | ||
- "newreilc/hooks/component_sentry.py" | ||
- "newrelic/hooks/adapter_meinheld.py" | ||
- "newrelic/admin/*" | ||
- "newrelic/console.py" | ||
- "newrelic/hooks/adapter_flup.py" | ||
- "newrelic/hooks/adapter_meinheld.py" | ||
- "newrelic/hooks/adapter_paste.py" | ||
- "newrelic/hooks/component_piston.py" | ||
- "newrelic/hooks/database_oursql.py" | ||
- "newrelic/hooks/database_psycopg2ct.py" | ||
- "newrelic/hooks/datastore_aioredis.py" | ||
- "newrelic/hooks/datastore_aredis.py" | ||
- "newrelic/hooks/datastore_motor.py" | ||
- "newrelic/hooks/datastore_pyelasticsearch.py" | ||
- "newrelic/hooks/external_pywapi.py" | ||
- "newrelic/hooks/datastore_umemcache.py" | ||
- "newrelic/hooks/external_dropbox.py" | ||
- "newrelic/hooks/external_facepy.py" | ||
- "newrelic/hooks/external_pywapi.py" | ||
- "newrelic/hooks/external_xmlrpclib.py" | ||
- "newrelic/hooks/framework_pylons.py" | ||
- "newrelic/hooks/framework_web2py.py" | ||
- "newrelic/hooks/middleware_weberror.py" | ||
- "newrelic/hooks/framework_webpy.py" | ||
- "newrelic/hooks/datastore_motor.py" | ||
- "newrelic/hooks/database_oursql.py" | ||
- "newrelic/hooks/database_psycopg2ct.py" | ||
- "newrelic/hooks/datastore_umemcache.py" | ||
- "newrelic/admin/*" | ||
- "newrelic/console.py" | ||
- "newrelic/hooks/middleware_weberror.py" | ||
- "newrelic/packages/*" | ||
- "newrelic/packages/**/*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.