lfg / yii2-datadog-target
Datadog Log Target
Installs: 20 255
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 3
Requires
- datadog/php-datadogstatsd: ^0.4.0
- yiisoft/yii2: ^2.0
This package is auto-updated.
Last update: 2024-11-06 20:04:46 UTC
README
INSTALL
composer require "lfg\yii2-datadog-target"
USAGE
Add new log target in application configuration:
'log' => [
'targets' => [
'datadog' => [
'class' => 'lfg\DatadogCounter',
'levels' => ['error', 'warning'],
'tags' => ['tag1', 'tag2'], // optional
'metricPrefix' => 'front', // required
],
],
],
TODO
- Send events to Datadog