- Notifications
You must be signed in to change notification settings - Fork0
Datadog plugin for CakePHP v2
License
NotificationsYou must be signed in to change notification settings
SNakano/cakephp-datadog
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
CakePHP 2.x Datadog plugin.
Install datadog php tracer extension:
https://docs.datadoghq.com/tracing/languages/php/
Install the plugin using composer:
composer require"snakano/cakephp-datadog:1.0.*"
Load the plugin:
CakePlugin::load('Datadog');
Add the Dispatcher Filter to thebootstrap.php
file:
Configure::write('Dispatcher.filters',array('AssetDispatcher','CacheDispatcher','Datadog.DatadogFilter'// Add `DatadogFilter`));
Add the service name to thebootstrap.php
file:
Configure::write('Datadog.serviceName','My App Name');
About
Datadog plugin for CakePHP v2
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published