Created
October 26, 2020 19:48
-
-
Save a-recknagel/b5f155d4589379a5faf2f7b916b1e3ff to your computer and use it in GitHub Desktop.
newrelic late license_key plugging bug debug logs
This file contains hidden or 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
$ uvicorn app:app | |
DEBUG:newrelic.config:agent configuration file was newrelic.ini | |
DEBUG:newrelic.config:agent config app_name = 'HelloWorld' | |
DEBUG:newrelic.config:agent config monitor_mode = True | |
DEBUG:newrelic.config:register module ('greenlet', 'newrelic.core.trace_cache', 'greenlet_loaded') | |
DEBUG:newrelic.config:register module ('asyncio', 'newrelic.core.trace_cache', 'asyncio_loaded') | |
DEBUG:newrelic.config:instrument module (<module 'asyncio' from '/home/user/python/lib/python3.8/asyncio/__init__.py'>, 'newrelic.core.trace_cache', 'asyncio_loaded') | |
DEBUG:newrelic.config:register module ('asyncio.base_events', 'newrelic.hooks.coroutines_asyncio', 'instrument_asyncio_base_events') | |
DEBUG:newrelic.config:instrument module (<module 'asyncio.base_events' from '/home/user/python/lib/python3.8/asyncio/base_events.py'>, 'newrelic.hooks.coroutines_asyncio', 'instrument_asyncio_base_events') | |
DEBUG:newrelic.config:register module ('asyncio.events', 'newrelic.hooks.coroutines_asyncio', 'instrument_asyncio_events') | |
DEBUG:newrelic.config:instrument module (<module 'asyncio.events' from '/home/user/python/lib/python3.8/asyncio/events.py'>, 'newrelic.hooks.coroutines_asyncio', 'instrument_asyncio_events') | |
DEBUG:newrelic.config:register module ('django.core.handlers.base', 'newrelic.hooks.framework_django', 'instrument_django_core_handlers_base') | |
DEBUG:newrelic.config:register module ('django.core.handlers.wsgi', 'newrelic.hooks.framework_django', 'instrument_django_core_handlers_wsgi') | |
DEBUG:newrelic.config:register module ('django.core.urlresolvers', 'newrelic.hooks.framework_django', 'instrument_django_core_urlresolvers') | |
DEBUG:newrelic.config:register module ('django.template', 'newrelic.hooks.framework_django', 'instrument_django_template') | |
DEBUG:newrelic.config:register module ('django.template.loader_tags', 'newrelic.hooks.framework_django', 'instrument_django_template_loader_tags') | |
DEBUG:newrelic.config:register module ('django.core.servers.basehttp', 'newrelic.hooks.framework_django', 'instrument_django_core_servers_basehttp') | |
DEBUG:newrelic.config:register module ('django.contrib.staticfiles.views', 'newrelic.hooks.framework_django', 'instrument_django_contrib_staticfiles_views') | |
DEBUG:newrelic.config:register module ('django.contrib.staticfiles.handlers', 'newrelic.hooks.framework_django', 'instrument_django_contrib_staticfiles_handlers') | |
DEBUG:newrelic.config:register module ('django.views.debug', 'newrelic.hooks.framework_django', 'instrument_django_views_debug') | |
DEBUG:newrelic.config:register module ('django.http.multipartparser', 'newrelic.hooks.framework_django', 'instrument_django_http_multipartparser') | |
DEBUG:newrelic.config:register module ('django.core.mail', 'newrelic.hooks.framework_django', 'instrument_django_core_mail') | |
DEBUG:newrelic.config:register module ('django.core.mail.message', 'newrelic.hooks.framework_django', 'instrument_django_core_mail_message') | |
DEBUG:newrelic.config:register module ('django.views.generic.base', 'newrelic.hooks.framework_django', 'instrument_django_views_generic_base') | |
DEBUG:newrelic.config:register module ('django.core.management.base', 'newrelic.hooks.framework_django', 'instrument_django_core_management_base') | |
DEBUG:newrelic.config:register module ('django.template.base', 'newrelic.hooks.framework_django', 'instrument_django_template_base') | |
DEBUG:newrelic.config:register module ('django.middleware.gzip', 'newrelic.hooks.framework_django', 'instrument_django_gzip_middleware') | |
DEBUG:newrelic.config:register module ('django.urls.resolvers', 'newrelic.hooks.framework_django', 'instrument_django_core_urlresolvers') | |
DEBUG:newrelic.config:register module ('django.urls.base', 'newrelic.hooks.framework_django', 'instrument_django_urls_base') | |
DEBUG:newrelic.config:register module ('django.core.handlers.exception', 'newrelic.hooks.framework_django', 'instrument_django_core_handlers_exception') | |
DEBUG:newrelic.config:register module ('falcon.api', 'newrelic.hooks.framework_falcon', 'instrument_falcon_api') | |
DEBUG:newrelic.config:register module ('falcon.app', 'newrelic.hooks.framework_falcon', 'instrument_falcon_app') | |
DEBUG:newrelic.config:register module ('falcon.routing.util', 'newrelic.hooks.framework_falcon', 'instrument_falcon_routing_util') | |
DEBUG:newrelic.config:register module ('fastapi.routing', 'newrelic.hooks.framework_fastapi', 'instrument_fastapi_routing') | |
DEBUG:newrelic.config:register module ('flask.app', 'newrelic.hooks.framework_flask', 'instrument_flask_app') | |
DEBUG:newrelic.config:register module ('flask.templating', 'newrelic.hooks.framework_flask', 'instrument_flask_templating') | |
DEBUG:newrelic.config:register module ('flask.blueprints', 'newrelic.hooks.framework_flask', 'instrument_flask_blueprints') | |
DEBUG:newrelic.config:register module ('flask.views', 'newrelic.hooks.framework_flask', 'instrument_flask_views') | |
DEBUG:newrelic.config:register module ('flask_compress', 'newrelic.hooks.middleware_flask_compress', 'instrument_flask_compress') | |
DEBUG:newrelic.config:register module ('flask_restful', 'newrelic.hooks.component_flask_rest', 'instrument_flask_rest') | |
DEBUG:newrelic.config:register module ('flask_restplus.api', 'newrelic.hooks.component_flask_rest', 'instrument_flask_rest') | |
DEBUG:newrelic.config:register module ('gluon.compileapp', 'newrelic.hooks.framework_web2py', 'instrument_gluon_compileapp') | |
DEBUG:newrelic.config:register module ('gluon.restricted', 'newrelic.hooks.framework_web2py', 'instrument_gluon_restricted') | |
DEBUG:newrelic.config:register module ('gluon.main', 'newrelic.hooks.framework_web2py', 'instrument_gluon_main') | |
DEBUG:newrelic.config:register module ('gluon.template', 'newrelic.hooks.framework_web2py', 'instrument_gluon_template') | |
DEBUG:newrelic.config:register module ('gluon.tools', 'newrelic.hooks.framework_web2py', 'instrument_gluon_tools') | |
DEBUG:newrelic.config:register module ('gluon.http', 'newrelic.hooks.framework_web2py', 'instrument_gluon_http') | |
DEBUG:newrelic.config:register module ('gluon.contrib.feedparser', 'newrelic.hooks.external_feedparser', 'instrument') | |
DEBUG:newrelic.config:register module ('gluon.contrib.memcache.memcache', 'newrelic.hooks.memcache_memcache', 'instrument') | |
DEBUG:newrelic.config:register module ('grpc._channel', 'newrelic.hooks.framework_grpc', 'instrument_grpc__channel') | |
DEBUG:newrelic.config:register module ('grpc._server', 'newrelic.hooks.framework_grpc', 'instrument_grpc_server') | |
DEBUG:newrelic.config:register module ('pylons.wsgiapp', 'newrelic.hooks.framework_pylons', 'instrument') | |
DEBUG:newrelic.config:register module ('pylons.controllers.core', 'newrelic.hooks.framework_pylons', 'instrument') | |
DEBUG:newrelic.config:register module ('pylons.templating', 'newrelic.hooks.framework_pylons', 'instrument') | |
DEBUG:newrelic.config:register module ('bottle', 'newrelic.hooks.framework_bottle', 'instrument_bottle') | |
DEBUG:newrelic.config:register module ('cherrypy._cpreqbody', 'newrelic.hooks.framework_cherrypy', 'instrument_cherrypy__cpreqbody') | |
DEBUG:newrelic.config:register module ('cherrypy._cprequest', 'newrelic.hooks.framework_cherrypy', 'instrument_cherrypy__cprequest') | |
DEBUG:newrelic.config:register module ('cherrypy._cpdispatch', 'newrelic.hooks.framework_cherrypy', 'instrument_cherrypy__cpdispatch') | |
DEBUG:newrelic.config:register module ('cherrypy._cpwsgi', 'newrelic.hooks.framework_cherrypy', 'instrument_cherrypy__cpwsgi') | |
DEBUG:newrelic.config:register module ('cherrypy._cptree', 'newrelic.hooks.framework_cherrypy', 'instrument_cherrypy__cptree') | |
DEBUG:newrelic.config:register module ('paste.httpserver', 'newrelic.hooks.adapter_paste', 'instrument_paste_httpserver') | |
DEBUG:newrelic.config:register module ('gunicorn.app.base', 'newrelic.hooks.adapter_gunicorn', 'instrument_gunicorn_app_base') | |
DEBUG:newrelic.config:register module ('cx_Oracle', 'newrelic.hooks.database_cx_oracle', 'instrument_cx_oracle') | |
DEBUG:newrelic.config:register module ('ibm_db_dbi', 'newrelic.hooks.database_ibm_db_dbi', 'instrument_ibm_db_dbi') | |
DEBUG:newrelic.config:register module ('mysql.connector', 'newrelic.hooks.database_mysql', 'instrument_mysql_connector') | |
DEBUG:newrelic.config:register module ('MySQLdb', 'newrelic.hooks.database_mysqldb', 'instrument_mysqldb') | |
DEBUG:newrelic.config:register module ('oursql', 'newrelic.hooks.database_oursql', 'instrument_oursql') | |
DEBUG:newrelic.config:register module ('pymysql', 'newrelic.hooks.database_pymysql', 'instrument_pymysql') | |
DEBUG:newrelic.config:register module ('pyodbc', 'newrelic.hooks.database_pyodbc', 'instrument_pyodbc') | |
DEBUG:newrelic.config:register module ('pymssql', 'newrelic.hooks.database_pymssql', 'instrument_pymssql') | |
DEBUG:newrelic.config:register module ('psycopg2', 'newrelic.hooks.database_psycopg2', 'instrument_psycopg2') | |
DEBUG:newrelic.config:register module ('psycopg2._psycopg2', 'newrelic.hooks.database_psycopg2', 'instrument_psycopg2__psycopg2') | |
DEBUG:newrelic.config:register module ('psycopg2.extensions', 'newrelic.hooks.database_psycopg2', 'instrument_psycopg2_extensions') | |
DEBUG:newrelic.config:register module ('psycopg2._json', 'newrelic.hooks.database_psycopg2', 'instrument_psycopg2__json') | |
DEBUG:newrelic.config:register module ('psycopg2._range', 'newrelic.hooks.database_psycopg2', 'instrument_psycopg2__range') | |
DEBUG:newrelic.config:register module ('psycopg2.sql', 'newrelic.hooks.database_psycopg2', 'instrument_psycopg2_sql') | |
DEBUG:newrelic.config:register module ('psycopg2ct', 'newrelic.hooks.database_psycopg2ct', 'instrument_psycopg2ct') | |
DEBUG:newrelic.config:register module ('psycopg2ct.extensions', 'newrelic.hooks.database_psycopg2ct', 'instrument_psycopg2ct_extensions') | |
DEBUG:newrelic.config:register module ('psycopg2cffi', 'newrelic.hooks.database_psycopg2cffi', 'instrument_psycopg2cffi') | |
DEBUG:newrelic.config:register module ('psycopg2cffi.extensions', 'newrelic.hooks.database_psycopg2cffi', 'instrument_psycopg2cffi_extensions') | |
DEBUG:newrelic.config:register module ('asyncpg.connect_utils', 'newrelic.hooks.database_asyncpg', 'instrument_asyncpg_connect_utils') | |
DEBUG:newrelic.config:register module ('asyncpg.protocol', 'newrelic.hooks.database_asyncpg', 'instrument_asyncpg_protocol') | |
DEBUG:newrelic.config:register module ('postgresql.driver.dbapi20', 'newrelic.hooks.database_postgresql', 'instrument_postgresql_driver_dbapi20') | |
DEBUG:newrelic.config:register module ('postgresql.interface.proboscis.dbapi2', 'newrelic.hooks.database_postgresql', 'instrument_postgresql_interface_proboscis_dbapi2') | |
DEBUG:newrelic.config:register module ('sqlite3', 'newrelic.hooks.database_sqlite', 'instrument_sqlite3') | |
DEBUG:newrelic.config:register module ('sqlite3.dbapi2', 'newrelic.hooks.database_sqlite', 'instrument_sqlite3_dbapi2') | |
DEBUG:newrelic.config:register module ('pysqlite2', 'newrelic.hooks.database_sqlite', 'instrument_sqlite3') | |
DEBUG:newrelic.config:register module ('pysqlite2.dbapi2', 'newrelic.hooks.database_sqlite', 'instrument_sqlite3_dbapi2') | |
DEBUG:newrelic.config:register module ('memcache', 'newrelic.hooks.datastore_memcache', 'instrument_memcache') | |
DEBUG:newrelic.config:register module ('umemcache', 'newrelic.hooks.datastore_umemcache', 'instrument_umemcache') | |
DEBUG:newrelic.config:register module ('pylibmc.client', 'newrelic.hooks.datastore_pylibmc', 'instrument_pylibmc_client') | |
DEBUG:newrelic.config:register module ('bmemcached.client', 'newrelic.hooks.datastore_bmemcached', 'instrument_bmemcached_client') | |
DEBUG:newrelic.config:register module ('pymemcache.client', 'newrelic.hooks.datastore_pymemcache', 'instrument_pymemcache_client') | |
DEBUG:newrelic.config:register module ('jinja2.environment', 'newrelic.hooks.template_jinja2', 'instrument') | |
DEBUG:newrelic.config:register module ('mako.runtime', 'newrelic.hooks.template_mako', 'instrument_mako_runtime') | |
DEBUG:newrelic.config:register module ('mako.template', 'newrelic.hooks.template_mako', 'instrument_mako_template') | |
DEBUG:newrelic.config:register module ('genshi.template.base', 'newrelic.hooks.template_genshi', 'instrument') | |
DEBUG:newrelic.config:register module ('http.client', 'newrelic.hooks.external_httplib', 'instrument') | |
DEBUG:newrelic.config:instrument module (<module 'http.client' from '/home/user/python/lib/python3.8/http/client.py'>, 'newrelic.hooks.external_httplib', 'instrument') | |
DEBUG:newrelic.config:register module ('httplib2', 'newrelic.hooks.external_httplib2', 'instrument') | |
DEBUG:newrelic.config:register module ('urllib.request', 'newrelic.hooks.external_urllib', 'instrument') | |
DEBUG:newrelic.config:register module ('urllib3.connectionpool', 'newrelic.hooks.external_urllib3', 'instrument_urllib3_connectionpool') | |
DEBUG:newrelic.config:register module ('urllib3.connection', 'newrelic.hooks.external_urllib3', 'instrument_urllib3_connection') | |
DEBUG:newrelic.config:register module ('requests.packages.urllib3.connection', 'newrelic.hooks.external_urllib3', 'instrument_urllib3_connection') | |
DEBUG:newrelic.config:register module ('starlette.requests', 'newrelic.hooks.framework_starlette', 'instrument_starlette_requests') | |
DEBUG:newrelic.config:register module ('starlette.routing', 'newrelic.hooks.framework_starlette', 'instrument_starlette_routing') | |
DEBUG:newrelic.config:register module ('starlette.applications', 'newrelic.hooks.framework_starlette', 'instrument_starlette_applications') | |
DEBUG:newrelic.config:register module ('starlette.middleware.errors', 'newrelic.hooks.framework_starlette', 'instrument_starlette_middleware_errors') | |
DEBUG:newrelic.config:register module ('starlette.exceptions', 'newrelic.hooks.framework_starlette', 'instrument_starlette_exceptions') | |
DEBUG:newrelic.config:register module ('starlette.background', 'newrelic.hooks.framework_starlette', 'instrument_starlette_background_task') | |
DEBUG:newrelic.config:register module ('uvicorn.config', 'newrelic.hooks.adapter_uvicorn', 'instrument_uvicorn_config') | |
DEBUG:newrelic.api.import_hook:Module <module 'uvicorn.config' from '/home/user/fastapi_test/venv/lib/python3.8/site-packages/uvicorn/config.py'> has been imported before the newrelic.agent.initialize call. Import and initialize the New Relic agent before all other modules for best monitoring results. | |
DEBUG:newrelic.config:instrument module (<module 'uvicorn.config' from '/home/user/fastapi_test/venv/lib/python3.8/site-packages/uvicorn/config.py'>, 'newrelic.hooks.adapter_uvicorn', 'instrument_uvicorn_config') | |
DEBUG:newrelic.config:register module ('sanic.app', 'newrelic.hooks.framework_sanic', 'instrument_sanic_app') | |
DEBUG:newrelic.config:register module ('sanic.response', 'newrelic.hooks.framework_sanic', 'instrument_sanic_response') | |
DEBUG:newrelic.config:register module ('aiohttp.wsgi', 'newrelic.hooks.framework_aiohttp', 'instrument_aiohttp_wsgi') | |
DEBUG:newrelic.config:register module ('aiohttp.web', 'newrelic.hooks.framework_aiohttp', 'instrument_aiohttp_web') | |
DEBUG:newrelic.config:register module ('aiohttp.web_reqrep', 'newrelic.hooks.framework_aiohttp', 'instrument_aiohttp_web_response') | |
DEBUG:newrelic.config:register module ('aiohttp.web_response', 'newrelic.hooks.framework_aiohttp', 'instrument_aiohttp_web_response') | |
DEBUG:newrelic.config:register module ('aiohttp.web_urldispatcher', 'newrelic.hooks.framework_aiohttp', 'instrument_aiohttp_web_urldispatcher') | |
DEBUG:newrelic.config:register module ('aiohttp.client', 'newrelic.hooks.framework_aiohttp', 'instrument_aiohttp_client') | |
DEBUG:newrelic.config:register module ('aiohttp.client_reqrep', 'newrelic.hooks.framework_aiohttp', 'instrument_aiohttp_client_reqrep') | |
DEBUG:newrelic.config:register module ('aiohttp.protocol', 'newrelic.hooks.framework_aiohttp', 'instrument_aiohttp_protocol') | |
DEBUG:newrelic.config:register module ('requests.api', 'newrelic.hooks.external_requests', 'instrument_requests_api') | |
DEBUG:newrelic.config:register module ('requests.sessions', 'newrelic.hooks.external_requests', 'instrument_requests_sessions') | |
DEBUG:newrelic.config:register module ('feedparser', 'newrelic.hooks.external_feedparser', 'instrument') | |
DEBUG:newrelic.config:register module ('xmlrpclib', 'newrelic.hooks.external_xmlrpclib', 'instrument') | |
DEBUG:newrelic.config:register module ('dropbox', 'newrelic.hooks.external_dropbox', 'instrument') | |
DEBUG:newrelic.config:register module ('facepy.graph_api', 'newrelic.hooks.external_facepy', 'instrument') | |
DEBUG:newrelic.config:register module ('pysolr', 'newrelic.hooks.datastore_pysolr', 'instrument_pysolr') | |
DEBUG:newrelic.config:register module ('solr', 'newrelic.hooks.datastore_solrpy', 'instrument_solrpy') | |
DEBUG:newrelic.config:register module ('elasticsearch.client', 'newrelic.hooks.datastore_elasticsearch', 'instrument_elasticsearch_client') | |
DEBUG:newrelic.config:register module ('elasticsearch.client.cat', 'newrelic.hooks.datastore_elasticsearch', 'instrument_elasticsearch_client_cat') | |
DEBUG:newrelic.config:register module ('elasticsearch.client.cluster', 'newrelic.hooks.datastore_elasticsearch', 'instrument_elasticsearch_client_cluster') | |
DEBUG:newrelic.config:register module ('elasticsearch.client.indices', 'newrelic.hooks.datastore_elasticsearch', 'instrument_elasticsearch_client_indices') | |
DEBUG:newrelic.config:register module ('elasticsearch.client.nodes', 'newrelic.hooks.datastore_elasticsearch', 'instrument_elasticsearch_client_nodes') | |
DEBUG:newrelic.config:register module ('elasticsearch.client.snapshot', 'newrelic.hooks.datastore_elasticsearch', 'instrument_elasticsearch_client_snapshot') | |
DEBUG:newrelic.config:register module ('elasticsearch.client.tasks', 'newrelic.hooks.datastore_elasticsearch', 'instrument_elasticsearch_client_tasks') | |
DEBUG:newrelic.config:register module ('elasticsearch.client.ingest', 'newrelic.hooks.datastore_elasticsearch', 'instrument_elasticsearch_client_ingest') | |
DEBUG:newrelic.config:register module ('elasticsearch.connection.base', 'newrelic.hooks.datastore_elasticsearch', 'instrument_elasticsearch_connection_base') | |
DEBUG:newrelic.config:register module ('elasticsearch.transport', 'newrelic.hooks.datastore_elasticsearch', 'instrument_elasticsearch_transport') | |
DEBUG:newrelic.config:register module ('pika.adapters', 'newrelic.hooks.messagebroker_pika', 'instrument_pika_adapters') | |
DEBUG:newrelic.config:register module ('pika.channel', 'newrelic.hooks.messagebroker_pika', 'instrument_pika_channel') | |
DEBUG:newrelic.config:register module ('pika.spec', 'newrelic.hooks.messagebroker_pika', 'instrument_pika_spec') | |
DEBUG:newrelic.config:register module ('pyelasticsearch.client', 'newrelic.hooks.datastore_pyelasticsearch', 'instrument_pyelasticsearch_client') | |
DEBUG:newrelic.config:register module ('pymongo.connection', 'newrelic.hooks.datastore_pymongo', 'instrument_pymongo_connection') | |
DEBUG:newrelic.config:register module ('pymongo.mongo_client', 'newrelic.hooks.datastore_pymongo', 'instrument_pymongo_mongo_client') | |
DEBUG:newrelic.config:register module ('pymongo.collection', 'newrelic.hooks.datastore_pymongo', 'instrument_pymongo_collection') | |
DEBUG:newrelic.config:register module ('redis.connection', 'newrelic.hooks.datastore_redis', 'instrument_redis_connection') | |
DEBUG:newrelic.config:register module ('redis.client', 'newrelic.hooks.datastore_redis', 'instrument_redis_client') | |
DEBUG:newrelic.config:register module ('motor', 'newrelic.hooks.datastore_motor', 'patch_motor') | |
DEBUG:newrelic.config:register module ('piston.resource', 'newrelic.hooks.component_piston', 'instrument_piston_resource') | |
DEBUG:newrelic.config:register module ('piston.doc', 'newrelic.hooks.component_piston', 'instrument_piston_doc') | |
DEBUG:newrelic.config:register module ('tastypie.resources', 'newrelic.hooks.component_tastypie', 'instrument_tastypie_resources') | |
DEBUG:newrelic.config:register module ('tastypie.api', 'newrelic.hooks.component_tastypie', 'instrument_tastypie_api') | |
DEBUG:newrelic.config:register module ('rest_framework.views', 'newrelic.hooks.component_djangorestframework', 'instrument_rest_framework_views') | |
DEBUG:newrelic.config:register module ('rest_framework.decorators', 'newrelic.hooks.component_djangorestframework', 'instrument_rest_framework_decorators') | |
DEBUG:newrelic.config:register module ('celery.task.base', 'newrelic.hooks.application_celery', 'instrument_celery_app_task') | |
DEBUG:newrelic.config:register module ('celery.app.task', 'newrelic.hooks.application_celery', 'instrument_celery_app_task') | |
DEBUG:newrelic.config:register module ('celery.worker', 'newrelic.hooks.application_celery', 'instrument_celery_worker') | |
DEBUG:newrelic.config:register module ('celery.concurrency.processes', 'newrelic.hooks.application_celery', 'instrument_celery_worker') | |
DEBUG:newrelic.config:register module ('celery.concurrency.prefork', 'newrelic.hooks.application_celery', 'instrument_celery_worker') | |
DEBUG:newrelic.config:register module ('celery.execute.trace', 'newrelic.hooks.application_celery', 'instrument_celery_execute_trace') | |
DEBUG:newrelic.config:register module ('celery.task.trace', 'newrelic.hooks.application_celery', 'instrument_celery_execute_trace') | |
DEBUG:newrelic.config:register module ('celery.app.trace', 'newrelic.hooks.application_celery', 'instrument_celery_execute_trace') | |
DEBUG:newrelic.config:register module ('billiard.pool', 'newrelic.hooks.application_celery', 'instrument_billiard_pool') | |
DEBUG:newrelic.config:register module ('flup.server.cgi', 'newrelic.hooks.adapter_flup', 'instrument_flup_server_cgi') | |
DEBUG:newrelic.config:register module ('flup.server.ajp_base', 'newrelic.hooks.adapter_flup', 'instrument_flup_server_ajp_base') | |
DEBUG:newrelic.config:register module ('flup.server.fcgi_base', 'newrelic.hooks.adapter_flup', 'instrument_flup_server_fcgi_base') | |
DEBUG:newrelic.config:register module ('flup.server.scgi_base', 'newrelic.hooks.adapter_flup', 'instrument_flup_server_scgi_base') | |
DEBUG:newrelic.config:register module ('pywapi', 'newrelic.hooks.external_pywapi', 'instrument_pywapi') | |
DEBUG:newrelic.config:register module ('meinheld.server', 'newrelic.hooks.adapter_meinheld', 'instrument_meinheld_server') | |
DEBUG:newrelic.config:register module ('waitress.server', 'newrelic.hooks.adapter_waitress', 'instrument_waitress_server') | |
DEBUG:newrelic.config:register module ('gevent.wsgi', 'newrelic.hooks.adapter_gevent', 'instrument_gevent_wsgi') | |
DEBUG:newrelic.config:register module ('gevent.pywsgi', 'newrelic.hooks.adapter_gevent', 'instrument_gevent_pywsgi') | |
DEBUG:newrelic.config:register module ('wsgiref.simple_server', 'newrelic.hooks.adapter_wsgiref', 'instrument_wsgiref_simple_server') | |
DEBUG:newrelic.config:register module ('cherrypy.wsgiserver', 'newrelic.hooks.adapter_cherrypy', 'instrument_cherrypy_wsgiserver') | |
DEBUG:newrelic.config:register module ('cheroot.wsgi', 'newrelic.hooks.adapter_cheroot', 'instrument_cheroot_wsgiserver') | |
DEBUG:newrelic.config:register module ('pyramid.router', 'newrelic.hooks.framework_pyramid', 'instrument_pyramid_router') | |
DEBUG:newrelic.config:register module ('pyramid.config', 'newrelic.hooks.framework_pyramid', 'instrument_pyramid_config_views') | |
DEBUG:newrelic.config:register module ('pyramid.config.views', 'newrelic.hooks.framework_pyramid', 'instrument_pyramid_config_views') | |
DEBUG:newrelic.config:register module ('pyramid.config.tweens', 'newrelic.hooks.framework_pyramid', 'instrument_pyramid_config_tweens') | |
DEBUG:newrelic.config:register module ('cornice.service', 'newrelic.hooks.component_cornice', 'instrument_cornice_service') | |
DEBUG:newrelic.config:register module ('gevent.monkey', 'newrelic.hooks.coroutines_gevent', 'instrument_gevent_monkey') | |
DEBUG:newrelic.config:register module ('weberror.errormiddleware', 'newrelic.hooks.middleware_weberror', 'instrument_weberror_errormiddleware') | |
DEBUG:newrelic.config:register module ('weberror.reporter', 'newrelic.hooks.middleware_weberror', 'instrument_weberror_reporter') | |
DEBUG:newrelic.config:register module ('thrift.transport.TSocket', 'newrelic.hooks.external_thrift', 'instrument') | |
DEBUG:newrelic.config:register module ('gearman.client', 'newrelic.hooks.application_gearman', 'instrument_gearman_client') | |
DEBUG:newrelic.config:register module ('gearman.connection_manager', 'newrelic.hooks.application_gearman', 'instrument_gearman_connection_manager') | |
DEBUG:newrelic.config:register module ('gearman.worker', 'newrelic.hooks.application_gearman', 'instrument_gearman_worker') | |
DEBUG:newrelic.config:register module ('botocore.endpoint', 'newrelic.hooks.external_botocore', 'instrument_botocore_endpoint') | |
DEBUG:newrelic.config:register module ('botocore.client', 'newrelic.hooks.external_botocore', 'instrument_botocore_client') | |
DEBUG:newrelic.config:register module ('tornado.httpserver', 'newrelic.hooks.framework_tornado', 'instrument_tornado_httpserver') | |
DEBUG:newrelic.config:register module ('tornado.httputil', 'newrelic.hooks.framework_tornado', 'instrument_tornado_httputil') | |
DEBUG:newrelic.config:register module ('tornado.httpclient', 'newrelic.hooks.framework_tornado', 'instrument_tornado_httpclient') | |
DEBUG:newrelic.config:register module ('tornado.routing', 'newrelic.hooks.framework_tornado', 'instrument_tornado_routing') | |
DEBUG:newrelic.config:register module ('tornado.web', 'newrelic.hooks.framework_tornado', 'instrument_tornado_web') | |
INFO:newrelic.core.agent:New Relic Python Agent (5.22.0.151) | |
DEBUG:newrelic.core.agent:Creating instance of Python agent in process 24698. | |
DEBUG:newrelic.core.agent:Agent was initialized from: ' File "/home/user/fastapi_test/venv/bin/uvicorn", line 8, in <module>\n sys.exit(main())\n File "/home/user/fastapi_test/venv/lib/python3.8/site-packages/click/core.py", line 829, in __call__\n return self.main(*args, **kwargs)\n File "/home/user/fastapi_test/venv/lib/python3.8/site-packages/click/core.py", line 782, in main\n rv = self.invoke(ctx)\n File "/home/user/fastapi_test/venv/lib/python3.8/site-packages/click/core.py", line 1066, in invoke\n return ctx.invoke(self.callback, **ctx.params)\n File "/home/user/fastapi_test/venv/lib/python3.8/site-packages/click/core.py", line 610, in invoke\n return callback(*args, **kwargs)\n File "/home/user/fastapi_test/venv/lib/python3.8/site-packages/uvicorn/main.py", line 367, in main\n run(**kwargs)\n File "/home/user/fastapi_test/venv/lib/python3.8/site-packages/uvicorn/main.py", line 391, in run\n server.run()\n File "/home/user/fastapi_test/venv/lib/python3.8/site-packages/uvicorn/main.py", line 419, in run\n loop.run_until_complete(self.serve(sockets=sockets))\n File "/home/user/python/lib/python3.8/asyncio/base_events.py", line 595, in run_until_complete\n self.run_forever()\n File "/home/user/python/lib/python3.8/asyncio/base_events.py", line 563, in run_forever\n self._run_once()\n File "/home/user/python/lib/python3.8/asyncio/base_events.py", line 1844, in _run_once\n handle._run()\n File "/home/user/python/lib/python3.8/asyncio/events.py", line 81, in _run\n self._context.run(self._callback, *self._args)\n File "/home/user/fastapi_test/venv/lib/python3.8/site-packages/uvicorn/main.py", line 426, in serve\n config.load()\n File "/home/user/fastapi_test/venv/lib/python3.8/site-packages/uvicorn/config.py", line 328, in load\n self.loaded_app = import_from_string(self.app)\n File "/home/user/fastapi_test/venv/lib/python3.8/site-packages/uvicorn/importer.py", line 20, in import_from_string\n module = importlib.import_module(module_str)\n File "/home/user/python/lib/python3.8/importlib/__init__.py", line 127, in import_module\n return _bootstrap._gcd_import(name[level:], package, level)\n File "<frozen importlib._bootstrap>", line 1014, in _gcd_import\n File "<frozen importlib._bootstrap>", line 991, in _find_and_load\n File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked\n File "<frozen importlib._bootstrap>", line 671, in _load_unlocked\n File "<frozen importlib._bootstrap_external>", line 783, in exec_module\n File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed\n File "./app.py", line 12, in <module>\n newrelic.agent.register_application()\n File "/home/user/fastapi_test/venv/lib/python3.8/site-packages/newrelic/api/application.py", line 156, in register_application\n instance = application_instance(name)\n File "/home/user/fastapi_test/venv/lib/python3.8/site-packages/newrelic/api/application.py", line 152, in application_instance\n return Application._instance(name)\n File "/home/user/fastapi_test/venv/lib/python3.8/site-packages/newrelic/api/application.py", line 41, in _instance\n agent = newrelic.core.agent.agent_instance()\n File "/home/user/fastapi_test/venv/lib/python3.8/site-packages/newrelic/core/agent.py", line 761, in agent_instance\n return Agent.agent_singleton()\n' | |
DEBUG:newrelic.core.agent:Initializing Python agent. | |
DEBUG:newrelic.core.agent:Registering builtin data sources. | |
DEBUG:newrelic.core.agent:Register data source with agent (<function _CPUUsageDataSource at 0x7f2800e51430>, None, None, None, {}). | |
DEBUG:newrelic.core.agent:Register data source with agent (<function memory_usage_data_source at 0x7f2800e51820>, None, None, None, {}). | |
DEBUG:newrelic.core.agent:Register data source with agent (<function thread_utilization_data_source at 0x7f2800e51c10>, None, None, None, {}). | |
DEBUG:newrelic.core.agent:Creating application instance for 'HelloWorld' in process 24698. | |
DEBUG:newrelic.core.agent:Application was activated from: ' File "/home/user/fastapi_test/venv/bin/uvicorn", line 8, in <module>\n sys.exit(main())\n File "/home/user/fastapi_test/venv/lib/python3.8/site-packages/click/core.py", line 829, in __call__\n return self.main(*args, **kwargs)\n File "/home/user/fastapi_test/venv/lib/python3.8/site-packages/click/core.py", line 782, in main\n rv = self.invoke(ctx)\n File "/home/user/fastapi_test/venv/lib/python3.8/site-packages/click/core.py", line 1066, in invoke\n return ctx.invoke(self.callback, **ctx.params)\n File "/home/user/fastapi_test/venv/lib/python3.8/site-packages/click/core.py", line 610, in invoke\n return callback(*args, **kwargs)\n File "/home/user/fastapi_test/venv/lib/python3.8/site-packages/uvicorn/main.py", line 367, in main\n run(**kwargs)\n File "/home/user/fastapi_test/venv/lib/python3.8/site-packages/uvicorn/main.py", line 391, in run\n server.run()\n File "/home/user/fastapi_test/venv/lib/python3.8/site-packages/uvicorn/main.py", line 419, in run\n loop.run_until_complete(self.serve(sockets=sockets))\n File "/home/user/python/lib/python3.8/asyncio/base_events.py", line 595, in run_until_complete\n self.run_forever()\n File "/home/user/python/lib/python3.8/asyncio/base_events.py", line 563, in run_forever\n self._run_once()\n File "/home/user/python/lib/python3.8/asyncio/base_events.py", line 1844, in _run_once\n handle._run()\n File "/home/user/python/lib/python3.8/asyncio/events.py", line 81, in _run\n self._context.run(self._callback, *self._args)\n File "/home/user/fastapi_test/venv/lib/python3.8/site-packages/uvicorn/main.py", line 426, in serve\n config.load()\n File "/home/user/fastapi_test/venv/lib/python3.8/site-packages/uvicorn/config.py", line 328, in load\n self.loaded_app = import_from_string(self.app)\n File "/home/user/fastapi_test/venv/lib/python3.8/site-packages/uvicorn/importer.py", line 20, in import_from_string\n module = importlib.import_module(module_str)\n File "/home/user/python/lib/python3.8/importlib/__init__.py", line 127, in import_module\n return _bootstrap._gcd_import(name[level:], package, level)\n File "<frozen importlib._bootstrap>", line 1014, in _gcd_import\n File "<frozen importlib._bootstrap>", line 991, in _find_and_load\n File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked\n File "<frozen importlib._bootstrap>", line 671, in _load_unlocked\n File "<frozen importlib._bootstrap_external>", line 783, in exec_module\n File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed\n File "./app.py", line 12, in <module>\n newrelic.agent.register_application()\n File "/home/user/fastapi_test/venv/lib/python3.8/site-packages/newrelic/api/application.py", line 157, in register_application\n instance.activate(timeout)\n File "/home/user/fastapi_test/venv/lib/python3.8/site-packages/newrelic/api/application.py", line 101, in activate\n self._agent.activate_application(self._name, self._linked, timeout,\n' | |
DEBUG:newrelic.core.application:Initializing application with name 'HelloWorld' and linked applications of []. | |
DEBUG:newrelic.core.application:Register data source <function _CPUUsageDataSource at 0x7f2800e51430> against application where application='HelloWorld', name=None, settings=None and properties={}. | |
DEBUG:newrelic.samplers.data_sampler:Initialising data sampler for {'consumer.name': 'HelloWorld', 'consumer.vendor': 'New Relic', 'producer.name': 'CPU Usage', 'producer.group': None, 'producer.guid': None, 'producer.version': None}. | |
DEBUG:newrelic.core.application:Register data source <function memory_usage_data_source at 0x7f2800e51820> against application where application='HelloWorld', name=None, settings=None and properties={}. | |
DEBUG:newrelic.samplers.data_sampler:Initialising data sampler for {'consumer.name': 'HelloWorld', 'consumer.vendor': 'New Relic', 'producer.name': 'Memory Usage', 'producer.group': None, 'producer.guid': None, 'producer.version': None}. | |
DEBUG:newrelic.core.application:Register data source <function thread_utilization_data_source at 0x7f2800e51c10> against application where application='HelloWorld', name=None, settings=None and properties={}. | |
DEBUG:newrelic.samplers.data_sampler:Initialising data sampler for {'consumer.name': 'HelloWorld', 'consumer.vendor': 'New Relic', 'producer.name': 'Thread Utilization', 'producer.group': None, 'producer.guid': None, 'producer.version': None}. | |
DEBUG:newrelic.config:instrument module (<module 'starlette.requests' from '/home/user/fastapi_test/venv/lib/python3.8/site-packages/starlette/requests.py'>, 'newrelic.hooks.framework_starlette', 'instrument_starlette_requests') | |
DEBUG:newrelic.config:instrument module (<module 'starlette.background' from '/home/user/fastapi_test/venv/lib/python3.8/site-packages/starlette/background.py'>, 'newrelic.hooks.framework_starlette', 'instrument_starlette_background_task') | |
DEBUG:newrelic.config:instrument module (<module 'starlette.exceptions' from '/home/user/fastapi_test/venv/lib/python3.8/site-packages/starlette/exceptions.py'>, 'newrelic.hooks.framework_starlette', 'instrument_starlette_exceptions') | |
DEBUG:newrelic.config:instrument module (<module 'starlette.routing' from '/home/user/fastapi_test/venv/lib/python3.8/site-packages/starlette/routing.py'>, 'newrelic.hooks.framework_starlette', 'instrument_starlette_routing') | |
DEBUG:newrelic.config:instrument module (<module 'fastapi.routing' from '/home/user/fastapi_test/venv/lib/python3.8/site-packages/fastapi/routing.py'>, 'newrelic.hooks.framework_fastapi', 'instrument_fastapi_routing') | |
DEBUG:newrelic.config:instrument module (<module 'starlette.middleware.errors' from '/home/user/fastapi_test/venv/lib/python3.8/site-packages/starlette/middleware/errors.py'>, 'newrelic.hooks.framework_starlette', 'instrument_starlette_middleware_errors') | |
DEBUG:newrelic.config:instrument module (<module 'starlette.applications' from '/home/user/fastapi_test/venv/lib/python3.8/site-packages/starlette/applications.py'>, 'newrelic.hooks.framework_starlette', 'instrument_starlette_applications') | |
INFO: Started server process [24698] | |
INFO:uvicorn.error:Started server process [24698] | |
INFO: Waiting for application startup. | |
INFO:uvicorn.error:Waiting for application startup. | |
INFO: Application startup complete. | |
INFO:uvicorn.error:Application startup complete. | |
INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) | |
INFO:uvicorn.error:Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) | |
CRITICAL:newrelic.core.agent_protocol:Disconnection of the agent has been requested by the data collector for the application where the agent run was None. Please contact New Relic support for further information. | |
ERROR:newrelic.core.application:The New Relic service has requested that the agent stop attempting to connect. The agent will no longer attempt a connection with New Relic. Your application must be manually restarted in order to connect to New Relic. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment