lfg/yii2-datadog-target

Datadog 日志目标

0.1 2016-09-07 11:44 UTC

This package is auto-updated.

Last update: 2024-09-06 19:38:48 UTC


README

安装说明

composer require "lfg\yii2-datadog-target"

使用说明

在应用配置中添加新的日志目标

    'log'           => [
        'targets'    => [
            'datadog' => [
                'class' => 'lfg\DatadogCounter',
                'levels' => ['error', 'warning'],
                'tags' => ['tag1', 'tag2'], // optional
                'metricPrefix' => 'front', // required
            ],
        ],
    ],

待办事项

  • 向 Datadog 发送事件

链接