You are here

public function NullAdapter::recordCustomEvent in New Relic 8

Same name and namespace in other branches
  1. 2.x src/ExtensionAdapter/NullAdapter.php \Drupal\new_relic_rpm\ExtensionAdapter\NullAdapter::recordCustomEvent()
  2. 2.0.x src/ExtensionAdapter/NullAdapter.php \Drupal\new_relic_rpm\ExtensionAdapter\NullAdapter::recordCustomEvent()

Records a custom event for insights.

Parameters

string $name: Name of the event.

array $attributes: List of attributees for the event. Only scalar types are allowed.

Overrides NewRelicAdapterInterface::recordCustomEvent

File

src/ExtensionAdapter/NullAdapter.php, line 38

Class

NullAdapter
Default new relic adapter.

Namespace

Drupal\new_relic_rpm\ExtensionAdapter

Code

public function recordCustomEvent($name, array $attributes) {
}