.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
ROADMAP.md
THIRD_PARTY_NOTICES.md
setup.cfg
setup.py
.github/CODEOWNERS
.github/pull_request_template.md
.github/stale.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/troubleshooting.md
.github/workflows/deploy.yml
.github/workflows/tests.yml
newrelic/__init__.py
newrelic/agent.py
newrelic/config.py
newrelic/console.py
newrelic/newrelic.ini
newrelic/version.txt
newrelic.egg-info/PKG-INFO
newrelic.egg-info/SOURCES.txt
newrelic.egg-info/dependency_links.txt
newrelic.egg-info/entry_points.txt
newrelic.egg-info/not-zip-safe
newrelic.egg-info/requires.txt
newrelic.egg-info/top_level.txt
newrelic/admin/__init__.py
newrelic/admin/__main__.py
newrelic/admin/debug_console.py
newrelic/admin/generate_config.py
newrelic/admin/license_key.py
newrelic/admin/local_config.py
newrelic/admin/network_config.py
newrelic/admin/record_deploy.py
newrelic/admin/run_program.py
newrelic/admin/run_python.py
newrelic/admin/server_config.py
newrelic/admin/validate_config.py
newrelic/api/__init__.py
newrelic/api/application.py
newrelic/api/background_task.py
newrelic/api/cat_header_mixin.py
newrelic/api/database_trace.py
newrelic/api/datastore_trace.py
newrelic/api/error_trace.py
newrelic/api/exceptions.py
newrelic/api/external_trace.py
newrelic/api/function_profile.py
newrelic/api/function_trace.py
newrelic/api/generator_trace.py
newrelic/api/html_insertion.py
newrelic/api/import_hook.py
newrelic/api/in_function.py
newrelic/api/lambda_handler.py
newrelic/api/log.py
newrelic/api/memcache_trace.py
newrelic/api/message_trace.py
newrelic/api/message_transaction.py
newrelic/api/object_wrapper.py
newrelic/api/out_function.py
newrelic/api/post_function.py
newrelic/api/pre_function.py
newrelic/api/profile_trace.py
newrelic/api/settings.py
newrelic/api/solr_trace.py
newrelic/api/supportability.py
newrelic/api/time_trace.py
newrelic/api/transaction.py
newrelic/api/transaction_name.py
newrelic/api/web_transaction.py
newrelic/api/wsgi_application.py
newrelic/bootstrap/__init__.py
newrelic/bootstrap/sitecustomize.py
newrelic/common/__init__.py
newrelic/common/_monotonic.c
newrelic/common/agent_http.py
newrelic/common/async_proxy.py
newrelic/common/async_wrapper.py
newrelic/common/cacert.pem
newrelic/common/certs.py
newrelic/common/coroutine.py
newrelic/common/encoding_utils.py
newrelic/common/log_file.py
newrelic/common/object_names.py
newrelic/common/object_wrapper.py
newrelic/common/stopwatch.py
newrelic/common/streaming_utils.py
newrelic/common/system_info.py
newrelic/common/utilization.py
newrelic/core/__init__.py
newrelic/core/_thread_utilization.c
newrelic/core/adaptive_sampler.py
newrelic/core/agent.py
newrelic/core/agent_protocol.py
newrelic/core/agent_streaming.py
newrelic/core/application.py
newrelic/core/attribute.py
newrelic/core/attribute_filter.py
newrelic/core/config.py
newrelic/core/custom_event.py
newrelic/core/data_collector.py
newrelic/core/database_node.py
newrelic/core/database_utils.py
newrelic/core/datastore_node.py
newrelic/core/environment.py
newrelic/core/error_collector.py
newrelic/core/error_node.py
newrelic/core/external_node.py
newrelic/core/function_node.py
newrelic/core/infinite_tracing_pb2.py
newrelic/core/internal_metrics.py
newrelic/core/loop_node.py
newrelic/core/memcache_node.py
newrelic/core/message_node.py
newrelic/core/metric.py
newrelic/core/node_mixin.py
newrelic/core/profile_sessions.py
newrelic/core/root_node.py
newrelic/core/rules_engine.py
newrelic/core/solr_node.py
newrelic/core/stack_trace.py
newrelic/core/stats_engine.py
newrelic/core/string_table.py
newrelic/core/thread_utilization.py
newrelic/core/trace_cache.py
newrelic/core/trace_node.py
newrelic/core/transaction_node.py
newrelic/extras/__init__.py
newrelic/extras/framework_django/__init__.py
newrelic/extras/framework_django/templatetags/__init__.py
newrelic/extras/framework_django/templatetags/newrelic_tags.py
newrelic/hooks/__init__.py
newrelic/hooks/adapter_cheroot.py
newrelic/hooks/adapter_cherrypy.py
newrelic/hooks/adapter_flup.py
newrelic/hooks/adapter_gevent.py
newrelic/hooks/adapter_gunicorn.py
newrelic/hooks/adapter_meinheld.py
newrelic/hooks/adapter_paste.py
newrelic/hooks/adapter_waitress.py
newrelic/hooks/adapter_wsgiref.py
newrelic/hooks/application_celery.py
newrelic/hooks/application_gearman.py
newrelic/hooks/component_cornice.py
newrelic/hooks/component_djangorestframework.py
newrelic/hooks/component_flask_rest.py
newrelic/hooks/component_piston.py
newrelic/hooks/component_tastypie.py
newrelic/hooks/coroutines_asyncio.py
newrelic/hooks/coroutines_gevent.py
newrelic/hooks/database_cx_oracle.py
newrelic/hooks/database_dbapi2.py
newrelic/hooks/database_ibm_db_dbi.py
newrelic/hooks/database_mysql.py
newrelic/hooks/database_mysqldb.py
newrelic/hooks/database_oursql.py
newrelic/hooks/database_postgresql.py
newrelic/hooks/database_psycopg2.py
newrelic/hooks/database_psycopg2cffi.py
newrelic/hooks/database_psycopg2ct.py
newrelic/hooks/database_pymssql.py
newrelic/hooks/database_pymysql.py
newrelic/hooks/database_pyodbc.py
newrelic/hooks/database_sqlite.py
newrelic/hooks/datastore_bmemcached.py
newrelic/hooks/datastore_elasticsearch.py
newrelic/hooks/datastore_memcache.py
newrelic/hooks/datastore_motor.py
newrelic/hooks/datastore_pyelasticsearch.py
newrelic/hooks/datastore_pylibmc.py
newrelic/hooks/datastore_pymemcache.py
newrelic/hooks/datastore_pymongo.py
newrelic/hooks/datastore_pysolr.py
newrelic/hooks/datastore_redis.py
newrelic/hooks/datastore_solrpy.py
newrelic/hooks/datastore_umemcache.py
newrelic/hooks/external_botocore.py
newrelic/hooks/external_dropbox.py
newrelic/hooks/external_facepy.py
newrelic/hooks/external_feedparser.py
newrelic/hooks/external_httplib.py
newrelic/hooks/external_httplib2.py
newrelic/hooks/external_pywapi.py
newrelic/hooks/external_requests.py
newrelic/hooks/external_thrift.py
newrelic/hooks/external_urllib.py
newrelic/hooks/external_urllib2.py
newrelic/hooks/external_urllib3.py
newrelic/hooks/external_xmlrpclib.py
newrelic/hooks/framework_aiohttp.py
newrelic/hooks/framework_bottle.py
newrelic/hooks/framework_cherrypy.py
newrelic/hooks/framework_django.py
newrelic/hooks/framework_falcon.py
newrelic/hooks/framework_flask.py
newrelic/hooks/framework_grpc.py
newrelic/hooks/framework_pylons.py
newrelic/hooks/framework_pyramid.py
newrelic/hooks/framework_sanic.py
newrelic/hooks/framework_tornado.py
newrelic/hooks/framework_twisted.py
newrelic/hooks/framework_web2py.py
newrelic/hooks/framework_webpy.py
newrelic/hooks/memcache_memcache.py
newrelic/hooks/memcache_pylibmc.py
newrelic/hooks/memcache_umemcache.py
newrelic/hooks/messagebroker_pika.py
newrelic/hooks/middleware_flask_compress.py
newrelic/hooks/middleware_weberror.py
newrelic/hooks/nosql_pymongo.py
newrelic/hooks/nosql_redis.py
newrelic/hooks/solr_pysolr.py
newrelic/hooks/solr_solrpy.py
newrelic/hooks/template_genshi.py
newrelic/hooks/template_jinja2.py
newrelic/hooks/template_mako.py
newrelic/network/__init__.py
newrelic/network/addresses.py
newrelic/network/exceptions.py
newrelic/packages/__init__.py
newrelic/packages/six.py
newrelic/packages/urllib3/LICENSE.txt
newrelic/packages/urllib3/__init__.py
newrelic/packages/urllib3/_collections.py
newrelic/packages/urllib3/_version.py
newrelic/packages/urllib3/connection.py
newrelic/packages/urllib3/connectionpool.py
newrelic/packages/urllib3/exceptions.py
newrelic/packages/urllib3/fields.py
newrelic/packages/urllib3/filepost.py
newrelic/packages/urllib3/poolmanager.py
newrelic/packages/urllib3/request.py
newrelic/packages/urllib3/response.py
newrelic/packages/urllib3/contrib/__init__.py
newrelic/packages/urllib3/contrib/_appengine_environ.py
newrelic/packages/urllib3/contrib/appengine.py
newrelic/packages/urllib3/contrib/ntlmpool.py
newrelic/packages/urllib3/contrib/pyopenssl.py
newrelic/packages/urllib3/contrib/securetransport.py
newrelic/packages/urllib3/contrib/socks.py
newrelic/packages/urllib3/contrib/_securetransport/__init__.py
newrelic/packages/urllib3/contrib/_securetransport/bindings.py
newrelic/packages/urllib3/contrib/_securetransport/low_level.py
newrelic/packages/urllib3/packages/__init__.py
newrelic/packages/urllib3/packages/six.py
newrelic/packages/urllib3/packages/backports/__init__.py
newrelic/packages/urllib3/packages/backports/makefile.py
newrelic/packages/urllib3/packages/ssl_match_hostname/__init__.py
newrelic/packages/urllib3/packages/ssl_match_hostname/_implementation.py
newrelic/packages/urllib3/util/__init__.py
newrelic/packages/urllib3/util/connection.py
newrelic/packages/urllib3/util/queue.py
newrelic/packages/urllib3/util/request.py
newrelic/packages/urllib3/util/response.py
newrelic/packages/urllib3/util/retry.py
newrelic/packages/urllib3/util/ssl_.py
newrelic/packages/urllib3/util/timeout.py
newrelic/packages/urllib3/util/url.py
newrelic/packages/urllib3/util/wait.py
newrelic/packages/wrapt/LICENSE
newrelic/packages/wrapt/__init__.py
newrelic/packages/wrapt/_wrappers.c
newrelic/packages/wrapt/arguments.py
newrelic/packages/wrapt/decorators.py
newrelic/packages/wrapt/importer.py
newrelic/packages/wrapt/wrappers.py
newrelic/samplers/__init__.py
newrelic/samplers/cpu_usage.py
newrelic/samplers/data_sampler.py
newrelic/samplers/decorators.py
newrelic/samplers/memory_usage.py
scripts/newrelic-admin
tests/base_requirements.txt
tests/agent_features/_test_async_coroutine_trace.py
tests/agent_features/_test_async_coroutine_transaction.py
tests/agent_features/conftest.py
tests/agent_features/test_apdex_metrics.py
tests/agent_features/test_async_context_propagation.py
tests/agent_features/test_async_timing.py
tests/agent_features/test_attribute.py
tests/agent_features/test_attributes_in_action.py
tests/agent_features/test_background_task.py
tests/agent_features/test_browser.py
tests/agent_features/test_browser_middleware.py
tests/agent_features/test_cat.py
tests/agent_features/test_collector_payloads.py
tests/agent_features/test_configuration.py
tests/agent_features/test_coroutine_trace.py
tests/agent_features/test_coroutine_transaction.py
tests/agent_features/test_custom_events.py
tests/agent_features/test_dead_transactions.py
tests/agent_features/test_distributed_tracing.py
tests/agent_features/test_error_events.py
tests/agent_features/test_event_loop_wait_time.py
tests/agent_features/test_exception_messages.py
tests/agent_features/test_function_trace.py
tests/agent_features/test_high_security_mode.py
tests/agent_features/test_lambda_handler.py
tests/agent_features/test_logs_in_context.py
tests/agent_features/test_priority_sampling.py
tests/agent_features/test_record_exception.py
tests/agent_features/test_serverless_mode.py
tests/agent_features/test_span_events.py
tests/agent_features/test_stack_trace.py
tests/agent_features/test_supportability_metrics.py
tests/agent_features/test_synthetics.py
tests/agent_features/test_time_trace.py
tests/agent_features/test_transaction_event_data_and_some_browser_stuff_too.py
tests/agent_features/test_transaction_name.py
tests/agent_features/test_transaction_trace_segments.py
tests/agent_features/test_w3c_trace_context.py
tests/agent_features/test_web_transaction.py
tests/agent_features/tox.ini
tests/agent_streaming/_test_handler.py
tests/agent_streaming/conftest.py
tests/agent_streaming/test_infinite_tracing.py
tests/agent_streaming/test_span_events.py
tests/agent_streaming/test_streaming_rpc.py
tests/agent_streaming/tox.ini
tests/agent_unittests/cert.pem
tests/agent_unittests/conftest.py
tests/agent_unittests/test_agent.py
tests/agent_unittests/test_agent_connect.py
tests/agent_unittests/test_agent_protocol.py
tests/agent_unittests/test_check_environment.py
tests/agent_unittests/test_connect_response_fields.py
tests/agent_unittests/test_distributed_tracing_settings.py
tests/agent_unittests/test_environment.py
tests/agent_unittests/test_full_uri_payloads.py
tests/agent_unittests/test_harvest_loop.py
tests/agent_unittests/test_http_client.py
tests/agent_unittests/test_infinite_trace_settings.py
tests/agent_unittests/test_region_aware_settings.py
tests/agent_unittests/test_serverless_mode_settings.py
tests/agent_unittests/test_utilization_settings.py
tests/agent_unittests/tox.ini
tests/testing_support/__init__.py
tests/testing_support/external_fixtures.py
tests/testing_support/fixtures.py
tests/testing_support/mock_external_grpc_server.py
tests/testing_support/mock_external_http_server.py
tests/testing_support/sample_applications.py
tests/testing_support/util.py
tests/testing_support/validators/__init__.py
tests/testing_support/validators/validate_apdex_metrics.py
tests/testing_support/validators/validate_metric_payload.py
tests/testing_support/validators/validate_serverless_data.py
tests/testing_support/validators/validate_serverless_metadata.py
tests/testing_support/validators/validate_serverless_payload.py
tests/testing_support/validators/validate_span_events.py