AdapterFactory |
class |
Drupal\new_relic_rpm\ExtensionAdapter |
src/ExtensionAdapter/AdapterFactory.php |
Factory to create a New Relic adapter. |
|
|
|
ExceptionSubscriber |
class |
Drupal\new_relic_rpm\EventSubscriber |
src/EventSubscriber/ExceptionSubscriber.php |
Provides a way to send Exceptions to the New Relic API. |
|
|
2 |
ExtensionAdapter |
class |
Drupal\new_relic_rpm\ExtensionAdapter |
src/ExtensionAdapter/ExtensionAdapter.php |
Default new relic adapter. |
|
|
|
NewRelicAdapterInterface |
interface |
Drupal\new_relic_rpm\ExtensionAdapter |
src/ExtensionAdapter/NewRelicAdapterInterface.php |
New relic API adapter interface. |
2 |
5 |
2 |
NewRelicApiClient |
class |
Drupal\new_relic_rpm\Client |
src/Client/NewRelicApiClient.php |
Controls the interaction between us and newrelic rest API v2. |
|
2 |
2 |
NewRelicConfigSubscriber |
class |
Drupal\new_relic_rpm\EventSubscriber |
src/EventSubscriber/NewRelicConfigSubscriber.php |
Config event listener to mark deployments when a user imports configuration. |
|
|
2 |
NewRelicLogger |
class |
Drupal\new_relic_rpm\Logger |
src/Logger/NewRelicLogger.php |
A Logger that allows sending messages to the New Relic API. |
|
1 |
2 |
NewRelicLoggerTest |
class |
Drupal\Tests\new_relic_rpm\Unit\Logger |
tests/src/Unit/Logger/NewRelicLoggerTest.php |
@coversDefaultClass \Drupal\new_relic_rpm\Logger\NewRelicLogger
@group new_relic_rpm |
|
|
|
NewRelicRequestSubscriber |
class |
Drupal\new_relic_rpm\EventSubscriber |
src/EventSubscriber/NewRelicRequestSubscriber.php |
Request event listener to set transaction name and flag ignore/background. |
|
|
2 |
NewRelicRpmCommands |
class |
Drupal\new_relic_rpm\Commands |
src/Commands/NewRelicRpmCommands.php |
Corporate system drush commands. |
|
|
2 |
NewRelicRpmDeploy |
class |
Drupal\new_relic_rpm\Form |
src/Form/NewRelicRpmDeploy.php |
Provides a form to allow marking deployments on the New Relic interface. |
|
|
1 |
NewRelicRpmSettings |
class |
Drupal\new_relic_rpm\Form |
src/Form/NewRelicRpmSettings.php |
Provides a settings form to configure the New Relic RPM module. |
|
|
1 |
NullAdapter |
class |
Drupal\new_relic_rpm\ExtensionAdapter |
src/ExtensionAdapter/NullAdapter.php |
Default new relic adapter. |
|
|
|
RoutingTransactionNameSubscriber |
class |
Drupal\new_relic_rpm\EventSubscriber |
src/EventSubscriber/RoutingTransactionNameSubscriber.php |
Enhances routes with a transaction name or transaction name callback. |
|
1 |
2 |
RoutingTransactionNameSubscriberTest |
class |
Drupal\Tests\new_relic_rpm\Unit\EventListener |
tests/src/Unit/EventListener/RoutingTransactionNameSubscriberTest.php |
@coversDefaultClass \Drupal\new_relic_rpm\EventSubscriber\RoutingTransactionNameSubscriber
@group new_relic_rpm |
|
|
|
TransactionNameEnhancer |
class |
Drupal\new_relic_rpm\RouteEnhancer |
src/RouteEnhancer/TransactionNameEnhancer.php |
Enhances routes with a dynamic transaction name. |
|
1 |
2 |
TransactionNameEnhancerTest |
class |
Drupal\Tests\new_relic_rpm\Unit\RouteEnhancer |
tests/src/Unit/RouteEnhancer/TransactionNameEnhancerTest.php |
@coversDefaultClass \Drupal\new_relic_rpm\RouteEnhancer\TransactionNameEnhancer
@group new_relic_rpm |
|
|
|