Download the PHP package arku31/roadrunner-newrelic without Composer
On this page you can find all versions of the php package arku31/roadrunner-newrelic. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download arku31/roadrunner-newrelic
More information about arku31/roadrunner-newrelic
Files in arku31/roadrunner-newrelic
Download arku31/roadrunner-newrelic
More information about arku31/roadrunner-newrelic
Files in arku31/roadrunner-newrelic
Vendor arku31
Package roadrunner-newrelic
Short Description Implementation of the communication between the golang and php sides of roadrunner
License MIT
Package roadrunner-newrelic
Short Description Implementation of the communication between the golang and php sides of roadrunner
License MIT
Please rate this library. Is it a good library?
Informations about the package roadrunner-newrelic
Response enricher for the newrelic implementation in the roadrunner
Usage
$transactionDetail = new TransactionDetail();
$transactionDetail->setName('test');
$transactionDetail->setCustomData('key', 'value');
$segment = new Segment();
$segment->setName('testSegment');
$segment->setDuration('1');
$segment->setMeta(['testmetakey' => 'testmetavalue']);
$transactionDetail->addSegment($segment);
$enricher = new EnrichResponse(new TransactionDetailTransformer());
$response = $enricher->enrich($response, $transactionDetail);
Note: Duration tracking is not available atm due to restriction of the newrelic golang library.
Transaction can be marked as ignored with
In this case, roadrunner will not send this transaction to newrelic. This is useful f.e. for some health
endpoints
License: MIT
See https://github.com/arku31/newrelic-roadrunner-sample for example
All versions of roadrunner-newrelic with dependencies
PHP Build Version
Package Version
The package arku31/roadrunner-newrelic contains the following files
Loading the files please wait ....