Zend certified PHP/Magento developer

NewRelic transactions in Magento 2

Magento Commerce 2 comes with NewRelic module-new-relic-reporting module. It automatically logs transactions. It is possible to add custom parameters by calling the newrelic_add_custom_parameter function. Currently NewRelic displays only those transactions which are “Most time consuming” or with “Slowest Average Response Time” or “Apdex most dissatisfying” or with “Highest throughput“. I want the NewRelic dashboard to display all transactions if they have a specific custom parameter. How to achieve that?