newrelic-python-agent
newrelic-python-agent copied to clipboard
New Relic Python Agent
Got 'DatabaseTrace' object has no attribute 'sql_format' error I'm using 7.10.0.175 with PostgreSQL ``` newrelic/api/database_trace.py in create_node at line 231 start_time=self.start_time, end_time=self.end_time, duration=self.duration, exclusive=self.exclusive, stack_trace=self.stack_trace, sql_format=self.sql_format, connect_params=self.connect_params, cursor_params=self.cursor_params, sql_parameters=self.sql_parameters, execute_params=self.execute_params,...
[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) **Description** GraphQLResolverTrace does not take field path into account, only field name. **Expected...
Hi! I am working with newrelic-admin to run some programs and one of them calls a script in a different venv making this to fail. https://github.com/newrelic/newrelic-python-agent/blob/f99da493986f24a588af50e197bbe62f5ad6332a/newrelic/bootstrap/sitecustomize.py#L168 My problem is this...
### Is your feature request related to a problem? Please describe. Being able to see the tracebacks for chained exceptions as a part of the stack trace in the NewRelic...
### Is your feature request related to a problem? Please describe. We're currently in the process of moving from our PHP based Legacy/Monolith system to a Python based Micro-services environment...
[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) **Description** I added newrelic apm to a tornado based application. The agent is...
"We would like all agents to stop shipping the Symantec Certificate Bundle. This will help us on our journey to releasing the agents under OSS licenses, and will make Security...
Existing instrumentation: ``` wrap_function_wrapper(module, '_completion_code', _nr_wrap_status_code) wrap_function_wrapper(module, '_abortion_code', _nr_wrap_status_code) wrap_function_wrapper(module, '_abort', _nr_wrap_abort) ```