An open API service indexing awesome lists of open source software.

https://github.com/nohponex/monolog-datadog-handler

Monolog Handler that uses DataDog
https://github.com/nohponex/monolog-datadog-handler

datadog monolog monolog-handler php psr-3

Last synced: 6 months ago
JSON representation

Monolog Handler that uses DataDog

Awesome Lists containing this project

README

          

# monolog-datadog-handler
Monolog Handler that uses [Datadog](https://www.datadoghq.com/)

Implemented for TCP Submission to Datadog API using [datadog/php-datadogstatsd](https://github.com/DataDog/php-datadogstatsd)

## Installation
```
composer require nohponex/monolog-datadog-handler
```

## Basic Usage
```php
pushHandler(
new DataDogHandler(
'xxxx',
'yyy',
$tag,
\Monolog\Logger::INFO
)
);

```

## License

nohponex/monolog-datadog-handler is licensed under the MIT License - see the LICENSE file for details