File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ static void nr_fiber_disable(zend_fiber_context* fiber_context) {
130130 /* Fiber init/desetroy detected, end and keep the transaction. */
131131 nrl_warning (NRL_INSTRUMENT ,
132132 "Transaction is truncated because PHP Fiber use is detected." );
133- nrm_force_add (NRPRG (txn )-> unscoped_metrics , "Supportability/library/ PHP/Fiber/used" , 0 );
133+ nrm_force_add (NRPRG (txn )-> unscoped_metrics , "Supportability/PHP/Fiber/used" , 0 );
134134 nr_php_txn_end (0 , 0 TSRMLS_CC );
135135 }
136136}
@@ -141,7 +141,7 @@ static void nr_fiber_switch_disable(zend_fiber_context* from,
141141 /* Fiber switch detected, end and keep the transaction. */
142142 nrl_warning (NRL_INSTRUMENT ,
143143 "Transaction is truncated because PHP Fiber use is detected." );
144- nrm_force_add (NRPRG (txn )-> unscoped_metrics , "Supportability/library/ PHP/Fiber/used" , 0 );
144+ nrm_force_add (NRPRG (txn )-> unscoped_metrics , "Supportability/PHP/Fiber/used" , 0 );
145145 nr_php_txn_end (0 , 0 TSRMLS_CC );
146146 }
147147}
You can’t perform that action at this time.
0 commit comments