Change label from Newrelic "MySQL (subquery) select" to custom label

61 Views Asked by At

I have using Newrelic with Laravel application.

Whenever I use simple queries then newrelic shows table name with it.

But in case of sub-queries it shows MySQL (subquery) select enter image description here

I am using Laravel Eloquent for queries.

Can you please help me how I can replace this label with custom table name like MySQL subquery_customer_table select

Thank You in advance!

0

There are 0 best solutions below