newrelic-python-agent
newrelic-python-agent copied to clipboard
Configurable web transaction name
I'm using Flask framework, and the web transaction name is automatically determined by callable_name of function. As a result, stakeholders that access NewRelic dashboards cannot understand which endpoint is related to the transaction.
I would like to have the option to configure the web transaction name according to the rule, which more informative and is known by other stakeholders.
I've considered using set_transaction_name but we don't use new relic agent directly in our code, and doing so would not be as clean as having it configured as part of agent initialisation.
It's a feature that we must have in order to be able to handle production failures rapidly (currently we have to lookup the relevant function in our code base which wastes precious time)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Supporting this in starlette would be nice as well.
Looks like https://github.com/encode/starlette/issues/685 would make this a bit easier.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
bump